Bläddra i källkod

Merge pull request #442 from lhuard1A/infra_node_support_libvirt

Fix infra node support on libvirt
Wesley Hearn 9 år sedan
förälder
incheckning
deb216049b
1 ändrade filer med 1 tillägg och 1 borttagningar
  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 }}"