summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-master
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-02-09 15:13:06 -0500
committerAndrew Butcher <abutcher@redhat.com>2016-02-16 14:21:09 -0500
commit16e1f777e1df9371c4570aed149b29bd4cdc1a6f (patch)
tree35206264f5012a027ea7ec2dec59311342eef82e /playbooks/byo/openshift-master
parent89afc792b4c49e926d50b1d99c2a79ce13526285 (diff)
downloadopenshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.gz
openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.bz2
openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.xz
openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.zip
Re-arrange scaleup playbooks.
Diffstat (limited to 'playbooks/byo/openshift-master')
-rw-r--r--playbooks/byo/openshift-master/scaleup.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/byo/openshift-master/scaleup.yml b/playbooks/byo/openshift-master/scaleup.yml
new file mode 100644
index 000000000..18797d02a
--- /dev/null
+++ b/playbooks/byo/openshift-master/scaleup.yml
@@ -0,0 +1,8 @@
+---
+- include: ../../common/openshift-master/scaleup.yml
+ vars_files:
+ - ../../byo/openshift-cluster/cluster_hosts.yml
+ vars:
+ openshift_cluster_id: "{{ cluster_id | default('default') }}"
+ openshift_debug_level: "{{ debug_level | default(2) }}"
+ openshift_deployment_type: "{{ deployment_type }}"