2015-Middleware-Keynote / demo-ansible

Apache License 2.0
18 stars 24 forks source link

[rfe] improve "wait for registry" task #42

Closed thoraxe closed 9 years ago

thoraxe commented 9 years ago

There is a task:

TASK: [Wait for 60 seconds for registry to re-deploy] ************************* 

This could probably be improved with retries and looking at the output of a couple of different commands. A wrote pause is probably not the greatest...

detiber commented 9 years ago

This should be fixed now.

thoraxe commented 9 years ago

https://github.com/2015-Middleware-Keynote/demo-ansible/blob/master/playbooks/util_playbooks/post_setup.yml#L142

It looks like we're still hard waiting for 60 seconds...