)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"e69d057fca2feddb040bfd7e820be3a67d846140","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"adeb2a35_c7a4f043","updated":"2024-05-16 10:01:12.000000000","message":"recheck","commit_id":"cd48ffedb159be72abe2cd6f2434b39624f4a7e3"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"cf7fe980fdcf62ef36b9c820d86b92662938e52f","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"b9ed6b60_a41be33a","updated":"2024-03-21 12:17:26.000000000","message":"recheck","commit_id":"cd48ffedb159be72abe2cd6f2434b39624f4a7e3"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"7cb34faa01fe884dfb1cce9b9957efce7934554e","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"d6ac0d95_e8599667","updated":"2024-03-13 10:49:17.000000000","message":"recheck","commit_id":"cd48ffedb159be72abe2cd6f2434b39624f4a7e3"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"f491b21c1ded6e99e44c011e8daf6f4d98da1e93","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"ff9c658e_1e034930","updated":"2024-06-03 07:36:45.000000000","message":"since we add destroy action lets rename role to the \u0027manage-containers\u0027 and playbook to the \u0027seed-manage-containers.yml\u0027 and don\u0027t forget to change all the references.","commit_id":"95818701fe4962fb04f17c38dac0c919b6a81b26"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"934f206d5be789600cfcb96785e0abedfb64e76b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"1fd66e47_0f05990f","in_reply_to":"ff9c658e_1e034930","updated":"2024-06-03 08:45:37.000000000","message":"Agreed that would be slightly more accurate name, but such renames make it harder to backport the feature. I feel deploy-containers isn\u0027t too bad of a name and we can always adjust the name is a separate commit.","commit_id":"95818701fe4962fb04f17c38dac0c919b6a81b26"}],"doc/source/administration/seed.rst":[{"author":{"_account_id":23084,"name":"Bartosz Bezak","email":"bartosz@stackhpc.com","username":"b.bezak"},"change_message_id":"81315b7a520a0a97654bdfd2ab13115f6f9df72e","unresolved":true,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, volumes and data on"},{"line_number":22,"context_line":"   the seed and is generally only advised when you have no important data on the"},{"line_number":23,"context_line":"   system."},{"line_number":24,"context_line":""}],"source_content_type":"text/x-rst","patch_set":5,"id":"1604a5eb_381e2a2a","line":21,"updated":"2024-06-03 08:11:41.000000000","message":"will it remove volumes as well?","commit_id":"95818701fe4962fb04f17c38dac0c919b6a81b26"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"4a0d9b7d38efadc6512ce520dab7f879bfba2fc2","unresolved":true,"context_lines":[{"line_number":18,"context_line":""},{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, volumes and data on"},{"line_number":22,"context_line":"   the seed and is generally only advised when you have no important data on the"},{"line_number":23,"context_line":"   system."},{"line_number":24,"context_line":""}],"source_content_type":"text/x-rst","patch_set":5,"id":"9fa7a4ae_4e9f9745","line":21,"in_reply_to":"1604a5eb_381e2a2a","updated":"2024-06-03 08:38:14.000000000","message":"We could clarify this. For custom containers, it will if you have logic in the post_destroy hook to remove volumes. The docker registry and kolla volumes are removed:\n\nhttps://github.com/openstack/kayobe/blob/master/ansible/roles/docker-registry/tasks/destroy.yml#L22","commit_id":"95818701fe4962fb04f17c38dac0c919b6a81b26"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"54fc3e705ecbde7dc73911b5c5e1c30e8f648434","unresolved":true,"context_lines":[{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, and volumes that were deployed by "},{"line_number":22,"context_line":"   Kayobe and Kolla. The behaviour of"},{"line_number":23,"context_line":"   :ref:`custom containers \u003cconfiguration-seed-custom-containers\u003e` is dependent on the "},{"line_number":24,"context_line":"   ``post_destroy`` hook. It is generally only advised when you have no important data on the"},{"line_number":25,"context_line":"   system."},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"To destroy the seed services::"},{"line_number":28,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"8d0110f1_626d6e10","line":25,"range":{"start_line":22,"start_character":20,"end_line":25,"end_character":10},"updated":"2024-06-03 09:53:56.000000000","message":"It\u0027s not really clear to me what this means.","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"32b6bd55b17a908c3e92fc4f70ff92d79bded235","unresolved":false,"context_lines":[{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, and volumes that were deployed by "},{"line_number":22,"context_line":"   Kayobe and Kolla. The behaviour of"},{"line_number":23,"context_line":"   :ref:`custom containers \u003cconfiguration-seed-custom-containers\u003e` is dependent on the "},{"line_number":24,"context_line":"   ``post_destroy`` hook. It is generally only advised when you have no important data on the"},{"line_number":25,"context_line":"   system."},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"To destroy the seed services::"},{"line_number":28,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"8b088c88_334ecf48","line":25,"range":{"start_line":22,"start_character":20,"end_line":25,"end_character":10},"in_reply_to":"03e4381b_7acac928","updated":"2024-06-05 11:04:59.000000000","message":"Done","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"bb1aacd6da6ad23cab26a8a1979150185dc8848c","unresolved":true,"context_lines":[{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, and volumes that were deployed by "},{"line_number":22,"context_line":"   Kayobe and Kolla. The behaviour of"},{"line_number":23,"context_line":"   :ref:`custom containers \u003cconfiguration-seed-custom-containers\u003e` is dependent on the "},{"line_number":24,"context_line":"   ``post_destroy`` hook. It is generally only advised when you have no important data on the"},{"line_number":25,"context_line":"   system."},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"To destroy the seed services::"},{"line_number":28,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"03e4381b_7acac928","line":25,"range":{"start_line":22,"start_character":20,"end_line":25,"end_character":10},"in_reply_to":"2793ef45_3261c797","updated":"2024-06-03 13:48:17.000000000","message":"Had another stab at the wording, but feel free to submit something yourself.","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"},{"author":{"_account_id":28048,"name":"Will Szumski","email":"will@stackhpc.com","username":"jovial"},"change_message_id":"b4552b6e2bca0b7ef1029baa94efd18889d41d47","unresolved":true,"context_lines":[{"line_number":19,"context_line":".. warning::"},{"line_number":20,"context_line":""},{"line_number":21,"context_line":"   This step will destroy all containers, container images, and volumes that were deployed by "},{"line_number":22,"context_line":"   Kayobe and Kolla. The behaviour of"},{"line_number":23,"context_line":"   :ref:`custom containers \u003cconfiguration-seed-custom-containers\u003e` is dependent on the "},{"line_number":24,"context_line":"   ``post_destroy`` hook. It is generally only advised when you have no important data on the"},{"line_number":25,"context_line":"   system."},{"line_number":26,"context_line":""},{"line_number":27,"context_line":"To destroy the seed services::"},{"line_number":28,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"2793ef45_3261c797","line":25,"range":{"start_line":22,"start_character":20,"end_line":25,"end_character":10},"in_reply_to":"8d0110f1_626d6e10","updated":"2024-06-03 13:39:08.000000000","message":"TBH I just wanted to flag that you shouldn\u0027t run this on a production system. But then there was a comment about if it would destroy volumes and then answer to that is that is depends on your configuration (at least when it comes to custom containers).","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"54fc3e705ecbde7dc73911b5c5e1c30e8f648434","unresolved":true,"context_lines":[{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    (kayobe) $ kayobe seed service destroy --yes-i-really-really-mean-it"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"This can optionally be used with a limit::"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"    (kayobe) $ kayobe seed service destroy --yes-i-really-really-mean-it -kt none -t docker-registry"},{"line_number":34,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"9639aa84_886012af","line":31,"updated":"2024-06-03 09:53:56.000000000","message":"s/limit/tag/","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"},{"author":{"_account_id":14826,"name":"Mark Goddard","email":"markgoddard86@gmail.com","username":"mgoddard"},"change_message_id":"32b6bd55b17a908c3e92fc4f70ff92d79bded235","unresolved":false,"context_lines":[{"line_number":28,"context_line":""},{"line_number":29,"context_line":"    (kayobe) $ kayobe seed service destroy --yes-i-really-really-mean-it"},{"line_number":30,"context_line":""},{"line_number":31,"context_line":"This can optionally be used with a limit::"},{"line_number":32,"context_line":""},{"line_number":33,"context_line":"    (kayobe) $ kayobe seed service destroy --yes-i-really-really-mean-it -kt none -t docker-registry"},{"line_number":34,"context_line":""}],"source_content_type":"text/x-rst","patch_set":6,"id":"2f2dd488_19abc2ef","line":31,"in_reply_to":"9639aa84_886012af","updated":"2024-06-05 11:04:59.000000000","message":"Done","commit_id":"3acf156db32b17d61c39f2e92e850805c0243ef5"}]}
