Advertisement
fatherlinux

Untitled

Apr 7th, 2018
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. [OSEv3:children]
  2. nodes
  3. nfs
  4. masters
  5. lb
  6. etcd
  7.  
  8. [OSEv3:vars]
  9. ansible_ssh_user=root
  10. openshift_hostname_check=false
  11. openshift_master_cluster_hostname=allura.dc3.crunchtools.com
  12. openshift_master_cluster_public_hostname=allura.dc3.crunchtools.com
  13. deployment_type=openshift-enterprise
  14. openshift_master_identity_providers=[{'name': 'htpasswd_auth', 'login': 'true', 'challenge': 'true', 'kind': 'HTPasswdPasswordIdentityProvider', 'filename': '/etc/origin/master/htpasswd'}]
  15. openshift_master_htpasswd_users={'scott': 'FAKE_HASH'}
  16. openshift_use_crio=true
  17. #openshift_crio_enable_docker_gc=true
  18. #oreg_url=registry.access.redhat.com/openshift3/ose-${component}:${version}
  19. #openshift_examples_modify_imagestreams=true
  20. openshift_disable_check=disk_availability,memory_availability,package_version,docker_storage
  21.  
  22. [nodes]
  23. coran.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.2 openshift_node_labels="{'region': 'infra'}"
  24. hunk.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.3 openshift_node_labels="{'region': 'infra'}"
  25. pidge.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.4 openshift_node_labels="{'region': 'infra'}"
  26. sven.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.5 openshift_node_labels="{'runtime': 'cri-o'}"
  27. yurak.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.6 openshift_node_labels="{'runtime': 'cri-o'}"
  28. zarkon.dc3.crunchtools.com openshift_schedulable=True openshift_ip=192.168.124.7 openshift_node_labels="{'runtime': 'cri-o'}"
  29.  
  30. [nfs]
  31. allura.dc3.crunchtools.com openshift_ip=192.168.124.1
  32.  
  33. [masters]
  34. coran.dc3.crunchtools.com openshift_ip=192.168.124.2
  35. hunk.dc3.crunchtools.com openshift_ip=192.168.124.3
  36. pidge.dc3.crunchtools.com openshift_ip=192.168.124.4
  37.  
  38. [lb]
  39. allura.dc3.crunchtools.com openshift_ip=192.168.124.1
  40.  
  41. [etcd]
  42. coran.dc3.crunchtools.com openshift_ip=192.168.124.2
  43. hunk.dc3.crunchtools.com openshift_ip=192.168.124.3
  44. pidge.dc3.crunchtools.com openshift_ip=192.168.124.4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement