Tuesday, 2026-02-17

opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590107:54
AminAlimoradiHi @bbezak, just wanted to gently ping you to review this patch #975351 when you have a moment. https://review.opendev.org/c/openstack/kolla-ansible/+/97535109:21
opendevreviewMichal Nasiadka proposed openstack/kolla master: openvswitch: Adapt extend_start.sh to run non-root  https://review.opendev.org/c/openstack/kolla/+/97501309:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: openvswitch: Switch to running as unprivileged  https://review.opendev.org/c/openstack/kolla-ansible/+/97501409:30
mnasiadkaAminAlimoradi: replied in Gerrit09:38
AminAlimoradi@mnasiadka:thanks, I'll provide more details.09:49
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590109:55
*** jhorstmann is now known as Guest296510:15
opendevreviewMerged openstack/kolla-ansible master: ci: improve verbosity of idempotence check  https://review.opendev.org/c/openstack/kolla-ansible/+/97697010:19
opendevreviewMerged openstack/kolla master: tox: Drop basepython  https://review.opendev.org/c/openstack/kolla/+/97461110:19
tafkamaxHmm, maybe I need to run a test cluster myself on master branch myself... to see what is happening with my proposed idp ci changes10:33
opendevreviewMichal Nasiadka proposed openstack/kolla master: openvswitch: Adapt extend_start.sh to run non-root  https://review.opendev.org/c/openstack/kolla/+/97501310:34
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: kolla_container: Add support for user and security_opt parameters  https://review.opendev.org/c/openstack/kolla-ansible/+/97506510:34
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: openvswitch: Switch to running as unprivileged  https://review.opendev.org/c/openstack/kolla-ansible/+/97501410:34
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:37
tafkamaxI might need to setup an actual simple deployment of an IDP provider, but I am not sure yet.10:38
tafkamaxAdding a test CI config to setup and configure a keycloak might be needed in the worse case :/10:38
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:39
tafkamaxwhich will make the CI better, but also more worky10:39
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:39
tafkamaxaha huh I think I found error10:45
tafkamaxFeb 17 10:14:56 primary docker[47801]: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/etc/kolla/keystone/federation" to rootfs at "/var/lib/kolla/config_files/federation": create mountpoint for /var/lib/kolla/config_files/federation mount: make mountpoint10:45
tafkamax"/var/lib/kolla/config_files/federation": mkdirat /var/lib/docker/overlay2/b62d25e91a8654444f746580b63c8b7fdf78a15cc7f962bc7b2f8ca18e86ff22/merged/var/lib/kolla/config_files/federation: read-only file system10:45
tafkamaxinteresting trying to write stuff10:45
tafkamaxprimary/logs/system_logs/syslog.txt helped me10:45
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:53
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590110:53
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:53
tafkamaxHmm. Could it be that first /var/lib/kolla/config_files is mounted as read-only and I am trying to mount another volume on a subdirectory there /var/lib/kolla/config_files/federation and this fails, because the parent directory is read-only?10:55
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:55
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888810:57
tafkamaxI think this describes the issue: https://forums.docker.com/t/fail-to-setup-read-only-bind-mount-and-anonymous-volume/139766 but im not 100% sure10:58
tafkamaxIt could be that I need to create directory manually beforehand?10:58
tafkamaxs/manually//10:59
ViiPodman 5.8.0: Fixed a bug where healthchecks would sometimes fail to execute due to systemd rate limits.11:47
ViiI hope that the problems with rabbitmq and mariadb will disappear11:47
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590112:05
tafkamaxHeh cool to look at logs and find out the CI uses xen virtualization underneath12:05
tafkamaxWe just moved away from it because of more bugs than kvm12:06
tafkamaxas it uses a different kernel12:06
opendevreviewTaavi Ansper proposed openstack/kolla-ansible master: Fix keystone with IDP configured.  https://review.opendev.org/c/openstack/kolla-ansible/+/97590112:31
tafkamaxOk, finally federation CI is not failing :-)13:12
tafkamaxatleast rocky finished first and is green13:12
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888813:12
tafkamaxmnasiadka: what do you mean by the horizon testinfra tests?13:12
mnasiadkatafkamax: https://opendev.org/openstack/kolla-ansible/src/branch/master/tests/testinfra/test_horizon.py13:14
mnasiadkaFrom what I see test_horizon_login should fail if you enable multidomain13:14
tafkamaxoke thx will look into it13:14
mnasiadkaThe fact deployment suceeds doesn’t mean it works13:14
tafkamaxyesh, it is good point, I was trying to fix templating :D13:15
tafkamaxI can try to add in the future an actual working keycloak setup :D13:15
tafkamaxSo The topic is to add horizon tests, that will check against the federation login and should fail, because it points to an example config where the actual endpoints are not defined.13:16
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: loadbalancer: drop privileged mode for haproxy and add capabilities  https://review.opendev.org/c/openstack/kolla-ansible/+/97555113:24
tafkamaxHmm I think I have code how to select federation login in seleneium13:28
tafkamaxnow I need "wrong" data13:28
tafkamaxFor example what is displayed in html when I click on the secondary auth provider and it doesn't work. This requires me to setup an non-working setup I guess locally.13:29
mnasiadkatafkamax: keycloak might use a bit too much memory, if there are some other very minimal oidc providers then it would probably be better to use them13:35
opendevreviewVerification of a change to openstack/kolla master failed: Drop Telegraf  https://review.opendev.org/c/openstack/kolla/+/97431913:36
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: loadbalancer: drop privileged mode for haproxy and add capabilities  https://review.opendev.org/c/openstack/kolla-ansible/+/97555113:38
tafkamaxmnasiadka: ok, that is a valid point, I have exp with KC and it is the de facto standard13:54
tafkamaxFor dev purposes 512MB seems to be the minimum :/13:55
tafkamaxwhich is not too bad I suppose13:55
tafkamaxhmm, how would one install kolla-ansible from a review branch? let me see14:16
mnasiadkagit review -d change_number is your friend14:16
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: loadbalancer: drop privileged mode for haproxy and add capabilities  https://review.opendev.org/c/openstack/kolla-ansible/+/97555116:05
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: harden: update HAProxy TLS settings for OpenSSL 3.x  https://review.opendev.org/c/openstack/kolla-ansible/+/95888816:21
opendevreviewPiotr Milewski proposed openstack/kolla-ansible master: loadbalancer: drop privileged mode for haproxy and add capabilities  https://review.opendev.org/c/openstack/kolla-ansible/+/97555116:31
opendevreviewVerification of a change to openstack/kolla master failed: Drop Telegraf  https://review.opendev.org/c/openstack/kolla/+/97431916:59
frickleroh, yay, testtools update got us, too https://zuul.opendev.org/t/openstack/build/b73ca1153a0a4310abd0c1fcbb35ead8 cf. https://github.com/mtreinish/stestr/pull/37717:04
frickleralso setuptools issues have now made their way into py<=311 https://zuul.opendev.org/t/openstack/buildset/1310711f94264182811dbc1bd7d81b7817:24
tafkamaxHmm authelia and authentik both seem to run lower spec than keycloak17:38
tafkamaxI know of both of them but havent touched them17:38
tafkamaxauthelia allows yaml configs which is nice.17:38
tafkamaxcould be rather easy to setup an actual server17:39
tafkamaxunder 100mb for authelia definitiely17:40
blanson[m]authentik is a nono from memory POV, and the hassle it is to set it up 18:54
tafkamaxOk, authelia seems to be light under >100mb and uses yaml for config.18:55
blanson[m]I think authelia is the best option tbh, very lightweight, supports sqlite and everything 18:55
tafkamaxsome saying 25mb ram usage18:55
blanson[m]authelia is fairly simple yh with file backend and sqlite I think it would suffice and be easy to setup 18:55
blanson[m]that would be such a good test job btw, I hope it goes the way you want Taavi Ansper ! 18:57
tafkamaxblanson[m]: Thanks. For authelia I don't want to take it into under the current bug umbrella. I am setting up a broken federation r/n to get some info for selenium tests.18:58
tafkamaxWould like to fix the issue for myself and other ppl faster18:58
opendevreviewMerged openstack/kayobe master: Split Python installation from user bootstrap  https://review.opendev.org/c/openstack/kayobe/+/97601119:32
opendevreviewVerification of a change to openstack/kayobe master failed: Support Python installation through Apt proxy  https://review.opendev.org/c/openstack/kayobe/+/90155119:40
opendevreviewPierre Riteau proposed openstack/kayobe master: Support Python installation through Apt proxy  https://review.opendev.org/c/openstack/kayobe/+/90155120:51

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