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

Merge "Use database_address and database_port var for mariadb check"

parents 8c4ab41f 524f969b
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_fqdn }} -P {{ mariadb_port }} -u haproxy -e 'show databases;'"
command: "docker exec mariadb mysql -h {{ database_address }} -P {{ database_port }} -u haproxy -e 'show databases;'"
register: result
until: result is success
changed_when: False
......
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