summaryrefslogtreecommitdiffstats
path: root/playbooks/init
diff options
context:
space:
mode:
authorMichael Gugino <gugino.michael@yahoo.com>2017-11-21 17:35:42 -0500
committerGitHub <noreply@github.com>2017-11-21 17:35:42 -0500
commit7c6e0712b6bb57dcce6a055d4f88a2234449141f (patch)
treecccd8eb39ee92cab7e65837c502bc461012b1b61 /playbooks/init
parent1a505ac84b13dddde1ef74ecc01be3430b5209ae (diff)
parent2050722ec61b6596a70b848a997401ad955e88a9 (diff)
downloadopenshift-7c6e0712b6bb57dcce6a055d4f88a2234449141f.tar.gz
openshift-7c6e0712b6bb57dcce6a055d4f88a2234449141f.tar.bz2
openshift-7c6e0712b6bb57dcce6a055d4f88a2234449141f.tar.xz
openshift-7c6e0712b6bb57dcce6a055d4f88a2234449141f.zip
Merge pull request #6200 from mgugino-upstream-stage/node-sys-container
Fix node system container var
Diffstat (limited to 'playbooks/init')
-rw-r--r--playbooks/init/facts.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/init/facts.yml b/playbooks/init/facts.yml
index 676a59396..0899cc48c 100644
--- a/playbooks/init/facts.yml
+++ b/playbooks/init/facts.yml
@@ -30,7 +30,6 @@
set_fact:
l_is_containerized: "{{ (l_is_atomic | bool) or (containerized | default(false) | bool) }}"
l_is_openvswitch_system_container: "{{ (openshift_use_openvswitch_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
- l_is_node_system_container: "{{ (openshift_use_node_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
l_is_master_system_container: "{{ (openshift_use_master_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
l_is_etcd_system_container: "{{ (openshift_use_etcd_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
@@ -134,7 +133,6 @@
ip: "{{ openshift_ip | default(None) }}"
is_containerized: "{{ l_is_containerized | default(None) }}"
is_openvswitch_system_container: "{{ l_is_openvswitch_system_container | default(false) }}"
- is_node_system_container: "{{ l_is_node_system_container | default(false) }}"
is_master_system_container: "{{ l_is_master_system_container | default(false) }}"
is_etcd_system_container: "{{ l_is_etcd_system_container | default(false) }}"
etcd_runtime: "{{ l_etcd_runtime }}"