summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/scaleup.yml
diff options
context:
space:
mode:
authorBrenton Leanhardt <bleanhar@redhat.com>2015-11-04 11:40:49 -0500
committerBrenton Leanhardt <bleanhar@redhat.com>2015-11-04 11:40:49 -0500
commitf5e83fc2330d6f784df3859f5305d4b80cc0c469 (patch)
tree37b83c517769c4730b680b602672ba3f9245137a /playbooks/common/openshift-cluster/scaleup.yml
parentdfb3ccfff1fe05f38143d5339260ccb6da811c17 (diff)
parentda95bc1be774413448d894f4bd330555f251aec0 (diff)
downloadopenshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.gz
openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.bz2
openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.tar.xz
openshift-f5e83fc2330d6f784df3859f5305d4b80cc0c469.zip
Merge pull request #761 from smunilla/scaleup
openshift-cluster: Scaleup
Diffstat (limited to 'playbooks/common/openshift-cluster/scaleup.yml')
-rw-r--r--playbooks/common/openshift-cluster/scaleup.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/playbooks/common/openshift-cluster/scaleup.yml b/playbooks/common/openshift-cluster/scaleup.yml
new file mode 100644
index 000000000..201320de8
--- /dev/null
+++ b/playbooks/common/openshift-cluster/scaleup.yml
@@ -0,0 +1,7 @@
+---
+- include: evaluate_groups.yml
+
+- include: ../openshift-node/config.yml
+ vars:
+ osn_cluster_dns_domain: "{{ hostvars[groups.oo_first_master.0].openshift.dns.domain }}"
+ osn_cluster_dns_ip: "{{ hostvars[groups.oo_first_master.0].openshift.dns.ip }}"