)]}'
{"id":"openstack%2Fopenstack-ansible~686575","triplet_id":"openstack%2Fopenstack-ansible~stable%2Fstein~I689c7cf749f6611ae3dfcb1804a700d5e456947e","project":"openstack/openstack-ansible","branch":"stable/stein","hashtags":[],"change_id":"I689c7cf749f6611ae3dfcb1804a700d5e456947e","subject":"Allow user overrides for ansible-role-requirements","status":"ABANDONED","created":"2019-10-04 11:54:03.000000000","updated":"2019-10-04 14:02:48.000000000","total_comment_count":0,"unresolved_comment_count":0,"has_review_started":true,"meta_rev_id":"7be0d4ab16dbfcd25f593cbc4a5b6c3239be7df9","_number":686575,"virtual_id_number":686575,"owner":{"_account_id":29865,"name":"Georgina Shippey","email":"georgina.shippey@outlook.com","username":"gshippey"},"actions":{},"labels":{"Verified":{"all":[{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"}],"values":{"-2":"Fails","-1":"Doesn\u0027t seem to work"," 0":"No score","+1":"Works for me","+2":"Verified"},"description":"","default_value":0,"optional":true},"Code-Review":{"all":[{"value":0,"permitted_voting_range":{"min":-2,"max":2},"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"}],"values":{"-2":"Do not merge","-1":"This patch needs further work before it can be merged"," 0":"No score","+1":"Looks good to me, but someone else must approve","+2":"Looks good to me (core reviewer)"},"description":"","default_value":0,"optional":true},"Workflow":{"all":[{"value":0,"date":"2019-10-04 11:54:03.000000000","permitted_voting_range":{"min":-1,"max":1},"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"}],"values":{"-1":"Work in progress"," 0":"Ready for reviews","+1":"Approved"},"description":"","default_value":0,"optional":true},"Backport-Candidate":{"all":[{"value":0,"permitted_voting_range":{"min":-1,"max":1},"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"}],"values":{"-1":"Not A Backport Candidate"," 0":"Backport Review Needed","+1":"Proposed Backport"},"description":"","default_value":0,"optional":true}},"removable_reviewers":[],"reviewers":{"REVIEWER":[{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"}]},"pending_reviewers":{},"reviewer_updates":[{"updated":"2019-10-04 11:54:03.000000000","updated_by":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"reviewer":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"state":"REVIEWER"}],"messages":[{"id":"8674196354a1eddcb38f9cef5a0a65149c09c47f","author":{"_account_id":29865,"name":"Georgina Shippey","email":"georgina.shippey@outlook.com","username":"gshippey"},"date":"2019-10-04 11:54:03.000000000","message":"Patch Set 1: Cherry Picked from branch master.","accounts_in_message":[],"_revision_number":1},{"id":"7be0d4ab16dbfcd25f593cbc4a5b6c3239be7df9","author":{"_account_id":29865,"name":"Georgina Shippey","email":"georgina.shippey@outlook.com","username":"gshippey"},"date":"2019-10-04 14:02:48.000000000","message":"Abandoned","accounts_in_message":[],"_revision_number":1}],"current_revision_number":1,"current_revision":"1c871f0edf53e255078889faba8ab3c8e061d9ea","revisions":{"1c871f0edf53e255078889faba8ab3c8e061d9ea":{"kind":"REWORK","_number":1,"created":"2019-10-04 11:54:03.000000000","uploader":{"_account_id":29865,"name":"Georgina Shippey","email":"georgina.shippey@outlook.com","username":"gshippey"},"ref":"refs/changes/75/686575/1","fetch":{"anonymous http":{"url":"https://review.opendev.org/openstack/openstack-ansible","ref":"refs/changes/75/686575/1","commands":{"Checkout":"git fetch https://review.opendev.org/openstack/openstack-ansible refs/changes/75/686575/1 \u0026\u0026 git checkout FETCH_HEAD","Cherry Pick":"git fetch https://review.opendev.org/openstack/openstack-ansible refs/changes/75/686575/1 \u0026\u0026 git cherry-pick FETCH_HEAD","Format Patch":"git fetch https://review.opendev.org/openstack/openstack-ansible refs/changes/75/686575/1 \u0026\u0026 git format-patch -1 --stdout FETCH_HEAD","Pull":"git pull https://review.opendev.org/openstack/openstack-ansible refs/changes/75/686575/1"}}},"commit":{"parents":[{"commit":"ca4dfb4eac21c3765ee9a8970cd08c9b65e3150d","subject":"Bump SHAs for stable/stein","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-ansible/commit/ca4dfb4eac21c3765ee9a8970cd08c9b65e3150d"}]}],"author":{"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","date":"2019-07-25 11:32:16.000000000","tz":60},"committer":{"name":"Georgina Shippey","email":"georgina.shippey@bbc.co.uk","date":"2019-10-04 11:54:03.000000000","tz":0},"subject":"Allow user overrides for ansible-role-requirements","message":"Allow user overrides for ansible-role-requirements\n\nCurrently it is only possible to override the contents of the\nansible-role-requirements file as a whole.\n\nThis patch allows a user-role-requirements.yml file to be\nlocated in the /etc/openstack_deploy directory (or the directory defined\nby OSA_CONFIG_DIR). It is only necessary to list specific overridden\nrepos in the user role file. The boostrap-ansible.sh script is modified to\ngive preference to any repos named in user-role-requirements over those\nin the standard ansible-role-requirements.\n\nThis gives the following benefits:\n\n* When a deployer needs to use a locally patched version of an ansible\nrole, the configuration can be held under source code control in\n/etc/openstack_deploy along with the rest of the environment\nconfiguration\n\n* Manual adjustments to ansible-role-requirements.yml are no longer lost\nwhen running bootstrap-ansible.sh, the modifications can be kept in\nuserspace.\n\n* If any additional ansible roles are required by the deployer above the\nstandard set these can be listed in user-role-requirements.yml\n\n* It is very clear which roles have been overidden as they are the only\nones listed in user-role-requirements.yml\n\nChange-Id: I689c7cf749f6611ae3dfcb1804a700d5e456947e\n(cherry picked from commit e9f323c6540713d7facf515957af4b2705a1ad1e)\n","web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-ansible/commit/1c871f0edf53e255078889faba8ab3c8e061d9ea"}],"resolve_conflicts_web_links":[{"name":"gitea","tooltip":"Open in GitWeb","url":"https://opendev.org/openstack/openstack-ansible/commit/1c871f0edf53e255078889faba8ab3c8e061d9ea"}]},"branch":"refs/heads/stable/stein"}},"requirements":[],"submit_records":[],"submit_requirements":[]}
