-
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
Issue941 #136
Issue941 #136
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/1419/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/3021/consoleFull |
retest |
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1420/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/3022/consoleFull |
Gate: Nova AIO (jenkins-precise-v2): SUCCESS |
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1421/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/3023/consoleFull |
Running GATE test(s): http://build.monkeypuppetlabs.com:8080/job/GIT-Pull-Request/1422/console |
Gate: Submodule syntax: SUCCESS |
Gate: Submodule Foodcritic: SUCCESS |
Gate: Submodule Tailor (non-voting): SKIPPED |
Gate: Nova AIO (jenkins-precise-v2): 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/3024/consoleFull |
Gate: Nova AIO (jenkins-precise-v2): SUCCESS |
Fix for Issue 941
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