diff options
author | Lénaïc Huard <lhuard@amadeus.com> | 2015-08-11 17:56:02 +0200 |
---|---|---|
committer | Lénaïc Huard <lhuard@amadeus.com> | 2015-08-11 17:56:02 +0200 |
commit | 619a5ee2064f0aca1c3d199542db461a0fae9eb0 (patch) | |
tree | 47441c866e6a4629e6a79826a2567029a27a13e7 /playbooks/libvirt | |
parent | 22921a40239aa366e44b61e5341ccaffbe5c8b3b (diff) | |
download | openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.gz openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.bz2 openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.tar.xz openshift-619a5ee2064f0aca1c3d199542db461a0fae9eb0.zip |
Fix infra node support on libvirt
Diffstat (limited to 'playbooks/libvirt')
-rw-r--r-- | playbooks/libvirt/openshift-cluster/launch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/libvirt/openshift-cluster/launch.yml b/playbooks/libvirt/openshift-cluster/launch.yml index 6630fa27d..830f9d216 100644 --- a/playbooks/libvirt/openshift-cluster/launch.yml +++ b/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 }}" |