summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/launch.yml
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2015-08-25 17:04:02 +0200
committerLénaïc Huard <lhuard@amadeus.com>2015-08-25 17:04:02 +0200
commitced2ad4551632d93d6a17391913effefe67607b4 (patch)
tree5ddf0b9369d79626d265a2f17d60b5ef538a989b /playbooks/libvirt/openshift-cluster/launch.yml
parent922b87ede66f6b7e376d1f46e13327077cd41719 (diff)
downloadopenshift-ced2ad4551632d93d6a17391913effefe67607b4.tar.gz
openshift-ced2ad4551632d93d6a17391913effefe67607b4.tar.bz2
openshift-ced2ad4551632d93d6a17391913effefe67607b4.tar.xz
openshift-ced2ad4551632d93d6a17391913effefe67607b4.zip
Add etcd nodes management in libvirt
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/launch.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml
index 830f9d216..d3e768de5 100644
--- a/playbooks/libvirt/openshift-cluster/launch.yml
+++ b/playbooks/libvirt/openshift-cluster/launch.yml
@@ -17,6 +17,14 @@
- include: tasks/configure_libvirt.yml
+ - include: ../../common/openshift-cluster/set_etcd_launch_facts_tasks.yml
+ - include: tasks/launch_instances.yml
+ vars:
+ instances: "{{ etcd_names }}"
+ cluster: "{{ cluster_id }}"
+ type: "{{ k8s_type }}"
+ g_sub_host_type: "default"
+
- include: ../../common/openshift-cluster/set_master_launch_facts_tasks.yml
- include: tasks/launch_instances.yml
vars: