Comment 2 for bug 1558562

Revision history for this message
guillaume thouvenin (guillaume-thouvenin) wrote :

I just deployed LMA with this review (https://review.openstack.org/#/c/310432/) on MOS 8 and I didn't observe the issue.

The puppet logs show that the manifest has been executed without errors and the grafana DB has been created on MySQL.

mysql> show databases;
+--------------------+
| Database |
+--------------------+
| information_schema |
| cinder |
| glance |
| grafana |
| heat |
| keystone |
| mysql |
| neutron |
| nova |
| performance_schema |
+--------------------+
10 rows in set (0.01 sec)

mysql> use grafana;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> show tables;
+--------------------+
| Tables_in_grafana |
+--------------------+
| api_key |
| dashboard |
| dashboard_snapshot |
| dashboard_tag |
| data_source |
| migration_log |
| org |
| org_user |
| quota |
| star |
| temp_user |
| user |
+--------------------+
12 rows in set (0.00 sec)

mysql>