diff options
author | Andrew Butcher <abutcher@redhat.com> | 2016-02-09 15:13:06 -0500 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2016-02-16 14:21:09 -0500 |
commit | 16e1f777e1df9371c4570aed149b29bd4cdc1a6f (patch) | |
tree | 35206264f5012a027ea7ec2dec59311342eef82e /playbooks/byo/openshift-cluster | |
parent | 89afc792b4c49e926d50b1d99c2a79ce13526285 (diff) | |
download | openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.gz openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.bz2 openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.tar.xz openshift-16e1f777e1df9371c4570aed149b29bd4cdc1a6f.zip |
Re-arrange scaleup playbooks.
Diffstat (limited to 'playbooks/byo/openshift-cluster')
-rw-r--r-- | playbooks/byo/openshift-cluster/scaleup.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/playbooks/byo/openshift-cluster/scaleup.yml b/playbooks/byo/openshift-cluster/scaleup.yml deleted file mode 100644 index 1702690f6..000000000 --- a/playbooks/byo/openshift-cluster/scaleup.yml +++ /dev/null @@ -1,8 +0,0 @@ ---- -- include: ../../common/openshift-cluster/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 }}" |