summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt/openshift-cluster/launch.yml
diff options
context:
space:
mode:
authorLénaïc Huard <lhuard@amadeus.com>2015-08-11 17:56:02 +0200
committerLénaïc Huard <lhuard@amadeus.com>2015-08-11 17:56:02 +0200
commit619a5ee2064f0aca1c3d199542db461a0fae9eb0 (patch)
tree47441c866e6a4629e6a79826a2567029a27a13e7 /playbooks/libvirt/openshift-cluster/launch.yml
parent22921a40239aa366e44b61e5341ccaffbe5c8b3b (diff)
downloadopenshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.gz
openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.bz2
openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.xz
openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.zip
Fix infra node support on libvirt
Diffstat (limited to 'playbooks/libvirt/openshift-cluster/launch.yml')
-rw-r--r--playbooks/libvirt/openshift-cluster/launch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml
index 6630fa27d..830f9d216 100644
--- a/playbooks/libvirt/openshift-cluster/launch.yml
+++ b/playbooks/libvirt/openshift-cluster/launch.yml
@@ -42,7 +42,7 @@
count: "{{ num_infra }}"
- include: tasks/launch_instances.yml
vars:
- instances: "{{ infra_names }}"
+ instances: "{{ node_names }}"
cluster: "{{ cluster_id }}"
type: "{{ k8s_type }}"
g_sub_host_type: "{{ sub_host_type }}"