)]}'
{"/PATCHSET_LEVEL":[{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"36e4e5a9a4d3cf6ab918d05eb3f638a76ad80544","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":1,"id":"8242b0a2_02e734fb","updated":"2023-05-30 09:11:03.000000000","message":"Yeah, commit message is very confusing, as we\u0027re using FQDN for internal_lb_vip_address since Train at very least, maybe even since rocky.","commit_id":"d29055c8b80b119979e5991c6743d59dc9bc530a"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"83298add491ba24170c1dbecc9744b6d96eb0dd5","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"2dce95ce_074319ff","updated":"2023-07-03 15:01:41.000000000","message":"makes sense to me.\n\nLet\u0027s also backport that","commit_id":"64054e4cada6aacb87f7b3feee88fece95c5127a"},{"author":{"_account_id":34653,"name":"Danila Balagansky","email":"dbalagansky@me.com","username":"dbalagansky"},"change_message_id":"d7fb1c8397d5a4a89a99e98ce937803f4ffcface","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"dce65aad_0bc42004","updated":"2023-07-06 07:31:54.000000000","message":"recheck fixed erlang and rabbitmq installtion on centos/rocky","commit_id":"64054e4cada6aacb87f7b3feee88fece95c5127a"},{"author":{"_account_id":28619,"name":"Dmitriy Rabotyagov","email":"noonedeadpunk@gmail.com","username":"noonedeadpunk"},"change_message_id":"ed9676bbe2640ef1882ce5630b1cd7a1d38287bd","unresolved":false,"context_lines":[],"source_content_type":"","patch_set":3,"id":"8878e10e_dbd9bee2","updated":"2023-07-06 10:24:40.000000000","message":"recheck rocky failing on tempest","commit_id":"64054e4cada6aacb87f7b3feee88fece95c5127a"}],"inventory/group_vars/galera_all.yml":[{"author":{"_account_id":25023,"name":"Jonathan Rosser","email":"jonathan.rosser@rd.bbc.co.uk","username":"jrosser"},"change_message_id":"d9b4ba315b4b4ea11d44e2a3721dc68f33526b5f","unresolved":true,"context_lines":[{"line_number":58,"context_line":"  haproxy_service_name: galera"},{"line_number":59,"context_line":"  haproxy_backend_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[:1] }}\"  # list expected"},{"line_number":60,"context_line":"  haproxy_backup_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[1:] }}\""},{"line_number":61,"context_line":"  haproxy_bind: \"{{ [haproxy_bind_internal_lb_vip_address] }}\""},{"line_number":62,"context_line":"  haproxy_port: 3306"},{"line_number":63,"context_line":"  haproxy_check_port: 9200"},{"line_number":64,"context_line":"  haproxy_balance_type: tcp"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"0b23cb3c_6d99605e","line":61,"range":{"start_line":61,"start_character":21,"end_line":61,"end_character":57},"updated":"2023-05-30 09:01:14.000000000","message":"Without any further detail in the commit message, these things seem to be set to the same value. Can you explain further?\n\nhttps://opendev.org/openstack/openstack-ansible-haproxy_server/src/branch/master/defaults/main.yml#L271","commit_id":"d29055c8b80b119979e5991c6743d59dc9bc530a"},{"author":{"_account_id":34653,"name":"Danila Balagansky","email":"dbalagansky@me.com","username":"dbalagansky"},"change_message_id":"2163242adca89ef0480051dceef3aa3cce43d71e","unresolved":true,"context_lines":[{"line_number":58,"context_line":"  haproxy_service_name: galera"},{"line_number":59,"context_line":"  haproxy_backend_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[:1] }}\"  # list expected"},{"line_number":60,"context_line":"  haproxy_backup_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[1:] }}\""},{"line_number":61,"context_line":"  haproxy_bind: \"{{ [haproxy_bind_internal_lb_vip_address] }}\""},{"line_number":62,"context_line":"  haproxy_port: 3306"},{"line_number":63,"context_line":"  haproxy_check_port: 9200"},{"line_number":64,"context_line":"  haproxy_balance_type: tcp"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"d8039824_0a071a9b","line":61,"range":{"start_line":61,"start_character":21,"end_line":61,"end_character":57},"in_reply_to":"0b23cb3c_6d99605e","updated":"2023-06-29 15:02:02.000000000","message":"This is done the same way as with `external_lb_vip_address`, which, as per note here [1] is set to FQDN, so, if I want to have external address on FQDN, I set:\n```\nexternal_lb_vip_address: \u003cEXTERNAL FQDN\u003e\nhaproxy_bind_external_lb_vip_address: \u003cEXTERNAL IP\u003e\nhaproxy_keepalived_external_vip_cidr: \"\u003cEXTERNAL IP\u003e/EXTERNAL NETMASK\u003e\"\n```\nThis changes makes it so I could do the same configuration to get FQDN on local IP: \n```\ninternal_lb_vip_address: \u003cINTERNAL FQDN\u003e\nhaproxy_bind_internal_lb_vip_address: \u003cINTERNAL IP\u003e\nhaproxy_keepalived_internal_vip_cidr: \"\u003cINTERNAL IP/\u003cINTERNAL NETMASK\u003e\"\n```\n\nIt would be absolutely awesome if Dmitriy could take a look at this, as this (and other changes with the same topic) relates to the Ceph cluster per-AZ concept he\u0027s beeing testing some time ago. \n\n[1] https://docs.openstack.org/openstack-ansible/latest/user/security/ssl-certificates.html","commit_id":"d29055c8b80b119979e5991c6743d59dc9bc530a"},{"author":{"_account_id":34653,"name":"Danila Balagansky","email":"dbalagansky@me.com","username":"dbalagansky"},"change_message_id":"d7fb1c8397d5a4a89a99e98ce937803f4ffcface","unresolved":false,"context_lines":[{"line_number":58,"context_line":"  haproxy_service_name: galera"},{"line_number":59,"context_line":"  haproxy_backend_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[:1] }}\"  # list expected"},{"line_number":60,"context_line":"  haproxy_backup_nodes: \"{{ (groups[\u0027galera_all\u0027] | default([]))[1:] }}\""},{"line_number":61,"context_line":"  haproxy_bind: \"{{ [haproxy_bind_internal_lb_vip_address] }}\""},{"line_number":62,"context_line":"  haproxy_port: 3306"},{"line_number":63,"context_line":"  haproxy_check_port: 9200"},{"line_number":64,"context_line":"  haproxy_balance_type: tcp"}],"source_content_type":"text/x-yaml","patch_set":1,"id":"ef76a3b6_dde9bcc5","line":61,"range":{"start_line":61,"start_character":21,"end_line":61,"end_character":57},"in_reply_to":"d8039824_0a071a9b","updated":"2023-07-06 07:31:54.000000000","message":"Done","commit_id":"d29055c8b80b119979e5991c6743d59dc9bc530a"}]}
