summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/initialize_facts.yml
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-06-20 14:45:42 -0300
committerDevan Goodwin <dgoodwin@redhat.com>2016-06-20 15:33:18 -0300
commit8c9ed6719bdbc0ce7574fa9261c60e4978c203e6 (patch)
tree5f5ca2bfe19fdb0363f1d8fc57bc8ae2cf24296f /playbooks/common/openshift-cluster/initialize_facts.yml
parent4966c635ed19154cace877fcd2b613c798faa7f8 (diff)
downloadopenshift-8c9ed6719bdbc0ce7574fa9261c60e4978c203e6.tar.gz
openshift-8c9ed6719bdbc0ce7574fa9261c60e4978c203e6.tar.bz2
openshift-8c9ed6719bdbc0ce7574fa9261c60e4978c203e6.tar.xz
openshift-8c9ed6719bdbc0ce7574fa9261c60e4978c203e6.zip
Fix docker restarts during openshift_version role.
The variable here must be explicitly passed to the docker role, if it's passed sometimes and not others, the docker config changes triggers a docker restart effectively killing everything on the node in an unsafe manner. Instead lets make sure the value is set.
Diffstat (limited to 'playbooks/common/openshift-cluster/initialize_facts.yml')
-rw-r--r--playbooks/common/openshift-cluster/initialize_facts.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/initialize_facts.yml b/playbooks/common/openshift-cluster/initialize_facts.yml
index cda490b1f..a4af5efc5 100644
--- a/playbooks/common/openshift-cluster/initialize_facts.yml
+++ b/playbooks/common/openshift-cluster/initialize_facts.yml
@@ -8,3 +8,5 @@
role: common
local_facts:
hostname: "{{ openshift_hostname | default(None) }}"
+ - set_fact:
+ openshift_docker_hosted_registry_network: "{{ hostvars[groups.oo_first_master.0].openshift.common.portal_net }}"