)]}'
{"fixtures/scenario000.pp":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"bb937e928fe20e31f0dddbcbdac03621f3d4caad","unresolved":true,"context_lines":[{"line_number":81,"context_line":"  neutron \u003d\u003e false,"},{"line_number":82,"context_line":"}"},{"line_number":83,"context_line":""},{"line_number":84,"context_line":"class { \u0027openstack_integration::tempest\u0027:"},{"line_number":85,"context_line":"  glance             \u003d\u003e false,"},{"line_number":86,"context_line":"  nova               \u003d\u003e false,"},{"line_number":87,"context_line":"  neutron            \u003d\u003e false,"}],"source_content_type":"text/x-puppet","patch_set":15,"id":"b00b3609_ef1f12c2","line":84,"range":{"start_line":84,"start_character":0,"end_line":84,"end_character":41},"updated":"2021-04-19 23:57:12.000000000","message":"If we skip tempest then we don\u0027t need to include this.\nMaybe we can add some resource like keystone_user or keystone_project to check functionality of keystone api.","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"},{"author":{"_account_id":9592,"name":"wes hayutin","email":"whayutin@redhat.com","username":"weshayutin"},"change_message_id":"e9d38f4cc690e75bd4e1b58f16f820a8fcb48d83","unresolved":true,"context_lines":[{"line_number":81,"context_line":"  neutron \u003d\u003e false,"},{"line_number":82,"context_line":"}"},{"line_number":83,"context_line":""},{"line_number":84,"context_line":"class { \u0027openstack_integration::tempest\u0027:"},{"line_number":85,"context_line":"  glance             \u003d\u003e false,"},{"line_number":86,"context_line":"  nova               \u003d\u003e false,"},{"line_number":87,"context_line":"  neutron            \u003d\u003e false,"}],"source_content_type":"text/x-puppet","patch_set":15,"id":"d20a9570_7b3148b5","line":84,"range":{"start_line":84,"start_character":0,"end_line":84,"end_character":41},"in_reply_to":"2ce20fd7_04d8b8f4","updated":"2021-04-20 12:28:26.000000000","message":"ya.. the tempest setup is done partially in the puppet run, so we definitely do need this","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"084b65ac398ec986db2394e0e10ce66c0b09ea93","unresolved":true,"context_lines":[{"line_number":81,"context_line":"  neutron \u003d\u003e false,"},{"line_number":82,"context_line":"}"},{"line_number":83,"context_line":""},{"line_number":84,"context_line":"class { \u0027openstack_integration::tempest\u0027:"},{"line_number":85,"context_line":"  glance             \u003d\u003e false,"},{"line_number":86,"context_line":"  nova               \u003d\u003e false,"},{"line_number":87,"context_line":"  neutron            \u003d\u003e false,"}],"source_content_type":"text/x-puppet","patch_set":15,"id":"2ce20fd7_04d8b8f4","line":84,"range":{"start_line":84,"start_character":0,"end_line":84,"end_character":41},"in_reply_to":"b00b3609_ef1f12c2","updated":"2021-04-20 00:11:25.000000000","message":"\u003e Maybe we can add some resource like keystone_user or keystone_project to check functionality of keystone api.\n\nWe already have such resources in openstack_integration::keystone so please ignore this.","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"}],"run_tests.sh":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"bb937e928fe20e31f0dddbcbdac03621f3d4caad","unresolved":true,"context_lines":[{"line_number":237,"context_line":"fi"},{"line_number":238,"context_line":"timestamp_puppet_log"},{"line_number":239,"context_line":""},{"line_number":240,"context_line":"if [ $SCENARIO \u003d\u003d \u0027scenario000\u0027 ]; then"},{"line_number":241,"context_line":"    echo \"keystone only deployment skips tempest for now\""},{"line_number":242,"context_line":"    exit 0"},{"line_number":243,"context_line":"fi"}],"source_content_type":"text/x-sh","patch_set":15,"id":"9b544b4d_173bacb6","line":240,"range":{"start_line":240,"start_character":5,"end_line":240,"end_character":31},"updated":"2021-04-19 23:57:12.000000000","message":"Can we introduce more generic option rather than relying on $SCENARIO ?","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"},{"author":{"_account_id":9592,"name":"wes hayutin","email":"whayutin@redhat.com","username":"weshayutin"},"change_message_id":"e9d38f4cc690e75bd4e1b58f16f820a8fcb48d83","unresolved":true,"context_lines":[{"line_number":237,"context_line":"fi"},{"line_number":238,"context_line":"timestamp_puppet_log"},{"line_number":239,"context_line":""},{"line_number":240,"context_line":"if [ $SCENARIO \u003d\u003d \u0027scenario000\u0027 ]; then"},{"line_number":241,"context_line":"    echo \"keystone only deployment skips tempest for now\""},{"line_number":242,"context_line":"    exit 0"},{"line_number":243,"context_line":"fi"}],"source_content_type":"text/x-sh","patch_set":15,"id":"d023fbb2_280a5714","line":240,"range":{"start_line":240,"start_character":5,"end_line":240,"end_character":31},"in_reply_to":"9b544b4d_173bacb6","updated":"2021-04-20 12:28:26.000000000","message":"Well I like the idea of being able to turn on and turn off a few more services.  I think that would be helpful.  I do like the idea of having the Keystone only defined though to match tripleo\n\nhttps://github.com/openstack/tripleo-heat-templates/blob/master/README.rst#service-testing-matrix\n\nTripleO has the same thing scenario000 which is a containerized keystone only deployment.  We can pair these two jobs together as we\u0027re bootstraping RHEL 9 and CentOS-Stream-9 which will be very helpful..  \n\nI would say there is probably no reason to run scenario000 in check, perhaps just periodic for now.  Once CentOS-Stream-9 lands upstream we can turn this on in check.\n\nI\u0027ll update the commit message to give more context of the what, why, when etc..","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"}],"zuul.d/tripleo.yaml":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"bb937e928fe20e31f0dddbcbdac03621f3d4caad","unresolved":true,"context_lines":[{"line_number":59,"context_line":"    name: tripleo-puppet-standalone"},{"line_number":60,"context_line":"    check:"},{"line_number":61,"context_line":"      jobs:"},{"line_number":62,"context_line":"        - puppet-openstack-integration-6-scenario000-tempest-centos-8-stream"},{"line_number":63,"context_line":"        - tripleo-puppet-ci-centos-8-content-provider"},{"line_number":64,"context_line":"        - tripleo-puppet-ci-centos-8-standalone:"},{"line_number":65,"context_line":"            vars: \u0026standalone_consumer_vars"}],"source_content_type":"text/x-yaml","patch_set":15,"id":"35270314_43d92690","line":62,"range":{"start_line":62,"start_character":8,"end_line":62,"end_character":76},"updated":"2021-04-19 23:57:12.000000000","message":"We don\u0027t need to add the job here since it was added to integration job template.","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"},{"author":{"_account_id":9592,"name":"wes hayutin","email":"whayutin@redhat.com","username":"weshayutin"},"change_message_id":"e9d38f4cc690e75bd4e1b58f16f820a8fcb48d83","unresolved":true,"context_lines":[{"line_number":59,"context_line":"    name: tripleo-puppet-standalone"},{"line_number":60,"context_line":"    check:"},{"line_number":61,"context_line":"      jobs:"},{"line_number":62,"context_line":"        - puppet-openstack-integration-6-scenario000-tempest-centos-8-stream"},{"line_number":63,"context_line":"        - tripleo-puppet-ci-centos-8-content-provider"},{"line_number":64,"context_line":"        - tripleo-puppet-ci-centos-8-standalone:"},{"line_number":65,"context_line":"            vars: \u0026standalone_consumer_vars"}],"source_content_type":"text/x-yaml","patch_set":15,"id":"17c321d6_dd5c24e7","line":62,"range":{"start_line":62,"start_character":8,"end_line":62,"end_character":76},"in_reply_to":"35270314_43d92690","updated":"2021-04-20 12:28:26.000000000","message":"k.. thank you.. will update","commit_id":"70a2bb8b09eeade87b07d107b86f4758c12befb3"}]}
