provisioning-inventory.example.ini 685 B

123456789101112131415161718192021222324252627
  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_cloudprovider_kind=aws
  12. openshift_master_bootstrap_enabled=True
  13. openshift_master_api_port=443
  14. openshift_hosted_router_wait=False
  15. openshift_hosted_registry_wait=False
  16. ################################################################################
  17. # cluster specific settings maybe be placed here
  18. [masters]
  19. [etcd]
  20. [nodes]