Friday, 2023-12-22

opendevreviewMichal Nasiadka proposed openstack/kolla stable/2023.2: Sync only local cell in nova bootstrap & upgrade  https://review.opendev.org/c/openstack/kolla/+/90426107:21
opendevreviewMichal Nasiadka proposed openstack/kolla stable/2023.1: Sync only local cell in nova bootstrap & upgrade  https://review.opendev.org/c/openstack/kolla/+/90426207:21
opendevreviewMichal Nasiadka proposed openstack/kolla stable/zed: Sync only local cell in nova bootstrap & upgrade  https://review.opendev.org/c/openstack/kolla/+/90426307:22
opendevreviewMichal Nasiadka proposed openstack/kolla stable/yoga: Sync only local cell in nova bootstrap & upgrade  https://review.opendev.org/c/openstack/kolla/+/90426407:22
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90424908:40
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90424908:42
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90424909:23
opendevreviewMichal Nasiadka proposed openstack/kolla stable/2023.2: Sync only local cell in nova bootstrap & upgrade  https://review.opendev.org/c/openstack/kolla/+/90426110:29
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90424910:54
opendevreviewPierre Riteau proposed openstack/kolla-ansible master: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90424911:00
opendevreviewMerged openstack/kolla-ansible stable/2023.2: fluentd: Fix LE pos_file path after version bump  https://review.opendev.org/c/openstack/kolla-ansible/+/90409511:50
opendevreviewMerged openstack/kolla-ansible stable/2023.2: CI: Pin docker to <7 in setup_gate.sh  https://review.opendev.org/c/openstack/kolla-ansible/+/90408612:02
Viiihello, does the load balancer option for mariadb work? enable_external_mariadb_load_balancer: yes12:27
Viiiwhen I deploy with this option, the file /etc/kolla/haproxy/services.d/mariadb.cfg is created12:28
ViiiBubut its content looks like this12:28
Viiifrontend mariadb_external_lb_front12:29
Viii    mode tcp12:29
Viii    option clitcpka12:29
Viii    timeout client 3600s12:29
Viii    option tcplog12:29
Viii    bind 10.12.5.14:330612:29
Viii    default_backend mariadb_external_lb_back12:29
Viiibackend mariadb_external_lb_back12:29
Viii    mode tcp12:29
Viii    option srvtcpka12:29
Viiifrontend mariadb_external_lb_front / mode tcp / option clitcpka /timeout client 3600s / option tcplog /  bind x.x.x.x:3306 / default_backend mariadb_external_lb_back12:29
Viiimissing entries to the backend12:29
ViiiI have it in my inventories12:31
Viii[mariadb:children]12:31
Viiidb01.cloud.ochk.pl12:31
Viiidb02.cloud.ochk.pl12:31
Viiidb03.cloud.ochk.pl12:31
opendevreviewMerged openstack/kayobe master: Ensure git is present before checkout tasks  https://review.opendev.org/c/openstack/kayobe/+/90313813:04
opendevreviewPierre Riteau proposed openstack/kayobe stable/2023.2: Ensure git is present before checkout tasks  https://review.opendev.org/c/openstack/kayobe/+/90426513:14
opendevreviewPierre Riteau proposed openstack/kayobe stable/2023.1: Ensure git is present before checkout tasks  https://review.opendev.org/c/openstack/kayobe/+/90426613:15
opendevreviewPierre Riteau proposed openstack/kayobe stable/zed: Ensure git is present before checkout tasks  https://review.opendev.org/c/openstack/kayobe/+/90426713:15
opendevreviewPierre Riteau proposed openstack/kayobe stable/yoga: Ensure git is present before checkout tasks  https://review.opendev.org/c/openstack/kayobe/+/90426813:15
opendevreviewJake Hutchinson proposed openstack/kolla-ansible master: Ironic parameter rework and default NTP server  https://review.opendev.org/c/openstack/kolla-ansible/+/89303113:20
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/2023.2: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90428213:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/2023.1: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90428313:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/zed: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90428413:45
opendevreviewPierre Riteau proposed openstack/kolla-ansible stable/yoga: CI: Test Nova server resize functionality  https://review.opendev.org/c/openstack/kolla-ansible/+/90428513:46
SvenKieskeViii: it certainly should work, can you open a bug report please?14:20
kevkoViii: what is your enable_mariadb ? it should be set to NO 14:30
ViiiI have it set to "no" :)14:31
kevkookay, then you should have one ip in mariadb ...14:31
kevkoor dns14:31
kevkowhy three ? 14:31
kevkoah sorry 14:32
Viiienters 3 addresses of remote hosts and expects haproxy to create LB configurations for them14:32
kevkoso you have inventory with three hosts , then enable_mariadb: no and then enable_external_mariadb_load_balancer: yes 14:33
ViiiI've solved the problem for now. I created a custom file for haproxy14:33
Viiienable_mariadb: "no"14:34
Viiienable_external_mariadb_load_balancer: "yes"14:34
Viiiand with this configuration, the haproxy file does not have any backend entries14:35
Viiias you saw above14:35
ViiiKolla 2023.114:36
kevkoViii: https://paste.openstack.org/show/bKJbZxL7XC2wYRlGZ6LZ/14:37
kevkofor me working as expected 14:37
Viiihmmm14:38
Viiiin inventories you only have sections14:39
Viii[mariadb:children]14:39
Viiidb114:39
Viiidb214:39
Viiidb314:39
Viii?14:39
kevkocontroller0 , controller1, controller2  ...yes14:40
Viiithen I don't understand what the problem is anymore. The important thing is that it works. I'm looking for an error. Thx14:41
kevkoi've used master branch ....but this is not touched for a long time 14:41
ViiiOk ty14:43
SvenKieskeViii: would be nice if you can report back what the problem was, though I will be offline after today for rest of the year.14:48
ViiiSure, but I'll look for the problem on my side first. Ty14:51
SvenKieskeof course :)14:53
opendevreviewJake Hutchinson proposed openstack/kayobe master: Add NTP parameter configuration  https://review.opendev.org/c/openstack/kayobe/+/89519916:05
opendevreviewJake Hutchinson proposed openstack/kayobe master: Add NTP parameter configuration  https://review.opendev.org/c/openstack/kayobe/+/89519916:05
opendevreviewJake Hutchinson proposed openstack/kayobe master: Add NTP parameter configuration  https://review.opendev.org/c/openstack/kayobe/+/89519916:12
opendevreviewJake Hutchinson proposed openstack/kayobe master: Add NTP parameter configuration  https://review.opendev.org/c/openstack/kayobe/+/89519916:15
opendevreviewAlex Welsh proposed openstack/kolla-ansible master: Add password rotation docs page  https://review.opendev.org/c/openstack/kolla-ansible/+/90422116:18
opendevreviewAlex Welsh proposed openstack/kolla-ansible master: Add password rotation docs page  https://review.opendev.org/c/openstack/kolla-ansible/+/90422116:33
opendevreviewJake Hutchinson proposed openstack/kolla-ansible master: Ironic parameter rework and default NTP server  https://review.opendev.org/c/openstack/kolla-ansible/+/89303116:43
SvenKieskesee you next year o/18:16

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