summaryrefslogtreecommitdiffstats
path: root/playbooks/common
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-05 21:21:43 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-05 21:21:43 -0400
commit506b993d30b46d2106d15a2ed3a46b4de3374818 (patch)
treeb081b3cad5fcda1d052a99f678eec62beb2518ec /playbooks/common
parentb55268ba29f436a2ade9643adf195d23145d0826 (diff)
parent2eef772ed6266d9a3b8fde429510998d8c968e0a (diff)
downloadopenshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.gz
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.bz2
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.xz
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.zip
Merge pull request #1855 from abutcher/v2-vars-files
Remove vars_files for byo, scaleup and restart playbooks.
Diffstat (limited to 'playbooks/common')
-rw-r--r--playbooks/common/openshift-node/scaleup.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/playbooks/common/openshift-node/scaleup.yml b/playbooks/common/openshift-node/scaleup.yml
index d36f7acea..1d79db353 100644
--- a/playbooks/common/openshift-node/scaleup.yml
+++ b/playbooks/common/openshift-node/scaleup.yml
@@ -1,6 +1,11 @@
---
- include: ../openshift-cluster/evaluate_groups.yml
+- name: Gather facts
+ hosts: oo_etcd_to_config:oo_masters_to_config:oo_nodes_to_config
+ roles:
+ - openshift_facts
+
- name: Configure docker hosts
hosts: oo_nodes_to_config
vars: