Merge "Add wait_for_node_deploy parameter to deploy task with custom instance_info"

This commit is contained in:
Jenkins 2017-01-25 08:05:29 +00:00 committed by Gerrit Code Review
commit 8e305a2c92

View File

@ -72,6 +72,8 @@
state: present
config_drive: "{{ deploy_url_protocol }}://{{ hostvars[inventory_hostname]['ansible_' + ans_network_interface]['ipv4']['address'] }}:{{ file_url_port }}/configdrive-{{ uuid }}.iso.gz"
instance_info: "{{ instance_info }}"
wait: "{{ wait_for_node_deploy }}"
timeout: " {{ wait_timeout | default(1800) }}"
delegate_to: localhost
when: instance_info is defined and instance_info | to_json != '{}'
- name: "Collect the checksum of the deployment image."