)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"f7b0d4cf0ae01d29bc7c1f98230f1d2ab5e67703","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"0d445271_f9ec1e2a","updated":"2025-09-19 14:13:53.000000000","message":"Change looks good to me. This is going to be handy when moving to built in inspector where the require_managed_boot config defaults to true (meaning you need the inspection network set). Just going to take this for a spin, and then I will +2.","commit_id":"21748a081e9eb3f40d76fd12c8bf3ef79272e25b"},{"author":{"_account_id":22629,"name":"Michal Nasiadka","email":"mnasiadka@gmail.com","username":"mnasiadka"},"change_message_id":"d80a660b018e32c274f0050346be97637984d3fe","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"91d93fbe_108facda","updated":"2025-09-22 09:14:06.000000000","message":"recheck - unrelated Unknown error message: filesystem layer verification failed for digest","commit_id":"d812c0d0c42dc6d04f092468857802a8610d7a74"}],"ansible/provision-net.yml":[{"author":{"_account_id":35263,"name":"Matt Crees","email":"mattc@stackhpc.com","username":"mattcrees"},"change_message_id":"36d3ee36c2385d09915c859d8cae887f4847418d","unresolved":true,"context_lines":[{"line_number":3,"context_line":"  hosts: controllers"},{"line_number":4,"context_line":"  gather_facts: False"},{"line_number":5,"context_line":"  tags:"},{"line_number":6,"context_line":"    - provision-net"},{"line_number":7,"context_line":"    - cleaning-net"},{"line_number":8,"context_line":"  tasks:"},{"line_number":9,"context_line":"    - name: Create controllers group with ironic enabled"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"c7407b1a_5bfa6514","line":6,"updated":"2025-01-02 16:50:04.000000000","message":"```suggestion\n    - inspection-net\n    - provision-net\n```","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":35263,"name":"Matt Crees","email":"mattc@stackhpc.com","username":"mattcrees"},"change_message_id":"a6c3969385c78ed36ed266fa82edb13ea2a63887","unresolved":true,"context_lines":[{"line_number":3,"context_line":"  hosts: controllers"},{"line_number":4,"context_line":"  gather_facts: False"},{"line_number":5,"context_line":"  tags:"},{"line_number":6,"context_line":"    - provision-net"},{"line_number":7,"context_line":"    - cleaning-net"},{"line_number":8,"context_line":"  tasks:"},{"line_number":9,"context_line":"    - name: Create controllers group with ironic enabled"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"e5ce6777_45be0c1d","line":6,"in_reply_to":"636d06b3_7a52ee09","updated":"2025-09-22 11:15:02.000000000","message":"This still needs applying","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"f7b0d4cf0ae01d29bc7c1f98230f1d2ab5e67703","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  hosts: controllers"},{"line_number":4,"context_line":"  gather_facts: False"},{"line_number":5,"context_line":"  tags:"},{"line_number":6,"context_line":"    - provision-net"},{"line_number":7,"context_line":"    - cleaning-net"},{"line_number":8,"context_line":"  tasks:"},{"line_number":9,"context_line":"    - name: Create controllers group with ironic enabled"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"636d06b3_7a52ee09","line":6,"in_reply_to":"c7407b1a_5bfa6514","updated":"2025-09-19 14:13:53.000000000","message":"Fix applied.","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"e85bbc61e8563101729865a6b0cbdf2297468302","unresolved":false,"context_lines":[{"line_number":3,"context_line":"  hosts: controllers"},{"line_number":4,"context_line":"  gather_facts: False"},{"line_number":5,"context_line":"  tags:"},{"line_number":6,"context_line":"    - provision-net"},{"line_number":7,"context_line":"    - cleaning-net"},{"line_number":8,"context_line":"  tasks:"},{"line_number":9,"context_line":"    - name: Create controllers group with ironic enabled"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"f86f9a8e_fe9436aa","line":6,"in_reply_to":"e5ce6777_45be0c1d","updated":"2025-09-22 16:38:40.000000000","message":"Done","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":35263,"name":"Matt Crees","email":"mattc@stackhpc.com","username":"mattcrees"},"change_message_id":"36d3ee36c2385d09915c859d8cae887f4847418d","unresolved":true,"context_lines":[{"line_number":58,"context_line":"          gateway_ip: \"{{ cleaning_net_name | net_neutron_gateway or cleaning_net_name | net_gateway | default(omit, True) }}\""},{"line_number":59,"context_line":"          allocation_pool_start: \"{{ cleaning_net_name | net_neutron_allocation_pool_start }}\""},{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"310cfbc3_2a069b9e","line":61,"updated":"2025-01-02 16:50:04.000000000","message":"Need to include inspection net here too","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"b0f0ef4d01456eec6c78a53d23d9f1cc7e7db53d","unresolved":false,"context_lines":[{"line_number":58,"context_line":"          gateway_ip: \"{{ cleaning_net_name | net_neutron_gateway or cleaning_net_name | net_gateway | default(omit, True) }}\""},{"line_number":59,"context_line":"          allocation_pool_start: \"{{ cleaning_net_name | net_neutron_allocation_pool_start }}\""},{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"d17a939d_d8d4d994","line":61,"in_reply_to":"310cfbc3_2a069b9e","updated":"2025-09-19 14:14:49.000000000","message":"Done","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":35263,"name":"Matt Crees","email":"mattc@stackhpc.com","username":"mattcrees"},"change_message_id":"36d3ee36c2385d09915c859d8cae887f4847418d","unresolved":true,"context_lines":[{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"},{"line_number":65,"context_line":"  tasks:"},{"line_number":66,"context_line":"    - name: Validate OpenStack password authentication parameters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"74de1ab9_955ab7b4","line":63,"updated":"2025-01-02 16:50:04.000000000","message":"```suggestion\n    - inspection-net\n    - provision-net\n```","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"db2265c2dde20d639c487924406205bfdd2287cf","unresolved":true,"context_lines":[{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"},{"line_number":65,"context_line":"  tasks:"},{"line_number":66,"context_line":"    - name: Validate OpenStack password authentication parameters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"36df3130_811353eb","line":63,"in_reply_to":"17fe1602_b1f27288","updated":"2025-09-22 16:38:09.000000000","message":"Dammit - some how lost those. Applied via the UI :D","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"d2346df9fbda07841c110e5605d02643eb1f37b2","unresolved":false,"context_lines":[{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"},{"line_number":65,"context_line":"  tasks:"},{"line_number":66,"context_line":"    - name: Validate OpenStack password authentication parameters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"56b2736e_6c27040b","line":63,"in_reply_to":"36df3130_811353eb","updated":"2025-09-22 16:38:23.000000000","message":"Done","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":35263,"name":"Matt Crees","email":"mattc@stackhpc.com","username":"mattcrees"},"change_message_id":"a6c3969385c78ed36ed266fa82edb13ea2a63887","unresolved":true,"context_lines":[{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"},{"line_number":65,"context_line":"  tasks:"},{"line_number":66,"context_line":"    - name: Validate OpenStack password authentication parameters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"17fe1602_b1f27288","line":63,"in_reply_to":"3e2d384c_334ae906","updated":"2025-09-22 11:15:02.000000000","message":"This still needs applying","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"f7b0d4cf0ae01d29bc7c1f98230f1d2ab5e67703","unresolved":false,"context_lines":[{"line_number":60,"context_line":"          allocation_pool_end: \"{{ cleaning_net_name | net_neutron_allocation_pool_end }}\""},{"line_number":61,"context_line":"    network_registrations: \"{{ [provision_net] + ([] if cleaning_net_name \u003d\u003d provision_wl_net_name else [cleaning_net]) }}\""},{"line_number":62,"context_line":"  tags:"},{"line_number":63,"context_line":"    - provision-net"},{"line_number":64,"context_line":"    - cleaning-net"},{"line_number":65,"context_line":"  tasks:"},{"line_number":66,"context_line":"    - name: Validate OpenStack password authentication parameters"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"3e2d384c_334ae906","line":63,"in_reply_to":"74de1ab9_955ab7b4","updated":"2025-09-19 14:13:53.000000000","message":"Fix applied.","commit_id":"a18544a47eee18f83a93be3defcff10d3f9f7842"}]}
