summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-08-29 12:38:39 -0400
committerRussell Teague <rteague@redhat.com>2017-08-29 12:47:00 -0400
commit104400bff26e7522ab6e023bcd5a247d3931c4e9 (patch)
tree0e7453a5c6a405f678590a44285464a3e5c4dcf7 /playbooks/byo
parent76344e68b32059d23e649a8bfc7a6b6bdafc84b7 (diff)
downloadopenshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.gz
openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.bz2
openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.tar.xz
openshift-104400bff26e7522ab6e023bcd5a247d3931c4e9.zip
Move firewall install and fix scaleup playbooks
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-master/scaleup.yml2
-rw-r--r--playbooks/byo/openshift-node/scaleup.yml2
2 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-master/scaleup.yml b/playbooks/byo/openshift-master/scaleup.yml
index 64811e80d..e3ef704e5 100644
--- a/playbooks/byo/openshift-master/scaleup.yml
+++ b/playbooks/byo/openshift-master/scaleup.yml
@@ -15,6 +15,8 @@
when:
- (g_new_master_hosts | default([]) | length == 0) or (g_new_node_hosts | default([]) | length == 0)
+- include: ../../common/openshift-cluster/std_include.yml
+
- include: ../../common/openshift-master/scaleup.yml
vars:
openshift_cluster_id: "{{ cluster_id | default('default') }}"
diff --git a/playbooks/byo/openshift-node/scaleup.yml b/playbooks/byo/openshift-node/scaleup.yml
index fda89b1ea..0225623c6 100644
--- a/playbooks/byo/openshift-node/scaleup.yml
+++ b/playbooks/byo/openshift-node/scaleup.yml
@@ -14,6 +14,8 @@
when:
- g_new_node_hosts | default([]) | length == 0
+- include: ../../common/openshift-cluster/std_include.yml
+
- include: ../../common/openshift-node/scaleup.yml
vars:
openshift_cluster_id: "{{ cluster_id | default('default') }}"