)]}'
{"tripleoclient/tests/test_overcloud_credentials.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":36,"context_line":"            (\u0027directory\u0027, \u0027.\u0027)"},{"line_number":37,"context_line":"        ]"},{"line_number":38,"context_line":""},{"line_number":39,"context_line":"        parsed_args \u003d self.check_parser(self.cmd, arglist, verifylist)"},{"line_number":40,"context_line":""},{"line_number":41,"context_line":"    @mock.patch(\"tripleoclient.utils.run_ansible_playbook\", autospec\u003dTrue)"},{"line_number":42,"context_line":"    def test_okay_custom_dir(self, mock_run_playbook):"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_7c038c10","line":39,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: F841 local variable \u0027parsed_args\u0027 is assigned to but never used","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":49,"context_line":"            (\u0027plan\u0027, \u0027overcloud\u0027),"},{"line_number":50,"context_line":"            (\u0027directory\u0027, temp)"},{"line_number":51,"context_line":"        ]"},{"line_number":52,"context_line":"        parsed_args \u003d self.check_parser(self.cmd, arglist, verifylist)"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_d7fd5b09","line":52,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: F841 local variable \u0027parsed_args\u0027 is assigned to but never used","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"}],"tripleoclient/tests/v1/overcloud_deploy/test_overcloud_deploy.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":550,"context_line":"            mock_create_parameters_env, mock_validate_args,"},{"line_number":551,"context_line":"            mock_breakpoints_cleanup,"},{"line_number":552,"context_line":"            mock_postconfig, mock_deprecated_params, mock_stack_network_check,"},{"line_number":553,"context_line":"            mock_get_undercloud_host_entry, mock_copy, mock_chdir, mock_overcloudrc):"},{"line_number":554,"context_line":"        fixture \u003d deployment.DeploymentWorkflowFixture()"},{"line_number":555,"context_line":"        self.useFixture(fixture)"},{"line_number":556,"context_line":"        plane_management_fixture \u003d deployment.PlanManagementFixture()"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_b72b6f80","line":553,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E501 line too long (85 \u003e 79 characters)","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"}],"tripleoclient/v1/overcloud_credentials.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":13,"context_line":"import logging"},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"from tripleoclient import command"},{"line_number":16,"context_line":"from tripleoclient import utils"},{"line_number":17,"context_line":"from tripleoclient.workflows import deployment"},{"line_number":18,"context_line":""},{"line_number":19,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_b7024f08","line":16,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: F401 \u0027tripleoclient.utils\u0027 imported but unused","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"}],"tripleoclient/v1/overcloud_deploy.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":1091,"context_line":"        stack.get()"},{"line_number":1092,"context_line":""},{"line_number":1093,"context_line":"        rcpath \u003d deployment.create_overcloudrc(container\u003dstack.stack_name,"},{"line_number":1094,"context_line":"            no_proxy\u003dparsed_args.no_proxy)"},{"line_number":1095,"context_line":""},{"line_number":1096,"context_line":"        # Copy clouds.yaml to the cloud user directory"},{"line_number":1097,"context_line":"        user \u003d getpwuid(os.stat(constants.CLOUD_HOME_DIR).st_uid).pw_name"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_9c065820","line":1094,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E128 continuation line under-indented for visual indent","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"}],"tripleoclient/workflows/deployment.py":[{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":22,"context_line":"from swiftclient import exceptions as swiftexceptions"},{"line_number":23,"context_line":"from tripleo_common.actions import ansible"},{"line_number":24,"context_line":"from tripleo_common.actions import config"},{"line_number":25,"context_line":"from tripleo_common.actions import deployment"},{"line_number":26,"context_line":"from tripleo_common.utils import swift as swift_utils"},{"line_number":27,"context_line":""},{"line_number":28,"context_line":"from tripleoclient.constants import ANSIBLE_TRIPLEO_PLAYBOOKS"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_17086326","line":25,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: F401 \u0027tripleo_common.actions.deployment\u0027 imported but unused","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":27,"context_line":""},{"line_number":28,"context_line":"from tripleoclient.constants import ANSIBLE_TRIPLEO_PLAYBOOKS"},{"line_number":29,"context_line":"from tripleoclient.constants import DEFAULT_WORK_DIR"},{"line_number":30,"context_line":"from tripleoclient.constants import CLOUD_HOME_DIR"},{"line_number":31,"context_line":"from tripleoclient import exceptions"},{"line_number":32,"context_line":"from tripleoclient import utils"},{"line_number":33,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_f70cd73c","line":30,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: H306  imports not in alphabetical order (tripleoclient.constants.default_work_dir, tripleoclient.constants.cloud_home_dir)","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":133,"context_line":""},{"line_number":134,"context_line":"def create_overcloudrc(container\u003d\"overcloud\", no_proxy\u003d\u0027\u0027,"},{"line_number":135,"context_line":"                       output_dir\u003dCLOUD_HOME_DIR, verbosity\u003d0):"},{"line_number":136,"context_line":"     with utils.TempDirs() as tmp:"},{"line_number":137,"context_line":"        utils.run_ansible_playbook("},{"line_number":138,"context_line":"            \"cli-generate-overcloudrc.yaml\","},{"line_number":139,"context_line":"            \u0027undercloud,\u0027,"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_57114b53","line":136,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E111 indentation is not a multiple of four","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":146,"context_line":"                \"output_dir\": output_dir,"},{"line_number":147,"context_line":"            }"},{"line_number":148,"context_line":"        )"},{"line_number":149,"context_line":"     rcpath \u003d  os.path.join(output_dir, container + \u0027rc\u0027)"},{"line_number":150,"context_line":"     return  rcpath"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_370e3f32","line":149,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E111 indentation is not a multiple of four","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":146,"context_line":"                \"output_dir\": output_dir,"},{"line_number":147,"context_line":"            }"},{"line_number":148,"context_line":"        )"},{"line_number":149,"context_line":"     rcpath \u003d  os.path.join(output_dir, container + \u0027rc\u0027)"},{"line_number":150,"context_line":"     return  rcpath"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":""}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_971bd371","line":149,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E222 multiple spaces after operator","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":147,"context_line":"            }"},{"line_number":148,"context_line":"        )"},{"line_number":149,"context_line":"     rcpath \u003d  os.path.join(output_dir, container + \u0027rc\u0027)"},{"line_number":150,"context_line":"     return  rcpath"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":""},{"line_number":153,"context_line":"def get_overcloud_hosts(stack, ssh_network):"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_7718c774","line":150,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E111 indentation is not a multiple of four","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"},{"author":{"_account_id":22348,"name":"Zuul","username":"zuul","tags":["SERVICE_USER"]},"tag":"autogenerated:zuul:check","change_message_id":"4d2597302046340249c4fb5f84f185d479b31e1f","unresolved":false,"context_lines":[{"line_number":147,"context_line":"            }"},{"line_number":148,"context_line":"        )"},{"line_number":149,"context_line":"     rcpath \u003d  os.path.join(output_dir, container + \u0027rc\u0027)"},{"line_number":150,"context_line":"     return  rcpath"},{"line_number":151,"context_line":""},{"line_number":152,"context_line":""},{"line_number":153,"context_line":"def get_overcloud_hosts(stack, ssh_network):"}],"source_content_type":"text/x-python","patch_set":1,"id":"1f493fa4_d726fbba","line":150,"updated":"2020-05-05 11:14:12.000000000","message":"pep8: E271 multiple spaces after keyword","commit_id":"34a5a53353076707f51c23cf59121c97ffc800a7"}]}
