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 /utils | |
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 'utils')
-rw-r--r-- | utils/src/ooinstall/openshift_ansible.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/src/ooinstall/openshift_ansible.py b/utils/src/ooinstall/openshift_ansible.py index ec49c9601..9d82f4f0e 100644 --- a/utils/src/ooinstall/openshift_ansible.py +++ b/utils/src/ooinstall/openshift_ansible.py @@ -204,7 +204,7 @@ def run_main_playbook(hosts, hosts_to_run_on, verbose=False): inventory_file = generate_inventory(hosts_to_run_on) if len(hosts_to_run_on) != len(hosts): main_playbook_path = os.path.join(CFG.ansible_playbook_directory, - 'playbooks/byo/openshift-cluster/scaleup.yml') + 'playbooks/byo/openshift-node/scaleup.yml') else: main_playbook_path = os.path.join(CFG.ansible_playbook_directory, 'playbooks/byo/openshift-cluster/config.yml') |