provisioning-inventory.example.ini 645 B

1234567891011121314151617181920212223242526
  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_api_port=443
  13. openshift_hosted_router_wait=False
  14. openshift_hosted_registry_wait=False
  15. ################################################################################
  16. # cluster specific settings maybe be placed here
  17. [masters]
  18. [etcd]
  19. [nodes]