summaryrefslogtreecommitdiffstats
path: root/roles/openshift_master
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-07-24 18:49:14 -0400
committerGitHub <noreply@github.com>2017-07-24 18:49:14 -0400
commite35719849e536dc32602d34d3518e53f38570a51 (patch)
tree22652ed31c73ca0bc79ca412da4a67eafea55aa4 /roles/openshift_master
parente0c91bffc7a7b918a1ee81ec54f0b25c2e6c9590 (diff)
parent58b3a05fbea15efb6ee809e8e3b3b4a0cb977fab (diff)
downloadopenshift-e35719849e536dc32602d34d3518e53f38570a51.tar.gz
openshift-e35719849e536dc32602d34d3518e53f38570a51.tar.bz2
openshift-e35719849e536dc32602d34d3518e53f38570a51.tar.xz
openshift-e35719849e536dc32602d34d3518e53f38570a51.zip
Merge pull request #4806 from tbielawa/bz1466783_etcd_ips_in_masters_no_proxy
Bz1466783 etcd ips in masters no proxy
Diffstat (limited to 'roles/openshift_master')
-rw-r--r--roles/openshift_master/tasks/main.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/roles/openshift_master/tasks/main.yml b/roles/openshift_master/tasks/main.yml
index 9b7125240..c643c6c46 100644
--- a/roles/openshift_master/tasks/main.yml
+++ b/roles/openshift_master/tasks/main.yml
@@ -140,6 +140,12 @@
- set_fact:
openshift_push_via_dns: "{{ (openshift_use_dnsmasq | default(true) and openshift.common.version_gte_3_6) or (already_set.stdout | match('OPENSHIFT_DEFAULT_REGISTRY=docker-registry.default.svc:5000')) }}"
+- name: Set fact of all etcd host IPs
+ openshift_facts:
+ role: common
+ local_facts:
+ no_proxy_etcd_host_ips: "{{ openshift_no_proxy_etcd_host_ips }}"
+
- name: Install the systemd units
include: systemd_units.yml