)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"a70fd6cfb9187297f428ca734020a14eba51e637","unresolved":true,"context_lines":[{"line_number":7,"context_line":"Revert bad rebase"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Reverting a bad rebase to fix cephadm binary source"},{"line_number":10,"context_line":"Also adds catatonit to rpms file to fix CI issues"},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"Change-Id: Ie1b1dc0ef2508eae38ae7954fb0bb62653780644"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":2,"id":"d0a1df63_b1f2eab2","line":10,"range":{"start_line":10,"start_character":0,"end_line":10,"end_character":49},"updated":"2023-10-13 17:28:52.000000000","message":"no longer true","commit_id":"120041215c7962606347259046c7a0ee71241a34"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"45c65720fcd10754ccd559cdd91c00ba9d1df4f2","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"a632a90d_61940b04","updated":"2023-10-11 19:14:28.000000000","message":"Thank you Ashley; helps to clean this up","commit_id":"19f8725d6035cb4de937331a3b1ea10a554647f4"},{"author":{"_account_id":25402,"name":"Francesco Pantano","email":"fpantano@redhat.com","username":"fmount"},"change_message_id":"c2771f98dfc0456067d8a6be24cebf627f743b82","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"626bd7ad_007ed8bc","updated":"2023-10-14 05:57:29.000000000","message":"LGTM!","commit_id":"120041215c7962606347259046c7a0ee71241a34"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"a70fd6cfb9187297f428ca734020a14eba51e637","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"c79174c8_5d459cec","updated":"2023-10-13 17:28:52.000000000","message":"LGTM; thanks Ashley!","commit_id":"120041215c7962606347259046c7a0ee71241a34"},{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"d83f28a5caf34c83b2768f6f02345f7145b1ed00","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"cfe35d12_ead01fee","updated":"2023-10-13 19:57:27.000000000","message":"recheck\n\ntimeout unrelated to this change; cephadm was obtained just fine.","commit_id":"120041215c7962606347259046c7a0ee71241a34"}],"devstack/files/rpms/devstack-plugin-ceph":[{"author":{"_account_id":16643,"name":"Goutham Pacha Ravi","email":"gouthampravi@gmail.com","username":"gouthamr"},"change_message_id":"45c65720fcd10754ccd559cdd91c00ba9d1df4f2","unresolved":true,"context_lines":[{"line_number":3,"context_line":"podman"},{"line_number":4,"context_line":"jq"},{"line_number":5,"context_line":"ceph-common"},{"line_number":6,"context_line":"catatonit"}],"source_content_type":"application/octet-stream","patch_set":1,"id":"57d0a63e_ea27e473","line":6,"updated":"2023-10-11 19:14:28.000000000","message":"leaving this package out was intentional.. catatonit\u0027s being installed because of podman on centos-stream... so we can leave this out","commit_id":"19f8725d6035cb4de937331a3b1ea10a554647f4"},{"author":{"_account_id":32594,"name":"Ashley Rodriguez","email":"ashrod98@redhat.com","username":"ashrod98"},"change_message_id":"2c4b38b8213117116e66c213b8f630e56ff9a59a","unresolved":false,"context_lines":[{"line_number":3,"context_line":"podman"},{"line_number":4,"context_line":"jq"},{"line_number":5,"context_line":"ceph-common"},{"line_number":6,"context_line":"catatonit"}],"source_content_type":"application/octet-stream","patch_set":1,"id":"e1d433e4_a31526cb","line":6,"in_reply_to":"57d0a63e_ea27e473","updated":"2023-10-13 17:22:00.000000000","message":"Ack","commit_id":"19f8725d6035cb4de937331a3b1ea10a554647f4"}],"devstack/lib/cephadm":[{"author":{"_account_id":25402,"name":"Francesco Pantano","email":"fpantano@redhat.com","username":"fmount"},"change_message_id":"c2771f98dfc0456067d8a6be24cebf627f743b82","unresolved":true,"context_lines":[{"line_number":133,"context_line":"    # NOTE(gouthamr): cephadm binary here is a python executable, and the"},{"line_number":134,"context_line":"    # $os_PACKAGE (\"rpm\") or $os_release (el9) doesn\u0027t really matter. There is"},{"line_number":135,"context_line":"    # no ubuntu/debian equivalent being published by the ceph community."},{"line_number":136,"context_line":"    curl -O https://download.ceph.com/rpm-${CEPH_RELEASE}/el9/noarch/cephadm"},{"line_number":137,"context_line":"    $SUDO mv cephadm $TARGET_BIN"},{"line_number":138,"context_line":"    $SUDO chmod +x $TARGET_BIN/cephadm"},{"line_number":139,"context_line":"    echo \"[GET CEPHADM] cephadm is now available\""}],"source_content_type":"application/x-shellscript","patch_set":2,"id":"e42068fe_916dc1c0","line":136,"updated":"2023-10-14 05:57:29.000000000","message":"wow, I didn\u0027t know that now the rpms are available in download.ceph.com. \ncephadm, of course, is a python that does not depend on the distro, hence +1 on getting it from there for both ubuntu/debian.","commit_id":"120041215c7962606347259046c7a0ee71241a34"}]}
