Creating haproxy mysql user
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Invalid
|
Low
|
Unassigned |
Bug Description
kolla version:4ef26e8(git rev-parse --short HEAD)
[root@controller kolla]# cat /etc/kolla/
---
openstack_release: "4.0.0"
kolla_internal_
network_interface: "eno16777736"
neutron_
ERROR LOG:
TASK [mariadb : include] *******
included: /usr/share/
TASK [mariadb : Creating haproxy mysql user] *******
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (10 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (9 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (8 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (7 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (6 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (5 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (4 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (3 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (2 retries left).
FAILED - RETRYING: TASK: mariadb : Creating haproxy mysql user (1 retries left).
fatal: [localhost]: FAILED! => {"attempts": 10, "changed": false, "cmd": ["docker", "exec", "-t", "kolla_toolbox", "/usr/bin/ansible", "localhost", "-m", "mysql_user", "-a", "login_
to retry, use: --limit @/usr/share/
PLAY RECAP *******
localhost : ok=62 changed=1 unreachable=0 failed=1
Command failed ansible-playbook -i /usr/share/
[root@controller kolla]# docker inspect bootstrap_mariadb | grep -i "password"
[root@controller ~]# mysql -uroot -h192.168.80.136
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 80
Server version: 10.0.28-
Copyright (c) 2000, 2016, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> exit
Bye
description: | updated |
Changed in kolla: | |
status: | New → Triaged |
importance: | Undecided → Low |
Changed in kolla: | |
milestone: | none → ocata-3 |
Changed in kolla: | |
status: | Incomplete → Invalid |
do not see this in the ci and my deployment env. Mark it as incomplete.