Merge "write out the libvirt node ip addresses"

This commit is contained in:
Zuul 2019-02-09 21:10:42 +00:00 committed by Gerrit Code Review
commit b039c85e45
1 changed files with 5 additions and 0 deletions

View File

@ -231,6 +231,11 @@
port: 22
timeout: 600
- name: dump nodepool node ip's address to disk
shell: >
echo "{{ subnode_0_ip }},{{ subnode_1_ip }}" > "{{ working_dir }}/nodepool_ips";
delegate_to: localhost
- name: Add subnode-1 to inventory
add_host:
name: subnode-1