)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"94bee8f371b27a513191c32d4e5c2d16a4caa6f5","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"8a5e5d61_eb27f194","updated":"2022-01-20 11:20:49.000000000","message":"CentOS jobs broken, but ubuntu failing on octavia:\n\nTask: Get service project id:\n\nHttpException: 403: Client Error for url: http://192.0.2.10:5000/v3/projects, You are not authorized to perform the requested action: identity:list_projects.\n\nFor that task we would need to use system scoped auth, i.e. openstack_octavia_auth. There is a similar task in the get_resources_info.yml task file.\n","commit_id":"a820f904a965acbcceda58602c4cc1e82749ac54"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"56e0a9ee07175cd4fd3c410413f9f6508a191396","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"bcae47d7_1d8bb804","updated":"2022-01-20 09:15:17.000000000","message":"Nice to see this passing with minimal changes.\n\nHere\u0027s a patch that will run all of the jobs: https://review.opendev.org/c/openstack/kolla-ansible/+/825441","commit_id":"a820f904a965acbcceda58602c4cc1e82749ac54"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"8a2478e94e8241d5467de9d9cfb572738ecd1b92","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":6,"id":"aac0240b_5836a27f","updated":"2022-01-24 09:47:16.000000000","message":"Nice work. Great to see this passing with minimal changes. I suggest we hold off until we get confirmation that keystone will change the defaults in yoga.","commit_id":"d3e8d0e296901495f029f56073acca245ae00310"}],"ansible/roles/octavia/tasks/prepare.yml":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"8961d9da719dc69d0051aacf73c02be17f7c88eb","unresolved":true,"context_lines":[{"line_number":95,"context_line":"  kolla_toolbox:"},{"line_number":96,"context_line":"    module_name: os_network"},{"line_number":97,"context_line":"    module_args:"},{"line_number":98,"context_line":"      auth: \"{{ openstack_octavia_auth }}\""},{"line_number":99,"context_line":"      cacert: \"{{ openstack_cacert }}\""},{"line_number":100,"context_line":"      endpoint_type: \"{{ openstack_interface }}\""},{"line_number":101,"context_line":"      region_name: \"{{ openstack_region_name }}\""}],"source_content_type":"text/x-yaml","patch_set":4,"id":"1f627314_04f7e81f","line":98,"range":{"start_line":98,"start_character":16,"end_line":98,"end_character":38},"updated":"2022-01-21 09:00:44.000000000","message":"I\u0027m surprised that we need the admin auth here, given neutron policy has not changed.\n\nWe would need to set the project here, like you\u0027ve done for the subnet below. (or just go back to octavia user auth if that works).\n\nEdit: it actually fails due to lack of project scope: Running without keystone AuthN requires that tenant_id is specified","commit_id":"09671bb1bfa7e6938ee5f6c032aac26f1392ca06"}],"tests/test-ironic.sh":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"81e0c6e54492f890c2c8e065ace662c1b5d18b45","unresolved":true,"context_lines":[{"line_number":102,"context_line":""},{"line_number":103,"context_line":"function test_ironic_logged {"},{"line_number":104,"context_line":"    # Assumes init-runonce has been executed."},{"line_number":105,"context_line":"    . /etc/kolla/admin-openrc.sh"},{"line_number":106,"context_line":"    . ~/openstackclient-venv/bin/activate"},{"line_number":107,"context_line":""},{"line_number":108,"context_line":"    # Smoke test ironic API."}],"source_content_type":"text/x-sh","patch_set":2,"id":"4e9e57db_f90972d5","line":105,"updated":"2022-01-20 09:37:35.000000000","message":"Ideally, system scope would start here, if it works for ironic.","commit_id":"a820f904a965acbcceda58602c4cc1e82749ac54"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"81e0c6e54492f890c2c8e065ace662c1b5d18b45","unresolved":true,"context_lines":[{"line_number":122,"context_line":"    create_resources"},{"line_number":123,"context_line":"    . /etc/kolla/admin-openrc-system-scope.sh"},{"line_number":124,"context_line":"    wait_for_placement_resources"},{"line_number":125,"context_line":"    . /etc/kolla/admin-openrc.sh"},{"line_number":126,"context_line":"    echo \"TESTING: Server creation\""},{"line_number":127,"context_line":"    openstack server create --wait --image cirros --flavor baremetal --key-name mykey --network demo-net kolla_boot_test"},{"line_number":128,"context_line":"    openstack --debug server list"}],"source_content_type":"text/x-sh","patch_set":2,"id":"75ea9fc4_09c7000f","line":125,"updated":"2022-01-20 09:37:35.000000000","message":"Then from here are the \u0027user\u0027 APIs.","commit_id":"a820f904a965acbcceda58602c4cc1e82749ac54"}],"tests/test-monasca.sh":[{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"8961d9da719dc69d0051aacf73c02be17f7c88eb","unresolved":true,"context_lines":[{"line_number":13,"context_line":"    . /etc/kolla/admin-openrc.sh"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"    # Run some CLI commands"},{"line_number":16,"context_line":"    MONASCA_PROJECT_ID\u003d$(openstack project list --user monasca-agent -f value -c ID)"},{"line_number":17,"context_line":"    monasca metric-list --tenant-id \"$MONASCA_PROJECT_ID\""},{"line_number":18,"context_line":"    monasca alarm-list"},{"line_number":19,"context_line":"    monasca notification-list"}],"source_content_type":"text/x-sh","patch_set":4,"id":"598ee73b_41f6dbc8","line":16,"range":{"start_line":16,"start_character":35,"end_line":16,"end_character":42},"updated":"2022-01-21 09:00:44.000000000","message":"keystone here too","commit_id":"09671bb1bfa7e6938ee5f6c032aac26f1392ca06"}]}
