)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"344065cce87c4939d5126dd36c9f0deeef45bc0a","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"57a3201a_2916147b","updated":"2021-10-20 14:17:13.000000000","message":"hold your horses, we promised to keep it in here","commit_id":"6d45d676825aaef5ace780e93cf81d756a4c6675"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"c4305f84932b88433f22f7c680a0d26af476a9e6","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":2,"id":"7ed0e9c5_8cb7aa8a","updated":"2021-10-20 14:17:32.000000000","message":"need to change the commit message","commit_id":"6d45d676825aaef5ace780e93cf81d756a4c6675"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"d03eeb032a23448399112569c72b31e056af5638","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":5,"id":"a750490f_769b4789","updated":"2021-10-26 14:29:15.000000000","message":"duh! the commit message is wrong still 😄","commit_id":"53197aa991dd71897393755ed07a16a7ca509bc2"}],"ansible/roles/mariadb/defaults/main.yml":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"c3617b5ded9903240ad4aede86436685be35fcb6","unresolved":true,"context_lines":[{"line_number":21,"context_line":"        backend_tcp_extra:"},{"line_number":22,"context_line":"          - \"option srvtcpka\""},{"line_number":23,"context_line":"          - \"timeout server 3600s\""},{"line_number":24,"context_line":"          - \"{% if enable_mariadb_clustercheck | bool %}option httpchk{% else %}{% if kolla_base_distro !\u003d \u0027debian\u0027 %}mysql-check user haproxy post-41{% endif %}{% endif %}\""},{"line_number":25,"context_line":"        custom_member_list: \"{{ internal_haproxy_members.split(\u0027;\u0027) }}\""},{"line_number":26,"context_line":"      mariadb_external_lb:"},{"line_number":27,"context_line":"        enabled: \"{{ enable_external_mariadb_load_balancer|bool }}\""}],"source_content_type":"text/x-yaml","patch_set":2,"id":"133bf942_eba03e9e","line":24,"range":{"start_line":24,"start_character":118,"end_line":24,"end_character":119},"updated":"2021-10-20 14:22:25.000000000","message":"option ...","commit_id":"6d45d676825aaef5ace780e93cf81d756a4c6675"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"c3617b5ded9903240ad4aede86436685be35fcb6","unresolved":true,"context_lines":[{"line_number":58,"context_line":"# HAProxy"},{"line_number":59,"context_line":"####################"},{"line_number":60,"context_line":"internal_haproxy_members: \"{% for host in mariadb_default_database_shard_hosts %} server {{ hostvars[host].ansible_facts.hostname }} {{ \u0027api\u0027 | kolla_address(host) }}:{{ mariadb_port }} check {% if enable_mariadb_clustercheck | bool %}port {{ mariadb_clustercheck_port }}{% else %}{% if kolla_base_distro \u003d\u003d \u0027debian\u0027 %}port {{ mariadb_port }}{% endif %}{% endif %} inter 2000 rise 2 fall 5{% if not loop.first %} backup{% endif %};{% endfor %}\""},{"line_number":61,"context_line":"external_haproxy_members: \"{% for host in mariadb_default_database_shard_hosts %} server {{ host }} {{ host }}:{{ mariadb_port }} check {% if enable_mariadb_clustercheck | bool %}port {{ mariadb_clustercheck_port }}{% else %}% if kolla_base_distro \u003d\u003d \u0027debian\u0027 %}port {{ mariadb_port }}{% endif %}{% endif %} inter 2000 rise 2 fall 5{% if not loop.first %} backup{% endif %};{% endfor %}\""},{"line_number":62,"context_line":""},{"line_number":63,"context_line":"####################"},{"line_number":64,"context_line":"# Docker"}],"source_content_type":"text/x-yaml","patch_set":2,"id":"80dd4564_7013b5d0","line":61,"range":{"start_line":61,"start_character":225,"end_line":61,"end_character":226},"updated":"2021-10-20 14:22:25.000000000","message":"missed {","commit_id":"6d45d676825aaef5ace780e93cf81d756a4c6675"},{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"dfd353cd08bc36adef79533e6c704a9ce0695f90","unresolved":true,"context_lines":[{"line_number":21,"context_line":"        backend_tcp_extra:"},{"line_number":22,"context_line":"          - \"option srvtcpka\""},{"line_number":23,"context_line":"          - \"timeout server 3600s\""},{"line_number":24,"context_line":"          - \"option {% if enable_mariadb_clustercheck | bool %}httpchk{% else %}{% if kolla_base_distro !\u003d \u0027debian\u0027 %}mysql-check user haproxy post-41{% endif %}{% endif %}\""},{"line_number":25,"context_line":"        custom_member_list: \"{{ internal_haproxy_members.split(\u0027;\u0027) }}\""},{"line_number":26,"context_line":"      mariadb_external_lb:"},{"line_number":27,"context_line":"        enabled: \"{{ enable_external_mariadb_load_balancer|bool }}\""}],"source_content_type":"text/x-yaml","patch_set":4,"id":"2cd6f79a_a4a03217","line":24,"range":{"start_line":24,"start_character":13,"end_line":24,"end_character":20},"updated":"2021-10-26 08:28:08.000000000","message":"if debian and not enable_mariadb_clustercheck then no options at all, just add option before each case","commit_id":"9421078af02b24f59ca100e4a66eec0062dba7a8"}],"releasenotes/notes/bug-1947534-bf3b5ed19473015f.yaml":[{"author":{"_account_id":30491,"name":"Radosław Piliszek","display_name":"Radek","email":"radek@piliszek.it","username":"yoctozepto","status":"self-employed techologist, collaborating mostly with 7bulls.com"},"change_message_id":"c3617b5ded9903240ad4aede86436685be35fcb6","unresolved":true,"context_lines":[{"line_number":1,"context_line":"---"},{"line_number":2,"context_line":"fixes:"},{"line_number":3,"context_line":"  - |"},{"line_number":4,"context_line":"    Fixes an issue with single node MariaDB deployments with HAProxy disabled."},{"line_number":5,"context_line":"    See `bug 1947534 \u003chttps://launchpad.net/bugs/1947534\u003e`__ for details."}],"source_content_type":"text/x-yaml","patch_set":2,"id":"4ba96d3a_dad50ef8","line":4,"updated":"2021-10-20 14:22:25.000000000","message":"Debian-only","commit_id":"6d45d676825aaef5ace780e93cf81d756a4c6675"}]}
