try dropping this
This commit is contained in:
parent
7bdf500792
commit
711eb4b438
1 changed files with 1 additions and 3 deletions
|
@ -236,10 +236,8 @@ openshift_master_cluster_public_hostname={{openshift_cluster_url}}
|
|||
|
||||
# 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']
|
||||
|
@ -792,4 +790,4 @@ openshift_master_default_subdomain={{openshift_app_subdomain}}
|
|||
{% endfor %}
|
||||
{% for host in groups[openshift_cluster_nodes_group] %}
|
||||
{{ host }} openshift_node_labels="{'region': 'primary', 'zone': 'default'}"
|
||||
{% endfor %}
|
||||
{% endfor %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue