diff options
author | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-11 13:42:42 -0400 |
---|---|---|
committer | Wesley Hearn <wesley.s.hearn@gmail.com> | 2015-08-11 13:42:42 -0400 |
commit | deb216049be6f94631e81975214c749ebd49e51d (patch) | |
tree | 47441c866e6a4629e6a79826a2567029a27a13e7 | |
parent | 22921a40239aa366e44b61e5341ccaffbe5c8b3b (diff) | |
parent | 619a5ee2064f0aca1c3d199542db461a0fae9eb0 (diff) | |
download | openshift-deb216049be6f94631e81975214c749ebd49e51d.tar.gz openshift-deb216049be6f94631e81975214c749ebd49e51d.tar.bz2 openshift-deb216049be6f94631e81975214c749ebd49e51d.tar.xz openshift-deb216049be6f94631e81975214c749ebd49e51d.zip |
Merge pull request #442 from lhuard1A/infra_node_support_libvirt
Fix infra node support on 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 }}" |