Friday, 2023-10-27

opendevreviewBoxiang Zhu proposed openstack/kolla-ansible master: [CI] Add skyline scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/86168702:57
opendevreviewBoxiang Zhu proposed openstack/kolla-ansible master: [CI] Add skyline scenario  https://review.opendev.org/c/openstack/kolla-ansible/+/86168705:56
mnasiadkamorning06:54
jovialWhere do I ask to get the kayobe feature/zookeeper branch removed? Is it #openstack-relaese?08:16
mnasiadkajovial: yes, that's the place 08:22
jovialthanks08:24
kevkomorning \o/08:40
SvenKieskeo/08:41
kevkohas anyone seen some weird kolla stucks ? i mean ...kolla is building and building and stucked in a while 08:41
kevkoafter 20 minutes i can still see stucked containers while they trying to install something via apt 08:41
kevkoubuntu building 08:41
kevkozed branch 08:42
SvenKieskeno, but I'm still analyzing old build failures, didn't have the time yet to look at new ones, have an example (link) ?09:08
kevkolocal build 09:27
kevkobut i've already discovered where is the issue 09:27
kevkoapt sources list of ubuntu is refering to http://mirrors.ubuntu.com/mirrors.txt09:28
kevkofor me it is czech republic 09:28
kevkoaaaand https://ucho.ignum.cz/  << 50009:28
kevkof*ck09:28
kevkoi was debugging whole night until 7 ...need to sleep some hour or two :D 09:28
opendevreviewSven Kieske proposed openstack/kolla-ansible master: remove workaround for image creation  https://review.opendev.org/c/openstack/kolla-ansible/+/89945909:39
SvenKieskeyeah, better get some rest :)09:40
opendevreviewMichal Nasiadka proposed openstack/kolla master: CI: Move ephemeral disk config to a role  https://review.opendev.org/c/openstack/kolla/+/89946510:28
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Configure ephemeral disk using Kolla role  https://review.opendev.org/c/openstack/kolla-ansible/+/89946610:34
opendevreviewMichal Nasiadka proposed openstack/ansible-collection-kolla master: CI: add podman jobs  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/89946810:59
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Run bootstrap-servers with container_engine var  https://review.opendev.org/c/openstack/kolla-ansible/+/89947011:29
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Configure ephemeral disk using Kolla role  https://review.opendev.org/c/openstack/kolla-ansible/+/89946611:29
opendevreviewMerged openstack/ansible-collection-kolla master: CI: Drop kolla_python_version from Debian jobs  https://review.opendev.org/c/openstack/ansible-collection-kolla/+/89664212:26
SvenKieskemnasiadka: it would be really nice to drop at least one word as to _why_ we do something in changes, no?: https://review.opendev.org/c/openstack/ansible-collection-kolla/+/89664212:57
SvenKieskeno need for an elaborate bug report or paragraph, but "fixes CI failure" or something would be helpful for future me going through git logs :P12:58
SvenKieskeseems podman reconfigure is somewhat unstable? https://zuul.opendev.org/t/openstack/build/195cfc5e3d6e4f8d909e3ebb3e50550a/log/primary/logs/ansible/reconfigure13:06
frickler"Failed to connect to the host via ssh" happens occasionally, doesn't need to be related to podman13:10
SvenKiesketrue14:05
HugoDoes anyone know how can I add luks encryption support on cinder with kolla-ansible?14:08
HugoI have enabled barbican but the cinder_api and nova_computer config missing the [key_manager] session which configure barbican14:10
SvenKieskeHugo: just add the necessary options (https://docs.openstack.org/cinder/latest/configuration/block-storage/volume-encryption.html#) via your custom cinder.conf? https://docs.openstack.org/kolla-ansible/latest/admin/deployment-philosophy.html#kolla-s-solution-to-customization14:10
jovialI wonder if we should add it all services? Seems to be in murano.conf only: https://github.com/openstack/kolla-ansible/blob/66853f8620376ecfd9508b2ccfb145ac6f17925c/ansible/roles/murano/templates/murano.conf.j2#L9114:11
HugoThanks. Let me have a look. I wasn't aware that I could customize the config.14:16
SvenKieskejovial: feel free to propose a patch, but for a user the override mechanism just works: https://github.com/openstack/kolla-ansible/blob/66853f8620376ecfd9508b2ccfb145ac6f17925c/ansible/roles/cinder/tasks/config.yml#L7514:16
jovialIndeed, I was more thinking that it would be nice if k-a did this for you instead of requiring every user to add that piece of boiler plate. Perhaps we could file a bug?14:41
SvenKieskesure :)14:54
SvenKieskejovial: there's even already a barbican check, you need only to extend that: https://github.com/openstack/kolla-ansible/blob/66853f8620376ecfd9508b2ccfb145ac6f17925c/ansible/roles/cinder/templates/cinder.conf.j2#L24214:57
jovialCheers, I've made the bug report here: https://bugs.launchpad.net/kolla-ansible/+bug/2041675.15:03
SvenKieskenice :)15:08
mnasiadkaSvenKieske: you're too picky15:19
mnasiadkafor me it was self explanatory, and should be for most core reviewers15:19
mnasiadkahave a good weekend y'all :)15:20
SvenKieskewell I'm not core and still wondering :P code should not only be digestible by core, no?15:21
SvenKieskehave a nice weekend as well.15:21
r3ap3rHello, I have a quick question. I'm reading the RadosGW docs here: https://docs.openstack.org/kolla-ansible/2023.1/reference/storage/external-ceph-guide.html#radosgw for my Kolla-Ansible deployment and wondering about one of the options. The docs say set the `ceph_rgw_swift_compatibility` to enable Swift compatibility for RadosGW but the parameter doesn't currently currently exist in the `globals.yml` file. I found some old 16:22
r3ap3rcommits from the Xena code where it was set in the `ansible/group_vars/all.yml` as well but it is absent from there as well. My question is, can I just add the parameter to the `globals.yml` file and set it to `true` to enable the capability? Thanks.16:22
Hugofor the luks encryption, the custom config works...16:28
Hugothanks16:28
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: Add kolla.target systemd file  https://review.opendev.org/c/openstack/kolla-ansible/+/89950719:33
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: Add kolla.target systemd file  https://review.opendev.org/c/openstack/kolla-ansible/+/89950719:33
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: Add kolla.target systemd file  https://review.opendev.org/c/openstack/kolla-ansible/+/89950719:35
opendevreviewChristian Berendt proposed openstack/kolla-ansible master: Add kolla.target systemd file  https://review.opendev.org/c/openstack/kolla-ansible/+/89950719:50
guesswhat[m]Hi, question, how can I run additional iptables rules ? should I create drop-in for  netfilter-persistent.service with dependency on kolla-neutron_dhcp_agent-container.service         kolla-neutron_l3_agent-container.service kolla-neutron_metadata_agent-container.service  kolla-neutron_openvswitch_agent-container.service kolla-neutron_server-container.service  ?  The problem is that iptables rules are sometimes lost, I guess21:09
guesswhat[m]because of neutron. Thanks21:09

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