summaryrefslogtreecommitdiffstats
path: root/playbooks/init
diff options
context:
space:
mode:
authorMichael Gugino <mgugino@redhat.com>2017-11-20 18:05:13 -0500
committerMichael Gugino <mgugino@redhat.com>2017-11-22 13:49:06 -0500
commitd6a12ac03398ecc752139908688b82aa473c29ef (patch)
treefd46952f42a5db5933f5be8f7540a90a02017c21 /playbooks/init
parent71e090a7a301ffd5ccef6bb78a28bfae96130ce6 (diff)
downloadopenshift-d6a12ac03398ecc752139908688b82aa473c29ef.tar.gz
openshift-d6a12ac03398ecc752139908688b82aa473c29ef.tar.bz2
openshift-d6a12ac03398ecc752139908688b82aa473c29ef.tar.xz
openshift-d6a12ac03398ecc752139908688b82aa473c29ef.zip
Remove is_openvswitch_system_container from facts
Simply logic for this variable.
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 7439313b7..be3984fae 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) }}"