-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix issue941 #137
Fix issue941 #137
Conversation
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. Issue: rcbops/chef-cookbooks#941
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1423/console |
Gate: Submodule Tailor (non-voting): SKIPPED |
Gate: Submodule syntax: SUCCESS |
Gate: Submodule Foodcritic: SUCCESS |
Gate failed (mini-ha-neutron built using master on jenkins-centos-v3). See http://build.monkeypuppetlabs.com:8080/job/gate-nova-matrix/BUILD_TYPE=mini-ha-neutron,INSTANCE_IMAGE=jenkins-centos-v3,label=nova/3025/consoleFull |
Gate: Nova AIO (jenkins-precise-v2): SUCCESS |
…fter the plugin installation.
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1424/console |
Gate: Submodule Tailor (non-voting): SKIPPED |
Gate: Submodule syntax: SUCCESS |
Gate: Submodule Foodcritic: SUCCESS |
Gate failed (mini-ha-neutron built using master on jenkins-centos-v3). See http://build.monkeypuppetlabs.com:8080/job/gate-nova-matrix/BUILD_TYPE=mini-ha-neutron,INSTANCE_IMAGE=jenkins-centos-v3,label=nova/3026/consoleFull |
Gate: Nova AIO (jenkins-precise-v2): SUCCESS |
This was done to help ensure that we are not stamping the DB on more than 1 node within the setup process.
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1425/console |
Gate: Submodule Tailor (non-voting): SKIPPED |
Gate: Submodule syntax: SUCCESS |
Gate: Submodule Foodcritic: SUCCESS |
Gate failed (mini-ha-neutron built using master on jenkins-centos-v3). See http://build.monkeypuppetlabs.com:8080/job/gate-nova-matrix/BUILD_TYPE=mini-ha-neutron,INSTANCE_IMAGE=jenkins-centos-v3,label=nova/3044/consoleFull |
Gate: Nova AIO (jenkins-precise-v2): SUCCESS |
Fixed in another PR. |
Fix for issue 941
This commit adds new node attr hash to the ["neutron"]["db"]["stamp"]
The DB stamp will only be attempted when the
"RCBOPS deployment #{stamp["revision"]}"
is not found in the neutron db history.
Issue:
rcbops/chef-cookbooks#941