provisioning-inventory.example.ini 622 B

12345678910111213141516171819202122232425
  1. [OSEv3:children]
  2. masters
  3. nodes
  4. etcd
  5. [OSEv3:vars]
  6. ################################################################################
  7. # Ensure these variables are set for bootstrap
  8. ################################################################################
  9. # openshift_deployment_type is required for installation
  10. openshift_deployment_type=origin
  11. openshift_master_bootstrap_enabled=True
  12. openshift_hosted_router_wait=False
  13. openshift_hosted_registry_wait=False
  14. ################################################################################
  15. # cluster specific settings maybe be placed here
  16. [masters]
  17. [etcd]
  18. [nodes]