Thursday, 2023-11-09

opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix kolla_docker module  https://review.opendev.org/c/openstack/kolla-ansible/+/90028400:42
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix kolla_docker module  https://review.opendev.org/c/openstack/kolla-ansible/+/90028400:46
opendevreviewMerged openstack/kayobe master: Fix setting kolla_admin_openrc_cacert  https://review.opendev.org/c/openstack/kayobe/+/86819901:35
opendevreviewMerged openstack/kayobe master: dnf: Remove workaround for uppercase repo files  https://review.opendev.org/c/openstack/kayobe/+/89993701:49
opendevreviewwu.chunyang proposed openstack/kolla-ansible master: skyline-apiserver support masakari and designate  https://review.opendev.org/c/openstack/kolla-ansible/+/89831003:23
opendevreviewJake Hutchinson proposed openstack/kolla-ansible master: Ironic parameter rework and default NTP server  https://review.opendev.org/c/openstack/kolla-ansible/+/89303110:34
kevkomorning \o/10:41
opendevreviewMichal Arbet proposed openstack/kolla-ansible master: Fix kolla_docker module  https://review.opendev.org/c/openstack/kolla-ansible/+/90028410:47
kevkomnasiadka frickler: ^^ 10:48
kevkofrickler: thanks 11:06
kevkofrickler: can u please check https://review.opendev.org/c/openstack/kolla/+/899773 and add  +2  if OK ? 12:02
fricklerack12:37
opendevreviewscoopex proposed openstack/kolla-ansible stable/2023.1: configuration improvements  https://review.opendev.org/c/openstack/kolla-ansible/+/90052213:29
sylvrHi, I'm still having the same issue that yesterday : failed TASK [docker-registry : Ensure Docker registry container is running] but this seems weird as I don't want to use a registry ? do we have to specify an existing registry and there's no default or something else is happening here ?13:54
jovialsylvr: Did you find out which user ansible was running as and check they had permission on the docker socket? It's because kayobe is trying to do state: absent on the container and that needs to connect to the docker daemon.13:56
opendevreviewMerged openstack/kolla master: Fix letsencrypt-lego logging  https://review.opendev.org/c/openstack/kolla/+/89977314:06
opendevreviewscoopex proposed openstack/kolla-ansible master: configuration improvements  https://review.opendev.org/c/openstack/kolla-ansible/+/90052814:10
sylvr@jovial: yeah, it was the "kolla" user and I added it to the groups sudo, wheel, and docker, rebooted the machine (to be sure it'll be applied everywhere) and same error14:13
jovialslyvr: I think it should normally use the stack user. Has there been a customisation to ansible_user or one the variables that defines that?14:23
opendevreviewMerged openstack/kolla-ansible master: Fix kolla_docker module  https://review.opendev.org/c/openstack/kolla-ansible/+/90028414:27
mnasiadkafrickler: https://review.opendev.org/c/openstack/kolla/+/899465 - I think that should be ready to merge now?14:48
fricklerack, ty15:08
mnasiadkafrickler: thanks - now https://review.opendev.org/c/openstack/kolla-ansible/+/899466 :)15:19
mnasiadka(to use it in kolla-ansible)15:19
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add redis to octavia scenario in setup_gate  https://review.opendev.org/c/openstack/kolla-ansible/+/90053615:22
sylvrjovial, I'll check that ! need to find the parameter to the stack user15:52
opendevreviewMichal Nasiadka proposed openstack/kolla-ansible master: CI: Add redis to octavia scenario in setup_gate  https://review.opendev.org/c/openstack/kolla-ansible/+/90053615:59
jovialsylvr: You could try `kayobe configuration dump -l seed --var-name ansible_user`16:01
sylvrfor the seed, it's the same as the user I created and configured (rockylinux), added it to groups wheel sudo docker and relaunching the deployment16:04
sylvrokay and now I have this other task failing that I though I already solved before16:04
sylvrfailed TASK [ip-allocation : Ensure IP addresses are allocated]16:05
jovialWhy is that one failing?16:05
jovialWe would normally configure: `seed_bootstrap_user: rockylinux` and let kayobe use the default stack user that it configures for ansible_user.16:08
sylvrbecause I updated the kayobe config to the wrong path, so now it should be good16:08
sylvryup, fixed, `kayobe seed host config` worked ! thanks !16:15
jovialslyvr: Nice work, glad you got it sorted.16:21
spatelDoes freezer is a things in kolla-ansible?16:29
spatelhttps://docs.openstack.org/freezer/latest/16:30
mnasiadkain theory it's there, but we don't test it in CI16:30
mnasiadkaOk, enough 16:30
mnasiadkaI'm off tomorrow if anybody cares :)16:31
spatelhmm! what you guys using for backup scheduler? 16:31
mnasiadkaI don't know of anybody using freezer, usually some customers use Trillio or Storware for backing up their data in OpenStack16:34
spatelHmm! 16:35
opendevreviewMerged openstack/kolla master: CI: Move ephemeral disk config to a role  https://review.opendev.org/c/openstack/kolla/+/89946516:46
sylvrafter running `kayobe seed service deploy` (the next step) i have this after the playbook run : Kolla inventory ostack/src/kayobe-config/etc/kayobe/kolla/inventory/seed is invalid: Path does not exist16:58
sylvris it normal ? I checked there's no file there16:59
opendevreviewMerged openstack/kolla-ansible master: CI: Configure ephemeral disk using Kolla role  https://review.opendev.org/c/openstack/kolla-ansible/+/89946617:01
jovialslyvr: that is not normal. Could you put more of the output in a pastebin?17:01
sylvrthere : the last lines https://pastebin.com/56qwM22017:02
jovialThere should be a task to generate the inventory. That wasn't skipped was it?17:03
sylvroh yeah that seems logical17:05
jovialThis is the one: https://github.com/openstack/kayobe/blob/master/ansible/roles/kolla-ansible/tasks/config.yml#L56-L6017:06
jovialWhat is the ansible output for that task?17:07
jovialI would look out for warnings about being able to parse the ansible inventory. This could explain why it didn't run. You normally see those at the top of the run.17:08
sylvr[WARNING]: Skipped 'ostack/src/kayobe-config/etc/kayobe/kolla/certificates' path due to this access issue: 'ostack/src/kayobe-config/etc/kayobe/kolla/certificates' is not a directory17:09
sylvrdon't seem related17:10
opendevreviewMichal Nasiadka proposed openstack/kolla master: CentOS/Rocky: use CentOS Cloud SIG repo instead of Delorean (Bobcat)  https://review.opendev.org/c/openstack/kolla/+/89923117:11
sylvryeah it seems like a skipped a step, wasn't sure if it applied to my configuration ^^17:16
spateloff-topic question, How do you guys speeding up ansible with kolla-ansibl17:16
jovialsylvr - you didn't use a limit or anything?17:18
jovialspatel: Turning on the fact cache can help17:19
spateljovial  is this one ? https://docs.openstack.org/kolla-ansible/latest/user/ansible-tuning.html17:20
jovialWas just about to link to that :)17:20
spatelFact caching ?17:20
sylvrjovial - nop I don't think so, I used the basic command on the documentation17:21
sylvrI'm building the images rn, and try to deploy after17:21
sylvrImage building takes long ?17:36
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Rename kolla_docker to kolla_container  https://review.opendev.org/c/openstack/kolla-ansible/+/90041218:08
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Rename kolla_docker to kolla_container  https://review.opendev.org/c/openstack/kolla-ansible/+/90041218:15
spatelmnasiadka I have a question 18:17
spatelI have two kind of computes General and SRIOV. I have enable  enable_neutron_sriov: "yes" in global.yml 18:18
spatelNow I am seeing every compute machine is running sriov agent.. I don't want that because general compute machine doesn't need sriov agent 18:19
spatelCan I create SRIOV-GROUP in group_vars and apply that variable there?18:20
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Rename kolla_docker to kolla_container  https://review.opendev.org/c/openstack/kolla-ansible/+/90041218:39
opendevreviewMartin Hiner proposed openstack/kolla-ansible master: Rename kolla_docker to kolla_container  https://review.opendev.org/c/openstack/kolla-ansible/+/90041218:40
sylvr-remoteHi ! I'm still having this "Kolla inventory ostack/src/kayobe-config/etc/kayobe/kolla/inventory/seed is invalid: Path does not exist" when running `kayobe seed service deploy` so I created an inventory there but now I have this error : https://pastebin.com/kQ3TrbBX19:25
spatelI have noticed openvswitch getting installed by default on all compute. I don't want to deploy openvswitch on SRIOV computes so what options I have 19:55
sylvr-remotejovial - any idea what's wrong ?20:33

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