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

Merge "Make a final check to validate mysql works"

parents 18ab9adb bf6b75da
No related branches found
No related tags found
No related merge requests found
---
- name: Waiting for MariaDB service to be ready through VIP
command: "docker exec mariadb mysql -h {{ kolla_internal_address }} -u haproxy -e 'show databases;'"
register: result
until: result | success
changed_when: False
retries: 6
delay: 10
......@@ -18,3 +18,6 @@
# Since the last start.yml may have recreated some containers we must wait and
# check the health again to ensure the hosts are active.
- include: register.yml
# Test haproxy user through VIP
- include: check.yml
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