summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster
diff options
context:
space:
mode:
authorScott Dodson <sdodson@redhat.com>2017-08-30 08:31:23 -0400
committerGitHub <noreply@github.com>2017-08-30 08:31:23 -0400
commit028a43739d2752b65e2d37c87ddf2296a22f0b90 (patch)
tree723d1e0511d2005c7af75ed1335290eafaec0f24 /playbooks/common/openshift-cluster
parent9c3d1e0f8eb246c5e9a25f33af13ce01fec9024f (diff)
parent104400bff26e7522ab6e023bcd5a247d3931c4e9 (diff)
downloadopenshift-028a43739d2752b65e2d37c87ddf2296a22f0b90.tar.gz
openshift-028a43739d2752b65e2d37c87ddf2296a22f0b90.tar.bz2
openshift-028a43739d2752b65e2d37c87ddf2296a22f0b90.tar.xz
openshift-028a43739d2752b65e2d37c87ddf2296a22f0b90.zip
Merge pull request #5257 from mtnbikenc/fix-scaleup
Move firewall install and fix scaleup playbooks
Diffstat (limited to 'playbooks/common/openshift-cluster')
-rw-r--r--playbooks/common/openshift-cluster/config.yml4
-rw-r--r--playbooks/common/openshift-cluster/initialize_firewall.yml7
2 files changed, 0 insertions, 11 deletions
diff --git a/playbooks/common/openshift-cluster/config.yml b/playbooks/common/openshift-cluster/config.yml
index e1df71112..26b27ba39 100644
--- a/playbooks/common/openshift-cluster/config.yml
+++ b/playbooks/common/openshift-cluster/config.yml
@@ -18,10 +18,6 @@
- docker_image_availability
- docker_storage
-- include: initialize_firewall.yml
- tags:
- - always
-
- hosts: localhost
tasks:
- fail:
diff --git a/playbooks/common/openshift-cluster/initialize_firewall.yml b/playbooks/common/openshift-cluster/initialize_firewall.yml
deleted file mode 100644
index f0374fbc7..000000000
--- a/playbooks/common/openshift-cluster/initialize_firewall.yml
+++ /dev/null
@@ -1,7 +0,0 @@
----
-- name: Initialize host firewall
- hosts: oo_all_hosts
- tasks:
- - name: Install and configure the proper firewall settings
- include_role:
- name: os_firewall