venus deployment is missing the db sync process
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
kolla-ansible | Status tracked in Bobcat | |||||
Antelope |
Confirmed
|
Medium
|
Unassigned | |||
Bobcat |
In Progress
|
Medium
|
howard lee | |||
Zed |
Confirmed
|
Medium
|
Unassigned |
Bug Description
After the venus deployment is complete, there is an error message in the venus_manager log, as shown below:
(Background on this error at: https:/
Enter the venus database and find that there is no database table in the venus database:
(venv) [root@openstack
(mariadb)
Welcome to the MariaDB monitor. Commands end with ; or \g.
Your MariaDB connection id is 959528
Server version: 10.11.4-MariaDB-log MariaDB Server
Copyright (c) 2000, 2018, Oracle, MariaDB Corporation Ab and others.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
MariaDB [(none)]> show databases;
+------
| Database |
+------
| cinder |
| glance |
| heat |
| information_schema |
| keystone |
| mysql |
| neutron |
| nova |
| nova_api |
| nova_cell0 |
| performance_schema |
| placement |
| sys |
| venus |
+------
14 rows in set (0.001 sec)
MariaDB [(none)]> use venus;
Database changed
MariaDB [venus]> show tables;
Empty set (0.000 sec)
MariaDB [venus]>
Changed in kolla-ansible: | |
assignee: | nobody → howard lee (howardlee) |
Fix proposed to branch: master /review. opendev. org/c/openstack /kolla- ansible/ +/890620
Review: https:/