Tuesday, 2023-09-26

hamidlotfi_good morning07:07
derekokeeffeMorning noonedeadpunk, I found this line earlier in the logs Plugin Error : Initialize libcloud.plugin failed. Any pointers?07:43
admin1\o08:56
jrossergood morning08:57
jrosserderekokeeffe: can you point to some logs for that?08:57
derekokeeffeHi jrosser yep the logs for the error are here https://paste.openstack.org/show/bU1E0joDdf4eWiV8wjlj/09:01
admin1anyone knows how to stop/cancel an ongoing Shelving Image Pending Upload  operation 09:02
jrosserthat doesnt contain `Plugin Error : Initialize libcloud.plugin failed` though09:02
derekokeeffejrosser the libcloud plugin warning is here https://paste.openstack.org/show/be8eHlM0KYi5lBBojpQ6/09:02
jrosser:)09:02
derekokeeffeYeah I just grepped the logs as I'm cutching at straws here and noticed that about the plugin but I can't see it again in the logs, as you see it appears on different dates but I can't replicate it today09:03
jrosseris that to do with the HSM driver?09:04
jrosserso to me this all looks something like the barbican stuff is not finding the shared libraries for your HSM09:05
jrosseror those libraries are failing to read a config file or something critical that makes them fail09:05
derekokeeffeYep, I created the hmac and mkek keys and I can see them on the HSM partition but I can't do 'openstack secret store --name mysecret2 --payload apayload'  09:06
jrosserdid you create those keys with the barbican CLI?09:06
derekokeeffeI've checked all the config files and made sure than any paths specified exist, yep I cretaed them with the ansible commands and then double checked with the barbican manage commands and they reported that they already exist09:07
derekokeeffehttps://paste.openstack.org/show/bxLxTmA8WiTwkZ61DHvQ/09:09
derekokeeffehttps://paste.openstack.org/show/bIOQaIYvGu8goUCmoAco/09:09
jrosseris it correct to rename libcloud / libdpod?09:11
derekokeeffeHuh, why did I do that again!! There was a reason I just can't remember. That didn't work for me anyway, I needed to copy the entire client folder to the container for the key generation to work. I will rectify that now though09:13
jrosserthat does look suspicious as the error is it can't initialise libcloud.plugin09:14
derekokeeffeYeah I was sure that I changedthat because when I installed the client initially libcloud didn't exist and libdpod was the only plugin available. Let me go back to my notes and I'll pop back soon. Thanks for your help jrosser09:15
derekokeeffeHi again jrosser, so I changed that in the user_variables.yml. I also added this line to barbican.conf namespace = barbican.secretstore.plugin and I had the slot set to the wrong slot from a previous attempt. I now get no error in the logs so I think that thankfully solved that but I get "Missing value auth-url required for auth plugin password" when running "openstack secret store --name ThalesSecret --payload paylod"12:28
jrosserdo other `openstack` commands work?12:28
jrosserthat normally means not having done something like `source openrc`12:29
derekokeeffeAh ok, maybe I jumped the gun thinking that solved the issue and I need to re source openrc :(12:29
jrosseryou'll need to do that if it's a new session12:30
jrosser*shell session12:30
derekokeeffeNah that was the issue I need to re source openrc, thought I had done that previously. I'm at this so long I'm forgetting what I'm doing haha. Waiting on a reply from Thales support as well12:31
derekokeeffeWell at least I'm seeing this again so I know I'm not going mad :) https://paste.openstack.org/show/bOftRtzMO56jd5QXZffp/12:32
jrosseryou could try to strace the process (and it's child processes)13:01
jrosserthere will be *tons* of output but you'll see if it trys to open non existing files, or gets permissions errors13:01
mgariepywow. rabbitmq is a mess :)13:13
* jrosser runs away13:15
mgariepylol13:16
mgariepyhad unstable server, waited for a firmware fix, been too busy with other stuff, then got back to it. but migrating from 18 to 20 on ussuri is no fun.13:17
mgariepyi think i'll need to upgrade to V first.. it will be a bit simpler.13:23
mgariepythere are a few patch missing on U lol 13:24
noonedeadpunko/14:17
noonedeadpunkI've just setup new laptop... Still need a day or so to come up to par....14:17
noonedeadpunkOr well. Week or so...14:17
noonedeadpunkAs all data has gone14:17
mgariepyouch14:17
mgariepyand your backups were up to date ?14:18
noonedeadpunklol14:18
jrossero/ hello14:19
noonedeadpunkI don't think that backups of working laptop is allowed by our policies....14:19
mgariepyer.. what ?14:19
noonedeadpunkbut I'd need to check... Though, there was nothing "too" important....14:21
mgariepyi use restic for me backup.14:23
mgariepywhich is super simple and i sync on a tsm backed server :D haha14:23
noonedeadpunkI'd assume I need some approved place to store it. 14:23
derekokeeffeHey jrosser sorry I didn't see that until now. I blew away the container and started it all from scratch because I think the hack I used of moving the lunaclient directory to the container worked for key generation but was the root cause of the rrors I was seeing. I'm in the proccess of pasting what I have and might get you to run your eye over it tomorrow if that would be ok14:59
noonedeadpunk#startmeeting openstack_ansible_meeting15:00
opendevmeetMeeting started Tue Sep 26 15:00:22 2023 UTC and is due to finish in 60 minutes.  The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot.15:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.15:00
opendevmeetThe meeting name has been set to 'openstack_ansible_meeting'15:00
noonedeadpunk#topic rollcall15:00
noonedeadpunko/15:00
jrossero/ hello15:00
mgariepyhello15:00
noonedeadpunkto be frank - I have no idea what's going on as I wasn't around for 2 weeks almost...15:02
NeilHanlono/ hiya15:03
NeilHanlonsame15:03
jrosserwe have debian bookworm - ovs issue still i guess15:04
jrosserand a bunch of stuff is broken due to some difference between with_items: and loop:15:06
jrosserthis is the fix but i do not understand why it was working, and why it is now broken https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/89601715:06
jrosserwith loop: the loop var is evaluated even if the task is skipped, which makes it fail15:07
jrosser"evaluated" -> some loop operation that fails if it's not a loop15:07
jrosser*list15:07
noonedeadpunkmaybe ansible 2.15 has landed?15:08
noonedeadpunkfor bookworm - I guess we should have same kind of workaround we had for ubuntu and centos...15:08
noonedeadpunkyup, it's fully merged!15:10
noonedeadpunkhurray!15:10
noonedeadpunkbut it could possible break usecases with octavia15:11
jrosseri tried some other versions and that behaviour seems the same regardless15:11
noonedeadpunkas we had just integrated tests, not specific ones15:11
noonedeadpunkhuh15:11
noonedeadpunkthen dunno...15:11
jrosserindeed15:11
jrossermaybe we changed the keystone role stuff but never really looked at those jobs15:12
jrosseranyway, its very broken as it stands15:12
noonedeadpunkI'm looking at Damian's comment here: https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/876302/7/tasks/main.yml And I kind of wonder if 02755 is even a valid mode? Shouldn't that be jsut "2755"?15:13
noonedeadpunkthough... if it works now...15:15
jrosserhmm well i didnt change that15:16
jrosseroh /o\ wrong patch15:16
jrosseri would expect thats just leading octal zeros15:17
noonedeadpunkyeah, though got confused also by that slightly https://github.com/ansible/ansible-lint/issues/26615:20
noonedeadpunkI _think_ I managed to push cycle highlights15:21
noonedeadpunkthough wasn't able to follow up on that15:25
noonedeadpunkAlso I haven't booked PTG slot yet15:26
noonedeadpunkI will try to catch up with things soonish15:27
noonedeadpunkAlso need to continue pushing patches for quorum queues15:30
jrosseryes there is a bunch to get done for release time15:32
jrosserand need to try to get ahead on it15:33
noonedeadpunk++15:38
NeilHanloni have some dedicated 15:39
NeilHanlontime to work on this*15:39
NeilHanlonoops. hit send too early :) 15:39
noonedeadpunksweet - some more hands :)15:41
NeilHanlondo we have a topic tracking stuff for bobcat?15:54
opendevreviewDmitriy Rabotyagov proposed openstack/openstack-ansible-haproxy_server master: Apply haproxy-service-config tag on include  https://review.opendev.org/c/openstack/openstack-ansible-haproxy_server/+/89656915:56
noonedeadpunkNeilHanlon: no, not sure15:57
noonedeadpunkI was going to create one for PTG, but haven't yet15:57
NeilHanlonyea i know we have that etherpad from last ptg about what we wanted to do for this release15:58
noonedeadpunkhere's the list: https://etherpad.opendev.org/p/osa-bobcat-ptg15:59
noonedeadpunkNeilHanlon: actually, one thing we didn't sorted out, that affects rhel mainly, is modular libvirt15:59
NeilHanlonah, right. yep. I will figure out what the deal is and how it affects rhel16:00
noonedeadpunkas that would be sweet if you could cover that - I assume it's also in zone of your interests :p16:00
noonedeadpunk#endmeeting16:00
opendevmeetMeeting ended Tue Sep 26 16:00:49 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:00
opendevmeetMinutes:        https://meetings.opendev.org/meetings/openstack_ansible_meeting/2023/openstack_ansible_meeting.2023-09-26-15.00.html16:00
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2023/openstack_ansible_meeting.2023-09-26-15.00.txt16:00
opendevmeetLog:            https://meetings.opendev.org/meetings/openstack_ansible_meeting/2023/openstack_ansible_meeting.2023-09-26-15.00.log.html16:00
NeilHanlonI've been getting involved with the "ELN / CentOS Stream 10" efforts, too, and may attempt some experimental jobs as it gets closer to stable ;)16:01
noonedeadpunkstream getting to stable - sounds fun16:03
NeilHanlonfsvo stable ;) 16:04
opendevreviewDmitriy Rabotyagov proposed openstack/ansible-role-systemd_service master: Reduce output by leveraging loop labels  https://review.opendev.org/c/openstack/ansible-role-systemd_service/+/87630217:09
opendevreviewMerged openstack/openstack-ansible master: Add tls upgrade jobs  https://review.opendev.org/c/openstack/openstack-ansible/+/88519417:44

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