summaryrefslogtreecommitdiffstats
path: root/playbooks/init
diff options
context:
space:
mode:
authorMichael Gugino <gugino.michael@yahoo.com>2017-11-27 09:52:11 -0500
committerGitHub <noreply@github.com>2017-11-27 09:52:11 -0500
commit05b13fa07f6913ba1afeae50c6647938033769a9 (patch)
tree0e01b166958f470fed5f028095a0e09eb3d653ee /playbooks/init
parent1ef463e727e202ba7595976f0478110b3b7585d0 (diff)
parentd6a12ac03398ecc752139908688b82aa473c29ef (diff)
downloadopenshift-05b13fa07f6913ba1afeae50c6647938033769a9.tar.gz
openshift-05b13fa07f6913ba1afeae50c6647938033769a9.tar.bz2
openshift-05b13fa07f6913ba1afeae50c6647938033769a9.tar.xz
openshift-05b13fa07f6913ba1afeae50c6647938033769a9.zip
Merge pull request #6198 from mgugino-upstream-stage/openvswitch-sys-container
Remove is_openvswitch_system_container from facts
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 a2fc17b7f..6368eaa88 100644
--- a/playbooks/init/facts.yml
+++ b/playbooks/init/facts.yml
@@ -29,7 +29,6 @@
- name: initialize_facts set fact for containerized and l_is_*_system_container
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_master_system_container: "{{ (openshift_use_master_system_container | default(openshift_use_system_containers | default(false)) | bool) }}"
# TODO: Should this be moved into health checks??
@@ -113,7 +112,6 @@
hostname: "{{ openshift_hostname | default(None) }}"
ip: "{{ openshift_ip | default(None) }}"
is_containerized: "{{ l_is_containerized | default(None) }}"
- is_openvswitch_system_container: "{{ l_is_openvswitch_system_container | default(false) }}"
is_master_system_container: "{{ l_is_master_system_container | default(false) }}"
public_hostname: "{{ openshift_public_hostname | default(None) }}"
public_ip: "{{ openshift_public_ip | default(None) }}"