summaryrefslogtreecommitdiffstats
path: root/roles/openstack-stack
diff options
context:
space:
mode:
authorTomas Sedovic <tomas@sedovic.cz>2017-06-29 14:22:53 +0000
committerTomas Sedovic <tomas@sedovic.cz>2017-06-29 14:22:53 +0000
commit46901fdba788a52743823c74bd14a82ea90f4339 (patch)
tree5f00e3794b4cbbac253841a1d66b626e202a3c30 /roles/openstack-stack
parentb699e06f99486a8fb6a086ca6b16b61a01425981 (diff)
downloadopenshift-46901fdba788a52743823c74bd14a82ea90f4339.tar.gz
openshift-46901fdba788a52743823c74bd14a82ea90f4339.tar.bz2
openshift-46901fdba788a52743823c74bd14a82ea90f4339.tar.xz
openshift-46901fdba788a52743823c74bd14a82ea90f4339.zip
Use wait_for_connection for the Heat nodes
The `wait_for_connection` module is more reliable as it uses Ansible's `ping` to verify the nodes are really accessible. Using `wait_for` and checking that port 22 is open runs into the possibility of SSH being up but the public keys or users not being set up yet (as that's done with cloud-init). In addition, we were gathering facts before running the wait_for task which rendered it useless.
Diffstat (limited to 'roles/openstack-stack')
0 files changed, 0 insertions, 0 deletions