Neutron db isn't migrated during HA cluster deployment
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Fuel for OpenStack |
Fix Committed
|
Critical
|
Sergey Kolekonov | ||
5.0.x |
Fix Committed
|
Critical
|
Sergey Kolekonov |
Bug Description
{"build_id": "2014-08-
"ostf_sha": "09b6bccf7d4767
"build_number": "56",
"api": "1.0", "nailgun_sha": "d6bc2128651046
"release": "5.0.2", "fuellib_sha": "8b7c35cb0d9e0a
How to reproduce:
Deploy CentOS, HA+Neutron
Expected result:
Cluster is deployed successfully, Neutron database is created by Neutron db migration scripts and has the latest version.
Current revision for mysql:/
Actual result: Cluster is deployed successfully, but Neutron migration scripts are ignored during deployed, so the database has no version stamp.
Current revision for mysql:/
During deployment the following strings can be found in Puppet logs:
2014-08-26 06:24:13 INFO
(/Stage[
2014-08-26 06:24:12 INFO
(/Stage[
2014-08-26 06:22:42 INFO
(/Stage[
2014-08-26 06:22:42 DEBUG
Executing '/bin/rpm -q openstack-neutron --nosignature --nodigest --qf %{NAME} %|EPOCH?
2014-08-26 06:22:42 INFO
(/Stage[
Neutron db migration scripts are triggered by the event from the neutron-server package installation, but it's already installed as a dependency. The possible solution is to install it directly.
no longer affects: | fuel/5.1.x |
Fix proposed to branch: stable/5.0 /review. openstack. org/116829
Review: https:/