Browse Source

Fix infra node support on libvirt

Lénaïc Huard 9 years ago
parent
commit
619a5ee206
1 changed files with 1 additions and 1 deletions
  1. 1 1
      playbooks/libvirt/openshift-cluster/launch.yml

+ 1 - 1
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 }}"