summaryrefslogtreecommitdiffstats
path: root/playbooks/aws
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2015-05-01 13:57:30 -0700
committerJhon Honce <jhonce@redhat.com>2015-05-29 14:36:56 -0700
commit3e533e199aa9262f5ca45f8311e82e975cde73b9 (patch)
treec9ce290ee05b408aa4209c9ebeaecfacb84acd12 /playbooks/aws
parent1b4526d677651cb3677cbf7cc687a76fcba47c9a (diff)
downloadopenshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.gz
openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.bz2
openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.tar.xz
openshift-3e533e199aa9262f5ca45f8311e82e975cde73b9.zip
* Deploy services from common playbook
Diffstat (limited to 'playbooks/aws')
-rw-r--r--playbooks/aws/openshift-cluster/launch.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/aws/openshift-cluster/launch.yml b/playbooks/aws/openshift-cluster/launch.yml
index 3eb5496e4..f64925124 100644
--- a/playbooks/aws/openshift-cluster/launch.yml
+++ b/playbooks/aws/openshift-cluster/launch.yml
@@ -25,6 +25,14 @@
cluster: "{{ cluster_id }}"
type: "{{ k8s_type }}"
+ - set_fact:
+ a_master: "{{ master_names[0] }}"
+ - add_host: name={{ a_master }} groups=service_master
+
- include: update.yml
+- include: ../../common/openshift-cluster/create_services.yml
+ vars:
+ create_services__master: "{{ service_master }}"
+
- include: list.yml