Explorar o código

Merge pull request #442 from lhuard1A/infra_node_support_libvirt

Fix infra node support on libvirt
Wesley Hearn %!s(int64=9) %!d(string=hai) anos
pai
achega
deb216049b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 }}"