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

Merge "Ansible does not wait for virtual IP to appear"

parents 8b93e978 808aa0e5
No related branches found
No related tags found
No related merge requests found
......@@ -46,3 +46,6 @@
command: docker exec haproxy /opt/kolla/ensure_latest_config.sh
register: status
changed_when: status.stdout.find('changed') != -1
- name: Waiting for virtual IP to appear
wait_for: host="{{ kolla_internal_address }}" port="{{ mariadb_port }}"
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