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/common/openshift-node/scaleup.yml | |
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/common/openshift-node/scaleup.yml')
-rw-r--r-- | playbooks/common/openshift-node/scaleup.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/scaleup.yml b/playbooks/common/openshift-node/scaleup.yml new file mode 100644 index 000000000..26b792153 --- /dev/null +++ b/playbooks/common/openshift-node/scaleup.yml @@ -0,0 +1,4 @@ +--- +- include: ../openshift-cluster/evaluate_groups.yml + +- include: ../openshift-node/config.yml |