diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-05-02 16:02:49 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-05-02 16:02:49 -0400 |
commit | c7a7c48f6ffd0d3c2ed7f1cf46dedcfe8d4f3fc3 (patch) | |
tree | 3d14e2f9da936a845fa33ddcba08b64c170759e6 /roles/openshift_common | |
parent | 2b3943ce16ca421cf96008cfc7e5c86e9983a932 (diff) | |
parent | 404cf230da83f91a5dd9df1f289da2c6c1b7fee7 (diff) | |
download | openshift-c7a7c48f6ffd0d3c2ed7f1cf46dedcfe8d4f3fc3.tar.gz openshift-c7a7c48f6ffd0d3c2ed7f1cf46dedcfe8d4f3fc3.tar.bz2 openshift-c7a7c48f6ffd0d3c2ed7f1cf46dedcfe8d4f3fc3.tar.xz openshift-c7a7c48f6ffd0d3c2ed7f1cf46dedcfe8d4f3fc3.zip |
Merge pull request #1854 from abutcher/v2-iptables-overrides
V2 iptables overrides
Diffstat (limited to 'roles/openshift_common')
-rw-r--r-- | roles/openshift_common/vars/main.yml | 7 |
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 |