ensure that the openshift_app_subdomain var is defined in the a-a-o-a inventory template

Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
Adam Miller 2017-05-11 13:51:43 +00:00
parent 16b2847127
commit cb0f3c4d01

View file

@ -235,9 +235,11 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
#osm_api_server_args={'max-requests-inflight': ['400']}
# default subdomain to use for exposed routes
{% if openshift_app_subdomain is defined %}
{% if openshift_app_subdomain %}
openshift_master_default_subdomain={{openshift_app_subdomain}}
{% endif %}
{% endif %}
# additional cors origins
#osm_custom_cors_origins=['foo.example.com', 'bar.example.com']