summaryrefslogtreecommitdiffstats
path: root/playbooks/libvirt
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-11-28 11:14:57 -0500
committerGitHub <noreply@github.com>2016-11-28 11:14:57 -0500
commit420e6f1359818187e3bb409fe8bc93759c86883a (patch)
tree62aec6c6d8b63b64b0951dbef0f675f2cd8601e5 /playbooks/libvirt
parentb45db4c7e0b278623f7531cee50127aa24686139 (diff)
parent8461cb5dff9c76b902af6ba096a53ac611fa3d40 (diff)
downloadopenshift-420e6f1359818187e3bb409fe8bc93759c86883a.tar.gz
openshift-420e6f1359818187e3bb409fe8bc93759c86883a.tar.bz2
openshift-420e6f1359818187e3bb409fe8bc93759c86883a.tar.xz
openshift-420e6f1359818187e3bb409fe8bc93759c86883a.zip
Merge pull request #2858 from lhuard1A/fix_list_after_create_on_libvirt_and_openstack
Fix the list done after cluster creation on libvirt and OpenStack
Diffstat (limited to 'playbooks/libvirt')
-rw-r--r--playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
index e0afc43ba..31a13aa2a 100644
--- a/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
+++ b/playbooks/libvirt/openshift-cluster/tasks/launch_instances.yml
@@ -116,6 +116,7 @@
ansible_become: "{{ deployment_vars[deployment_type].become }}"
groups: "tag_environment-{{ cluster_env }}, tag_host-type-{{ type }}, tag_sub-host-type-{{ g_sub_host_type }}, tag_clusterid-{{ cluster_id }}"
openshift_node_labels: "{{ node_label }}"
+ libvirt_ip_address: "{{ item.1 }}"
with_together:
- '{{ instances }}'
- '{{ ips }}'