Wednesday, 2025-07-09

opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add centos10s jobs for both x86 and aarch64  https://review.opendev.org/c/openstack/kolla-ansible/+/95175107:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95227307:10
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95227307:11
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228007:11
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228007:11
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add centos10s jobs for both x86 and aarch64  https://review.opendev.org/c/openstack/kolla-ansible/+/95175107:11
opendevreviewPierre Riteau proposed openstack/kayobe stable/2025.1: CI: Remove installation of catatonit  https://review.opendev.org/c/openstack/kayobe/+/95413307:18
opendevreviewAlex Welsh proposed openstack/kayobe master: Enable building of neutron-bgp-dragent container  https://review.opendev.org/c/openstack/kayobe/+/95435207:58
opendevreviewAmir Hossein Ahmadi proposed openstack/kolla-ansible master: swift: reintroduce Swift role and restore deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/95357608:04
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add centos10s jobs for both x86 and aarch64  https://review.opendev.org/c/openstack/kolla-ansible/+/95175108:59
opendevreviewMichal Nasiadka proposed openstack/ansible-collection-kolla master: redhat: Remove dbus-glib-devel from packages  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/95444310:35
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add centos10s jobs for both x86 and aarch64  https://review.opendev.org/c/openstack/kolla-ansible/+/95175110:35
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add TLS support for MariaDB Connections  https://review.opendev.org/c/openstack/kolla-ansible/+/93392411:38
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Add TLS support for MariaDB Connections  https://review.opendev.org/c/openstack/kolla-ansible/+/93392411:41
kevkobbezak: replied to your comments in https://review.opendev.org/c/openstack/kolla-ansible/+/933924 << 11:44
opendevreviewAmir Hossein Ahmadi proposed openstack/kolla-ansible master: swift: reintroduce Swift role and restore deployment  https://review.opendev.org/c/openstack/kolla-ansible/+/95357612:48
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add centos10s jobs for both x86 and aarch64  https://review.opendev.org/c/openstack/kolla-ansible/+/95175112:54
fricklermnasiadka: bbezak: no meeting today? (not that I'd complain)13:10
amir58118Seems like it! Maybe a quiet week13:12
kevkovhi13:12
kevkohi13:13
amir58118I've been working on the following topic over the past month. (( https://review.opendev.org/q/topic:"dev-swift-modernization" ))13:14
amir58118kevko: I hope it will be ready for review in the coming days.13:14
mnasiadkafrickler: I basically totally forgot13:15
mnasiadkaIf there's nobody really needing a meeting, we can just skip ;-)13:15
amir58118+113:15
kevkoi want revies :) 13:43
kevkow13:43
mnasiadkakevko: for?14:04
kevkomainly https://review.opendev.org/c/openstack/kolla-ansible/+/933924 and https://review.opendev.org/c/openstack/kolla-ansible/+/95270014:09
Viihttps://review.opendev.org/c/openstack/kolla-ansible/+/953458 14:11
ViiHey, is there a chance this will get approved? I think it's a great option for large environments to send logs to the nearest OpenSearch node instead of through Haproxy.14:11
opendevreviewMerged openstack/kolla-ansible master: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95227314:15
kevkoVii: is it sending logs through lb haproxy ? 14:21
Viikevko: I've added a new option that lets you decide how you want to send logs. 14:25
ViiThe default is through haproxy, but you can set "fluentd_opensearch_destination: direct" to use OpenSearch nodes on FluentD agents instead of the haproxy LB address. I've included a full description in: doc/source/reference/logging-and-monitoring/central-logging-guide.rst14:25
ViiIn large environments, it doesn't make sense to push 10GB of logs through Haproxy. If Haproxy fails, we don't have up-to-date logs.14:27
ViiSee the Haproxy statistics. In my test environment where I do almost nothing, I have IN: 42GB OUTL: 17GB over the last 7 days.14:30
Viihttps://imgur.com/a/hLMhsoc14:31
kevkoVii: It definitely cannot be the default load balancer ... and maybe not used at all ... because 'unnecessary data' like logs cannot affect the functionality of the service. On a large scale, this would kill OpenStack.14:34
ViiFor me, there shouldn't be logs sent by LB either. But I don't want to change the current logic.14:36
ViiI would be happy if it went through, I would just set what I'm interested in in globals.yaml permanently :)14:37
ViiI would be happy if it went through, I would just set what I'm interested in in globals.yaml permanently :)14:37
kevkoVii: Haha, sorry .. I only looked at it on my mobile ... your patch is actually exactly what I'm talking about .. you're providing the option to influence this stupid behavior of Kolla by a variable14:39
kevkoVii: need to go ..but LGTM for now ... 14:39
Viior give me info in the comments to skip LB as default and I will make a correction :)14:40
Viiand completely delete the variable14:40
kevkoVii: Add Signed-off-by , and maybe change the behaviour and add upgrade section into reno that it was changed and old behaviour can be fullfilled by .....14:41
kevkoVii: for me it sounds better to have default setting to send it directly instead of LB 14:41
mnasiadkaIf shipping logs via LB is not the thing we want, why do we want to keep the old behaviour?14:42
kevkomnasiadka: as I said ... i would change it to direct ...but add reno with upgrade that there is new var and behaviour changed ...14:42
mnasiadkawell, I wouldn't hide anything behind a variable, let's just change approach and that's it.14:43
kevkoand action is required from user if he want to preserve LB path ... for whatever reason is ..14:43
mnasiadkaIf something doesn't need an LB - that's even better.14:43
kevkomnasiadka: why not ...  I just thought that you will have different opinion 14:44
mnasiadkaWell, usually big changes need some alternatives, but this looks relatively small and non-problematic (unless there's a problem I'm not seeing)14:44
kevkook ..need to go .. 14:45
kevkoi am on mobile 14:45
ViiI'll send the changes tomorrow14:45
Viithx14:45
Viihttps://review.opendev.org/c/openstack/kolla-ansible/+/951127 Cherry pick of950311,5 - It would be good to accept this for the older version as well, because when users start updating, there will be a lot of reports14:47
opendevreviewVerification of a change to openstack/kolla-ansible master failed: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228014:59
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2025.1: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95451515:05
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2024.2: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95451615:05
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible stable/2024.1: CI: Bump instance creation timeout to 5 minutes  https://review.opendev.org/c/openstack/kolla-ansible/+/95451715:06
kevkomnasiadka: btw ..flavor change helped with upgrade jobs, right ? 15:07
mnasiadkaseems so15:07
kevkoCool15:07
kevkoFrom time to time I checked and I had that feel ...so wanted to ask 15:08
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: gnocchi: Remove from openstack fluentd services  https://review.opendev.org/c/openstack/kolla-ansible/+/95412715:21
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add ceilometer scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/94427615:22
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: gnocchi: Add support for using uWSGI  https://review.opendev.org/c/openstack/kolla-ansible/+/94010115:22
opendevreviewVerification of a change to openstack/kayobe master failed: Enable building of neutron-bgp-dragent container  https://review.opendev.org/c/openstack/kayobe/+/95435216:39
opendevreviewVerification of a change to openstack/kolla-ansible master failed: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228016:51
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add ceilometer scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/94427619:28
opendevreviewVerification of a change to openstack/kolla-ansible master failed: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228019:35
opendevreviewVerification of a change to openstack/kolla-ansible master failed: tls: use ca-bundle.crt instead of ca-bundle.trust.crt  https://review.opendev.org/c/openstack/kolla-ansible/+/95228022:41

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