Skip to content
Snippets Groups Projects
Commit aae40169 authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Cinder ansible waits for bootstrap container on all hosts"

parents cda32389 ad2b9019
No related branches found
No related tags found
No related merge requests found
...@@ -71,6 +71,7 @@ ...@@ -71,6 +71,7 @@
- name: Waiting for bootstrap container to exit - name: Waiting for bootstrap container to exit
command: docker wait bootstrap_cinder command: docker wait bootstrap_cinder
when: database.stdout.find('localhost | SUCCESS => ') != -1 and (database.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed when: database.stdout.find('localhost | SUCCESS => ') != -1 and (database.stdout.split('localhost | SUCCESS => ')[1]|from_json).changed
run_once: True
- name: Cleaning up Cinder boostrap container - name: Cleaning up Cinder boostrap container
docker: docker:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment