Thursday, 2024-08-15

stromgrenI'm working on adding monitoring for the MariaDB cluster via our external monitoring tool. "mariadb_monitor_password" doesn't work with the monitor user and I cannot figure out how I log in as root. Do anyone have some pointers or a link to where I can read about this? Thanks :)07:22
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Switch mariadb's loadbalancer from HAProxy to ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/91372407:59
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add backend TLS between MariaDB and ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/90991207:59
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add frontend TLS ability to ProxySQL  https://review.opendev.org/c/openstack/kolla-ansible/+/92550007:59
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Fix upgrade jobs failing on adding new certificates  https://review.opendev.org/c/openstack/kolla-ansible/+/92628407:59
opendevreviewMatúš Jenča proposed openstack/kolla-ansible master: Add frontend database TLS for Keystone  https://review.opendev.org/c/openstack/kolla-ansible/+/92550707:59
opendevreviewMichel Nederlof proposed openstack/kolla-ansible stable/2024.1: Make managing Docker containers with systemd optional  https://review.opendev.org/c/openstack/kolla-ansible/+/92640210:07
opendevreviewMichel Nederlof proposed openstack/kolla-ansible master: Make managing Docker containers with systemd optional  https://review.opendev.org/c/openstack/kolla-ansible/+/92640310:09
kevkostromgren: monitor user is without password if haproxy used for balancing ... it's used only if proxysql is used ...11:58
kevkostromgren: as far as I know ..maybe it's different nowadays ..11:58
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix nova-libvirt's secrets - device or resource is busy  https://review.opendev.org/c/openstack/kolla-ansible/+/92454812:19
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Refactor external ceph  https://review.opendev.org/c/openstack/kolla-ansible/+/90716612:19
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Use more descriptive libvirt secret names corresponding to reality  https://review.opendev.org/c/openstack/kolla-ansible/+/92640812:19
kevkoAfter consulting foundation legal counsel, this type of integration should not be a problem from a licensing perspective as long as no BSL licensed code is added into OpenStack code and as long as use of the HashiCorp product remains optional. <<<13:15
kevkoWhat you are saying now ? Regarding consul and similar projects ? 13:15
kevkoThis was discussed directly with openinfra ... 13:17
*** jhorstmann is now known as Guest53613:55
deflatedHi all, quick question, i need to connect to kollas haproxy from a separate haproxy instance so need to add accept-proxy to kollas haproxy implementation, just not sure where i would add this. Thanks in advance15:49
kevkodeflated: just use config override ? 16:04
deflatedI could, and i know that i can just put overrides in global, just lost as to what that string would be to add accept-proxy to the default haproxy deployment16:07
deflatedmy google fu is failing me16:08
deflatedLooking at this: https://github.com/openstack/kolla-ansible/blob/master/ansible/roles/haproxy-config/defaults/main.yml would haproxy_frontend_http_extra:16:12
deflated  - "option accept-proxy" work?16:12
jovialMight need to modify the template: https://github.com/openstack/kolla-ansible/blob/2fc15e6c82cbdf02a4b9828c6ae8d7c81fec35c7/ansible/roles/haproxy-config/templates/haproxy_single_service_split.cfg.j216:16
jovialDo you need it after bind?16:16
joviali.e here: https://github.com/openstack/kolla-ansible/blob/2fc15e6c82cbdf02a4b9828c6ae8d7c81fec35c7/ansible/roles/haproxy-config/templates/haproxy_single_service_split.cfg.j2#L5016:17
deflatedFrom what i know of haproxy (im learning), send-proxy can go ON the bind line16:17
kevkodeflated: give me example  of before and after config you want to ...via paste.openstack.org for example and i will try to help you 16:17
deflatedsorry, accept-proxy i mean, kevko, i think jovial is on the right track and modifying that line to include accept-proxy would work, so {{ "bind %s:%s %s"|e|format(vip_address, service_port, tls_option accept=proxy)|trim() }}16:20
deflatedman, i cant type this afternoon, accept-proxy even16:20

Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!