Guest User

Untitled

a guest
Mar 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. [OSEv3:children]
  2. masters
  3. etcd
  4. nodes
  5.  
  6. [OSEv3:vars]
  7. ansible_ssh_user=centos
  8. ansible_sudo=true
  9. ansible_become=true
  10.  
  11. deployment_type=origin
  12. os_sdn_network_plugin_name='redhat/openshift-ovs-multitenant'
  13. openshift_install_examples=true
  14.  
  15. openshift_docker_options='--selinux-enabled --insecure-registry 172.30.0.0/16'
  16. openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/openshift/openshift-passwd'}]
  17. #Should be one of the worker nodes ip
  18. osm_default_subdomain=11.12.13.14.xip.io
  19. openshift_disable_check=disk_availability,docker_storage,memory_availability
  20. #openshift_metrics_install_metrics=true
  21. #openshift_metrics_cassandra_storage_type=dynamic
  22.  
  23. #Only when Using other CNI Modules (Calico, Contrail, Flannel)
  24. #os_sdn_network_plugin_name='cni'
  25. #osm_cluster_network_cidr=10.32.0.0/12
  26. #openshift_portal_net=10.96.0.0/12
  27.  
  28.  
  29. [masters]
  30. ip-172-100-92-11.us-west-1.compute.internal
  31.  
  32. [etcd]
  33. ip-172-100-92-11.us-west-1.compute.internal
  34.  
  35. [nodes]
  36. ip-172-100-92-11.us-west-1.compute.internal openshift_node_labels="{'region':'infra','zone':'west'}" openshift_schedulable=true
  37. ip-172-100-75-188.us-west-1.compute.internal openshift_node_labels="{'region': 'primary', 'zone': 'west'}"
  38. ip-172-100-254-38.us-west-1.compute.internal openshift_node_labels="{'region': 'primary', 'zone': 'west'}"
Add Comment
Please, Sign In to add comment