)]}'
{"/COMMIT_MSG":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"a4d74495851c4d36ab563d5d58c8e286af223834","unresolved":true,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Ensure that nova scheduler runs before refesh it"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Nova scheduler requires to refresh its cache after some cells are created. This"},{"line_number":10,"context_line":"action uses `kill` instruction for sending the restart signal, but in some"},{"line_number":11,"context_line":"cases, the nova-scheduler process is not running which results in an unknown"},{"line_number":12,"context_line":"error. This change provides better information about the root cause, ensuring"},{"line_number":13,"context_line":"that the process is running."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Change-Id: I7881cf2cd32fdc06941f451464dedc2c5717e275"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"ec7b0cbc_449dcaaf","line":13,"range":{"start_line":9,"start_character":0,"end_line":13,"end_character":28},"updated":"2024-03-15 23:14:51.000000000","message":"wrong lines length, should be wrapped at 72 characters.\nplease read: https://wiki.openstack.org/wiki/GitCommitMessages","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"},{"author":{"_account_id":8726,"name":"Victor Morales","email":"chipahuac@hotmail.com","username":"electrocucaracha"},"change_message_id":"668ae494bfad5e1cb25933b4fe89095023850924","unresolved":false,"context_lines":[{"line_number":6,"context_line":""},{"line_number":7,"context_line":"Ensure that nova scheduler runs before refesh it"},{"line_number":8,"context_line":""},{"line_number":9,"context_line":"Nova scheduler requires to refresh its cache after some cells are created. This"},{"line_number":10,"context_line":"action uses `kill` instruction for sending the restart signal, but in some"},{"line_number":11,"context_line":"cases, the nova-scheduler process is not running which results in an unknown"},{"line_number":12,"context_line":"error. This change provides better information about the root cause, ensuring"},{"line_number":13,"context_line":"that the process is running."},{"line_number":14,"context_line":""},{"line_number":15,"context_line":"Change-Id: I7881cf2cd32fdc06941f451464dedc2c5717e275"}],"source_content_type":"text/x-gerrit-commit-message","patch_set":4,"id":"b5a8dea9_ad25b547","line":13,"range":{"start_line":9,"start_character":0,"end_line":13,"end_character":28},"in_reply_to":"ec7b0cbc_449dcaaf","updated":"2024-03-19 14:36:20.000000000","message":"Done","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"}],"/PATCHSET_LEVEL":[{"author":{"_account_id":8726,"name":"Victor Morales","email":"chipahuac@hotmail.com","username":"electrocucaracha"},"change_message_id":"c510f87fadf53d9eeecd6eaf504b3ed28525688b","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":4,"id":"c2677a3f_9758fca1","updated":"2024-03-15 18:37:07.000000000","message":"Marksim and Michal, I\u0027ve included an extra validation that I think that helps to detect some issues during the OpenStack deployment, could you take a look on it?","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"},{"author":{"_account_id":8726,"name":"Victor Morales","email":"chipahuac@hotmail.com","username":"electrocucaracha"},"change_message_id":"668ae494bfad5e1cb25933b4fe89095023850924","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"ef230bcd_6afebc0e","updated":"2024-03-19 14:36:20.000000000","message":"Thanks Michal for your review, I\u0027ve applied your suggestions","commit_id":"545dd91c1634b49f6f001d3411f191d6b98a3aab"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"0c646397686bda9d265865e15e29b9351d3b05ed","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"5b166bc3_af5efed8","in_reply_to":"ef230bcd_6afebc0e","updated":"2024-03-19 15:41:17.000000000","message":"Maksim not Michal ;)","commit_id":"545dd91c1634b49f6f001d3411f191d6b98a3aab"}],"ansible/roles/nova/tasks/refresh_scheduler_cell_cache.yml":[{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"a4d74495851c4d36ab563d5d58c8e286af223834","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- name: Get nova_scheduler pid"},{"line_number":3,"context_line":"  become: true"},{"line_number":4,"context_line":"  shell: \"{{ kolla_container_engine }} inspect -f \u0027{% raw %}{{ .State.Pid }}{% endraw %}\u0027 nova_scheduler\""},{"line_number":5,"context_line":"  register: nova_scheduler_pid"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"- name: Ensure nova scheduler process is running"},{"line_number":8,"context_line":"  assert:"},{"line_number":9,"context_line":"    that: nova_scheduler_pid.stdout !\u003d \"0\""}],"source_content_type":"text/x-yaml","patch_set":4,"id":"fa132f7e_c8275420","line":6,"range":{"start_line":2,"start_character":0,"end_line":6,"end_character":0},"updated":"2024-03-15 23:14:51.000000000","message":"this task should be run only on nova-scheduler group of hosts","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"},{"author":{"_account_id":8726,"name":"Victor Morales","email":"chipahuac@hotmail.com","username":"electrocucaracha"},"change_message_id":"668ae494bfad5e1cb25933b4fe89095023850924","unresolved":false,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"- name: Get nova_scheduler pid"},{"line_number":3,"context_line":"  become: true"},{"line_number":4,"context_line":"  shell: \"{{ kolla_container_engine }} inspect -f \u0027{% raw %}{{ .State.Pid }}{% endraw %}\u0027 nova_scheduler\""},{"line_number":5,"context_line":"  register: nova_scheduler_pid"},{"line_number":6,"context_line":""},{"line_number":7,"context_line":"- name: Ensure nova scheduler process is running"},{"line_number":8,"context_line":"  assert:"},{"line_number":9,"context_line":"    that: nova_scheduler_pid.stdout !\u003d \"0\""}],"source_content_type":"text/x-yaml","patch_set":4,"id":"64cf2b80_0181493a","line":6,"range":{"start_line":2,"start_character":0,"end_line":6,"end_character":0},"in_reply_to":"fa132f7e_c8275420","updated":"2024-03-19 14:36:20.000000000","message":"Done","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"},{"author":{"_account_id":14200,"name":"Maksim Malchuk","email":"maksim.malchuk@gmail.com","username":"mmalchuk"},"change_message_id":"a4d74495851c4d36ab563d5d58c8e286af223834","unresolved":true,"context_lines":[{"line_number":9,"context_line":"    that: nova_scheduler_pid.stdout !\u003d \"0\""},{"line_number":10,"context_line":"    fail_msg: \"nova scheduler is not running\""},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"- name: Print nova_scheduler_pid value"},{"line_number":13,"context_line":"  debug:"},{"line_number":14,"context_line":"    var: nova_scheduler_pid"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"# This is necessary after new cells have been created to refresh the cell cache"},{"line_number":17,"context_line":"# in nova scheduler."},{"line_number":18,"context_line":"- name: Refresh cell cache in nova scheduler"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"faaf5750_fb790530","line":15,"range":{"start_line":12,"start_character":0,"end_line":15,"end_character":0},"updated":"2024-03-15 23:14:51.000000000","message":"useless task. drop it.","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"},{"author":{"_account_id":8726,"name":"Victor Morales","email":"chipahuac@hotmail.com","username":"electrocucaracha"},"change_message_id":"668ae494bfad5e1cb25933b4fe89095023850924","unresolved":false,"context_lines":[{"line_number":9,"context_line":"    that: nova_scheduler_pid.stdout !\u003d \"0\""},{"line_number":10,"context_line":"    fail_msg: \"nova scheduler is not running\""},{"line_number":11,"context_line":""},{"line_number":12,"context_line":"- name: Print nova_scheduler_pid value"},{"line_number":13,"context_line":"  debug:"},{"line_number":14,"context_line":"    var: nova_scheduler_pid"},{"line_number":15,"context_line":""},{"line_number":16,"context_line":"# This is necessary after new cells have been created to refresh the cell cache"},{"line_number":17,"context_line":"# in nova scheduler."},{"line_number":18,"context_line":"- name: Refresh cell cache in nova scheduler"}],"source_content_type":"text/x-yaml","patch_set":4,"id":"a4d1a771_033c9ff2","line":15,"range":{"start_line":12,"start_character":0,"end_line":15,"end_character":0},"in_reply_to":"faaf5750_fb790530","updated":"2024-03-19 14:36:20.000000000","message":"Done","commit_id":"b4af58035e48c865ecf204973105df971b4073bc"}]}
