|
@@ -29,7 +29,7 @@ HTTP_PROXY={{ openshift.common.http_proxy | default('') }}
|
|
|
HTTPS_PROXY={{ openshift.common.https_proxy | default('')}}
|
|
|
{% endif %}
|
|
|
{% if 'no_proxy' in openshift.common %}
|
|
|
-NO_PROXY={{ openshift.common.no_proxy | default('') | join(',') }},{{ openshift.common.portal_net }},{{ openshift.master.sdn_cluster_network_cidr }}
|
|
|
+NO_PROXY={{ openshift.common.no_proxy | default('') }},{{ openshift.common.portal_net }},{{ openshift.master.sdn_cluster_network_cidr }}
|
|
|
{% endif %}
|
|
|
{% if not ('https_proxy' in openshift.common or 'https_proxy' in openshift.common or 'no_proxy' in openshift.common) %}
|
|
|
{% for item in master_proxy %}
|