summaryrefslogtreecommitdiffstats
path: root/roles/openshift_common
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-02 14:20:36 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-02 14:58:00 -0400
commit507a69ed1d1bb3f19ed49d21685840fbd95d1465 (patch)
tree0ecd3c126eca737110dbc31572a3b6836c992e8a /roles/openshift_common
parent7a6fae4d524dd89b7098debe5bf428b144f66f46 (diff)
downloadopenshift-507a69ed1d1bb3f19ed49d21685840fbd95d1465.tar.gz
openshift-507a69ed1d1bb3f19ed49d21685840fbd95d1465.tar.bz2
openshift-507a69ed1d1bb3f19ed49d21685840fbd95d1465.tar.xz
openshift-507a69ed1d1bb3f19ed49d21685840fbd95d1465.zip
Default os_firewall_use_firewalld to false in os_firewall and remove overrides.
Diffstat (limited to 'roles/openshift_common')
-rw-r--r--roles/openshift_common/vars/main.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/roles/openshift_common/vars/main.yml b/roles/openshift_common/vars/main.yml
deleted file mode 100644
index 50816d319..000000000
--- a/roles/openshift_common/vars/main.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-# TODO: Upstream kubernetes only supports iptables currently, if this changes,
-# then these variable should be moved to defaults
-# TODO: it might be possible to still use firewalld if we wire up the created
-# chains with the public zone (or the zone associated with the correct
-# interfaces)
-os_firewall_use_firewalld: False