소스 검색

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