This repository has been archived by the owner on Dec 13, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
[neutron] neutron database does not have version information #941
Milestone
Comments
Recent changes in the RHEL package have made this step a requirement prior to starting the neutron server. neutron-db-manage --config-file /etc/neutron/neutron.conf --config-file /etc/neutron/plugin.ini stamp havana This is a known issue in RHEL-ish systems, LINK: http://openstack.redhat.com/forum/discussion/972/stable-havana-2013-2-3-update/p1 (CHL) And the RHEL Issue: https://bugzilla.redhat.com/show_bug.cgi?id=1031801 This is something that we will need to either doc or get into our cookbooks as I was effected by this just a week ago while doing a customer deployment on RHEL. I'm leaning more toward a doc fix as I'm not sure where in the cookbooks this should go. More discussion on this soon. |
This was referenced May 22, 2014
claco
added a commit
to claco/nova-network
that referenced
this issue
May 23, 2014
Process is to stamp the DB and then make a revision note indicating this is an RCBOPS deployment which is then used to ensure that the DB is NOT stamped on subsequent chef runs. This commit adds new node attr hash to the ["neutron"]["db"]["stamp"] The DB stamp will only be attempted when the RCBOPS deployment $REVISION is not found in the neutron db history. This also fixes some syntax issues we had in addition to making the recipe more legible. Issue: rcbops/chef-cookbooks#941
claco
added a commit
to claco/nova-network
that referenced
this issue
May 23, 2014
Process is to stamp the DB and then make a revision note indicating this is an RCBOPS deployment which is then used to ensure that the DB is NOT stamped on subsequent chef runs. This commit adds new node attr hash to the ["neutron"]["db"]["stamp"] The DB stamp will only be attempted when the RCBOPS deployment $REVISION is not found in the neutron db history. This also fixes some syntax issues we had in addition to making the recipe more legible. Issue: rcbops/chef-cookbooks#941
claco
added a commit
to claco/nova-network
that referenced
this issue
May 23, 2014
Process is to stamp the DB and then make a revision note indicating this is an RCBOPS deployment which is then used to ensure that the DB is NOT stamped on subsequent chef runs. This commit adds new node attr hash to the ["neutron"]["db"]["stamp"] The DB stamp will only be attempted when the RCBOPS deployment $REVISION is not found in the neutron db history. This also fixes some syntax issues we had in addition to making the recipe more legible. Issue: rcbops/chef-cookbooks#941
claco
added a commit
to claco/nova-network
that referenced
this issue
May 26, 2014
Process is to stamp the DB and then make a revision note indicating this is an RCBOPS deployment which is then used to ensure that the DB is NOT stamped on subsequent chef runs. This commit adds new node attr hash to the ["neutron"]["db"]["stamp"] The DB stamp will only be attempted when the RCBOPS deployment $REVISION is not found in the neutron db history. This also fixes some syntax issues we had in addition to making the recipe more legible. Issue: rcbops/chef-cookbooks#941 (cherry picked from commit ddfc0e0)
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I have attempted many times to spin up a virtual and physical RPC v4.2.2 environment (non-HA and HA) on CentOS 6.5 and everytime I encounter the following error during the chef-client run:
In addition, I have encountered situations where the chef-client run will complete (with no errors), but upon logging into the controller node, the Neutron service will not be running. When trying to start it, the following error is thrown which matches the chef-client run error above:
None of the above problems happen when installing RPC v4.2.2 on top of Ubuntu Server 12.04.
I used the following Vagrantfiles to build the non-HA and HA virtual environment:
https://raw.githubusercontent.com/jameswthorne/vagrantfiles-rpc/master/vagrantfile-rpcv422-centos-neutron-networking.txt
https://raw.githubusercontent.com/jameswthorne/vagrantfiles-rpc/master/vagrantfile-rpcv422-centos-ha-neutron-networking.txt
The text was updated successfully, but these errors were encountered: