瀏覽代碼

Fix infra node support on libvirt

Lénaïc Huard 9 年之前
父節點
當前提交
619a5ee206
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 }}"