)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"7c37529ebdd6c2f70669432a87e96fa8379422bd","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":1,"id":"efcefb90_ee210ef8","updated":"2023-08-07 03:13:44.000000000","message":"It seems you are adding some new parameters to the ceilometer class ? IMO it does not make good sense to add these deprecated parameters.\n\nAlso, we probably should avoid deprecating parameters in the stable branches.\n\nFinally, please document the conflict during backport in the commit message.","commit_id":"99692321e470633df530eb86c4067f3723801a53"},{"author":{"_account_id":32240,"name":"Yadnesh Kulkarni","email":"yadnesh_kulkarni@proton.me","username":"ykulkarn"},"change_message_id":"d75abf32c52e77a74a2f3e7298d2a8aa678a0d3c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"2a691583_c8239935","in_reply_to":"efcefb90_ee210ef8","updated":"2023-08-09 04:04:52.000000000","message":"Done","commit_id":"99692321e470633df530eb86c4067f3723801a53"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"a68df10a3a1858b655c1d2c86628a7c26d18c079","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":3,"id":"59bbd1f8_64bdee57","updated":"2023-08-07 11:30:21.000000000","message":"Please do not remove the parameters in stable branches. Keep the existing parameters and include the cache class, then pick the base class parameter in the cache class.","commit_id":"05672f73e3488b8b1eca50004f400ba5b6e7ad49"},{"author":{"_account_id":32240,"name":"Yadnesh Kulkarni","email":"yadnesh_kulkarni@proton.me","username":"ykulkarn"},"change_message_id":"d75abf32c52e77a74a2f3e7298d2a8aa678a0d3c","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"b13b2ed6_1b6d6156","in_reply_to":"59bbd1f8_64bdee57","updated":"2023-08-09 04:04:52.000000000","message":"Ack","commit_id":"05672f73e3488b8b1eca50004f400ba5b6e7ad49"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"90bf7954261fc1834a875a586d33175692cbb618","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":16,"id":"1b8baf9f_ee9348c7","updated":"2023-08-09 04:17:55.000000000","message":"Hmm. I\u0027m not too sure why you are trying to achieve. Without the change in the core ceilometer class you can\u0027t use ceilometer::cache because the oslo::cache resource defined in these two manifests conflict.\n\nI can probably take this over if needed.","commit_id":"12b655cbab3d7236ff78560724dd98c2e1c38484"},{"author":{"_account_id":32240,"name":"Yadnesh Kulkarni","email":"yadnesh_kulkarni@proton.me","username":"ykulkarn"},"change_message_id":"06acce8528c7db51c9d20c909be54c7448a3a7a2","unresolved":true,"context_lines":[],"source_content_type":"","patch_set":16,"id":"21ba290f_d5f3bea6","in_reply_to":"1b8baf9f_ee9348c7","updated":"2023-08-09 04:20:42.000000000","message":"Sure, that would be great help.","commit_id":"12b655cbab3d7236ff78560724dd98c2e1c38484"}],"manifests/cache.pp":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"90bf7954261fc1834a875a586d33175692cbb618","unresolved":true,"context_lines":[{"line_number":20,"context_line":"#"},{"line_number":21,"context_line":"# [*cache_backend*]"},{"line_number":22,"context_line":"#   (Optional) Dogpile.cache backend module. It is recommended that"},{"line_number":23,"context_line":"#   Memcache with pooling (oslo_cache.memcache_pool) or Redis"},{"line_number":24,"context_line":"#   (dogpile.cache.redis) be used in production deployments. (string value)"},{"line_number":25,"context_line":"#   Defaults to $::os_service_default"},{"line_number":26,"context_line":"#"}],"source_content_type":"text/x-puppet","patch_set":16,"id":"82ab6f61_751067fb","line":23,"updated":"2023-08-09 04:17:55.000000000","message":"You should not update these parameters. This is not compatible with stable/yoga.","commit_id":"12b655cbab3d7236ff78560724dd98c2e1c38484"}],"manifests/init.pp":[{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"7c37529ebdd6c2f70669432a87e96fa8379422bd","unresolved":true,"context_lines":[{"line_number":225,"context_line":"#   (Optional) A list of memcached server(s) to use for caching. (list value)"},{"line_number":226,"context_line":"#   Defaults to undef"},{"line_number":227,"context_line":"#"},{"line_number":228,"context_line":"# [*cache_enable_socket_keepalive*]"},{"line_number":229,"context_line":"#   (Optional) Global toggle for the socket keepalive of dogpile\u0027s"},{"line_number":230,"context_line":"#   pymemcache backend"},{"line_number":231,"context_line":"#   Defaults to undef"},{"line_number":232,"context_line":"#"},{"line_number":233,"context_line":"# [*cache_socket_keepalive_idle*]"},{"line_number":234,"context_line":"#   (Optional) The time (in seconds) the connection needs to remain idle"},{"line_number":235,"context_line":"#   before TCP starts sending keepalive probes. Should be a positive integer"},{"line_number":236,"context_line":"#   most greater than zero."},{"line_number":237,"context_line":"#   Defaults to undef"},{"line_number":238,"context_line":"#"},{"line_number":239,"context_line":"# [*cache_socket_keepalive_interval*]"},{"line_number":240,"context_line":"#   (Optional) The time (in seconds) between individual keepalive probes."},{"line_number":241,"context_line":"#   Should be a positive integer most greater than zero."},{"line_number":242,"context_line":"#   Defaults to undef"},{"line_number":243,"context_line":"#"},{"line_number":244,"context_line":"# [*cache_socket_keepalive_count*]"},{"line_number":245,"context_line":"#   (Optional) The maximum number of keepalive probes TCP should send before"},{"line_number":246,"context_line":"#   dropping the connection. Should be a positive integer most greater than"},{"line_number":247,"context_line":"#   zero."},{"line_number":248,"context_line":"#   Defaults to undef"},{"line_number":249,"context_line":"#"},{"line_number":250,"context_line":"# [*cache_tls_enabled*]"},{"line_number":251,"context_line":"#   (Optional) Global toggle for TLS usage when comunicating with"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"f46e8456_d6858363","line":248,"range":{"start_line":228,"start_character":0,"end_line":248,"end_character":21},"updated":"2023-08-07 03:13:44.000000000","message":"these parameters do not exist in this branch","commit_id":"99692321e470633df530eb86c4067f3723801a53"},{"author":{"_account_id":32240,"name":"Yadnesh Kulkarni","email":"yadnesh_kulkarni@proton.me","username":"ykulkarn"},"change_message_id":"d75abf32c52e77a74a2f3e7298d2a8aa678a0d3c","unresolved":false,"context_lines":[{"line_number":225,"context_line":"#   (Optional) A list of memcached server(s) to use for caching. (list value)"},{"line_number":226,"context_line":"#   Defaults to undef"},{"line_number":227,"context_line":"#"},{"line_number":228,"context_line":"# [*cache_enable_socket_keepalive*]"},{"line_number":229,"context_line":"#   (Optional) Global toggle for the socket keepalive of dogpile\u0027s"},{"line_number":230,"context_line":"#   pymemcache backend"},{"line_number":231,"context_line":"#   Defaults to undef"},{"line_number":232,"context_line":"#"},{"line_number":233,"context_line":"# [*cache_socket_keepalive_idle*]"},{"line_number":234,"context_line":"#   (Optional) The time (in seconds) the connection needs to remain idle"},{"line_number":235,"context_line":"#   before TCP starts sending keepalive probes. Should be a positive integer"},{"line_number":236,"context_line":"#   most greater than zero."},{"line_number":237,"context_line":"#   Defaults to undef"},{"line_number":238,"context_line":"#"},{"line_number":239,"context_line":"# [*cache_socket_keepalive_interval*]"},{"line_number":240,"context_line":"#   (Optional) The time (in seconds) between individual keepalive probes."},{"line_number":241,"context_line":"#   Should be a positive integer most greater than zero."},{"line_number":242,"context_line":"#   Defaults to undef"},{"line_number":243,"context_line":"#"},{"line_number":244,"context_line":"# [*cache_socket_keepalive_count*]"},{"line_number":245,"context_line":"#   (Optional) The maximum number of keepalive probes TCP should send before"},{"line_number":246,"context_line":"#   dropping the connection. Should be a positive integer most greater than"},{"line_number":247,"context_line":"#   zero."},{"line_number":248,"context_line":"#   Defaults to undef"},{"line_number":249,"context_line":"#"},{"line_number":250,"context_line":"# [*cache_tls_enabled*]"},{"line_number":251,"context_line":"#   (Optional) Global toggle for TLS usage when comunicating with"}],"source_content_type":"text/x-puppet","patch_set":1,"id":"f707444b_cae77f66","line":248,"range":{"start_line":228,"start_character":0,"end_line":248,"end_character":21},"in_reply_to":"f46e8456_d6858363","updated":"2023-08-09 04:04:52.000000000","message":"Done","commit_id":"99692321e470633df530eb86c4067f3723801a53"},{"author":{"_account_id":9816,"name":"Takashi Kajinami","email":"kajinamit@oss.nttdata.com","username":"kajinamit"},"change_message_id":"7c37529ebdd6c2f70669432a87e96fa8379422bd","unresolved":true,"context_lines":[{"line_number":273,"context_line":"#   is ignored."},{"line_number":274,"context_line":"#   Default to undef"},{"line_number":275,"context_line":"#"},{"line_number":276,"context_line":"# [*cache_tls_allowed_ciphers*]"},{"line_number":277,"context_line":"#   (Optional) Set the available ciphers for sockets created with"},{"line_number":278,"context_line":"#   the TLS context. It should be a string in the OpenSSL cipher"},{"line_number":279,"context_line":"#   list format. If not specified, all OpenSSL enabled ciphers will"},{"line_number":280,"context_line":"#   be available."},{"line_number":281,"context_line":"#   Default to undef"},{"line_number":282,"context_line":"#"},{"line_number":283,"context_line":"# [*cache_enable_retry_client*]"},{"line_number":284,"context_line":"#   (Optional) Enable retry client mechanisms to handle failure."},{"line_number":285,"context_line":"#   Those mechanisms can be used to wrap all kind of pymemcache"},{"line_number":286,"context_line":"#   clients. The wrapper allows you to define how many attempts"},{"line_number":287,"context_line":"#   to make and how long to wait between attemots."},{"line_number":288,"context_line":"#   Default to undef"},{"line_number":289,"context_line":"#"},{"line_number":290,"context_line":"# [*cache_retry_attempts*]"},{"line_number":291,"context_line":"#   (Optional) Number of times to attempt an action before failing."},{"line_number":292,"context_line":"#   Default to undef"},{"line_number":293,"context_line":"#"},{"line_number":294,"context_line":"# [*cache_retry_delay*]"},{"line_number":295,"context_line":"#   (Optional) Number of seconds to sleep between each attempt."},{"line_number":296,"context_line":"#   Default to undef"},{"line_number":297,"context_line":"#"},{"line_number":298,"context_line":"# [*cache_hashclient_retry_attempts*]"},{"line_number":299,"context_line":"#   (Optional) Amount of times a client should be tried"},{"line_number":300,"context_line":"#   before it is marked dead and removed from the pool in"},{"line_number":301,"context_line":"#   the HashClient\u0027s internal mechanisms."},{"line_number":302,"context_line":"#   Default to undef"},{"line_number":303,"context_line":"#"},{"line_number":304,"context_line":"# [*cache_hashclient_retry_delay*]"},{"line_number":305,"context_line":"#   (Optional) Time in seconds that should pass between"},{"line_number":306,"context_line":"#   retry attempts in the HashClient\u0027s internal mechanisms."},{"line_number":307,"context_line":"#   Default to undef"},{"line_number":308,"context_line":"#"},{"line_number":309,"context_line":"# [*cache_dead_timeout*]"},{"line_number":310,"context_line":"#   (Optional) Time in seconds before attempting to add a node"},{"line_number":311,"context_line":"#   back in the pool in the HashClient\u0027s internal mechanisms."},{"line_number":312,"context_line":"#   Default to undef"},{"line_number":313,"context_line":"#"},{"line_number":314,"context_line":"# [*manage_backend_package*]"},{"line_number":315,"context_line":"#   (Optional) If we should install the cache backend package."}],"source_content_type":"text/x-puppet","patch_set":1,"id":"9a0d9cf6_43911c9c","line":312,"range":{"start_line":276,"start_character":0,"end_line":312,"end_character":20},"updated":"2023-08-07 03:13:44.000000000","message":"these parameters do not exist in this branch","commit_id":"99692321e470633df530eb86c4067f3723801a53"},{"author":{"_account_id":32240,"name":"Yadnesh Kulkarni","email":"yadnesh_kulkarni@proton.me","username":"ykulkarn"},"change_message_id":"d75abf32c52e77a74a2f3e7298d2a8aa678a0d3c","unresolved":false,"context_lines":[{"line_number":273,"context_line":"#   is ignored."},{"line_number":274,"context_line":"#   Default to undef"},{"line_number":275,"context_line":"#"},{"line_number":276,"context_line":"# [*cache_tls_allowed_ciphers*]"},{"line_number":277,"context_line":"#   (Optional) Set the available ciphers for sockets created with"},{"line_number":278,"context_line":"#   the TLS context. It should be a string in the OpenSSL cipher"},{"line_number":279,"context_line":"#   list format. If not specified, all OpenSSL enabled ciphers will"},{"line_number":280,"context_line":"#   be available."},{"line_number":281,"context_line":"#   Default to undef"},{"line_number":282,"context_line":"#"},{"line_number":283,"context_line":"# [*cache_enable_retry_client*]"},{"line_number":284,"context_line":"#   (Optional) Enable retry client mechanisms to handle failure."},{"line_number":285,"context_line":"#   Those mechanisms can be used to wrap all kind of pymemcache"},{"line_number":286,"context_line":"#   clients. The wrapper allows you to define how many attempts"},{"line_number":287,"context_line":"#   to make and how long to wait between attemots."},{"line_number":288,"context_line":"#   Default to undef"},{"line_number":289,"context_line":"#"},{"line_number":290,"context_line":"# [*cache_retry_attempts*]"},{"line_number":291,"context_line":"#   (Optional) Number of times to attempt an action before failing."},{"line_number":292,"context_line":"#   Default to undef"},{"line_number":293,"context_line":"#"},{"line_number":294,"context_line":"# [*cache_retry_delay*]"},{"line_number":295,"context_line":"#   (Optional) Number of seconds to sleep between each attempt."},{"line_number":296,"context_line":"#   Default to undef"},{"line_number":297,"context_line":"#"},{"line_number":298,"context_line":"# [*cache_hashclient_retry_attempts*]"},{"line_number":299,"context_line":"#   (Optional) Amount of times a client should be tried"},{"line_number":300,"context_line":"#   before it is marked dead and removed from the pool in"},{"line_number":301,"context_line":"#   the HashClient\u0027s internal mechanisms."},{"line_number":302,"context_line":"#   Default to undef"},{"line_number":303,"context_line":"#"},{"line_number":304,"context_line":"# [*cache_hashclient_retry_delay*]"},{"line_number":305,"context_line":"#   (Optional) Time in seconds that should pass between"},{"line_number":306,"context_line":"#   retry attempts in the HashClient\u0027s internal mechanisms."},{"line_number":307,"context_line":"#   Default to undef"},{"line_number":308,"context_line":"#"},{"line_number":309,"context_line":"# [*cache_dead_timeout*]"},{"line_number":310,"context_line":"#   (Optional) Time in seconds before attempting to add a node"},{"line_number":311,"context_line":"#   back in the pool in the HashClient\u0027s internal mechanisms."},{"line_number":312,"context_line":"#   Default to undef"},{"line_number":313,"context_line":"#"},{"line_number":314,"context_line":"# [*manage_backend_package*]"},{"line_number":315,"context_line":"#   (Optional) If we should install the cache backend package."}],"source_content_type":"text/x-puppet","patch_set":1,"id":"5614529a_949056f7","line":312,"range":{"start_line":276,"start_character":0,"end_line":312,"end_character":20},"in_reply_to":"9a0d9cf6_43911c9c","updated":"2023-08-09 04:04:52.000000000","message":"Done","commit_id":"99692321e470633df530eb86c4067f3723801a53"}]}
