opendevreview | Merged openstack/openstack-ansible-rabbitmq_server master: Fail in when installing RabbitMQ/Erlang versions not possible https://review.opendev.org/c/openstack/openstack-ansible-rabbitmq_server/+/931798 | 00:21 |
---|---|---|
noonedeadpunk | mnaser: I tried but also noticed that cluster is kinda failing, so reverted to default for now | 07:22 |
noonedeadpunk | but I didn't followed up on the patch accordingly :( | 07:22 |
noonedeadpunk | if somebody can have a look at https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932357 - that would be nice, as it's results in neutron issues on stable branches right now | 08:25 |
noonedeadpunk | there's also a comment in there, as I'm not sure if it's worth to change or not right away | 08:36 |
noonedeadpunk | hm, so I've jsut catched a weird failure in my mnaio... I wonder why we don't see that in CI | 11:45 |
noonedeadpunk | `chroot /var/lib/machines/ubuntu-22-amd64 /opt/cache-prep-commands.sh` fails with `The repository 'http://ubuntu-cloud.archive.canonical.com/ubuntu jammy-updates/caracal InRelease' is not signed.` | 11:46 |
noonedeadpunk | and then indeed, with deb822 we rely on package-installed keyring: https://opendev.org/openstack/openstack-ansible-openstack_hosts/src/branch/master/vars/ubuntu.yml#L91 | 11:46 |
noonedeadpunk | but this never ends-up inside lxc cache, while repo is being copied: https://opendev.org/openstack/openstack-ansible-lxc_hosts/src/branch/master/vars/debian.yml#L23-L33 | 11:47 |
noonedeadpunk | and I can reproduce that in regular aio as well | 12:00 |
jrosser | i wonder if it references that exact file when it's specified as a path | 12:18 |
jrosser | rather than including the contents of the file into the repo setup | 12:19 |
jrosser | path vs. contents | 12:19 |
jrosser | its odd - becasue iirc i did use an AIO to understand the deb822 stuff when making the original patches | 12:30 |
noonedeadpunk | yes, it does | 12:39 |
noonedeadpunk | so we need to serve it as a file | 12:39 |
noonedeadpunk | rather then reffer a path | 12:39 |
jrosser | or we can vendor the gpg key into the role that adds that repo | 12:44 |
jrosser | rather than rely on installing the key as a package | 12:44 |
jrosser | that would make it similar to other roles | 12:45 |
opendevreview | Merged openstack/openstack-ansible-os_neutron master: Ensure that services that intended to stay disabled are not started https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932357 | 13:04 |
noonedeadpunk | yeah, meant exactly that, just need to transform it from binary to smth readable | 13:32 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/2024.1: Ensure that services that intended to stay disabled are not started https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932410 | 13:32 |
noonedeadpunk | crap, I don't like https://zuul.opendev.org/t/openstack/build/1e8c9741f57c4f67ba0f92a6ec2f8f66/log/job-output.txt#11164 in ^ | 13:37 |
noonedeadpunk | but it kinda works and service stays disabled.... | 13:41 |
noonedeadpunk | probably changed due to daemon_reload | 13:42 |
noonedeadpunk | or smth like that... | 13:42 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/2023.2: Ensure that services that intended to stay disabled are not started https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932412 | 13:43 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-os_neutron stable/2023.1: Ensure that services that intended to stay disabled are not started https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932413 | 13:43 |
jrosser | start services -> state changed -> stopped | 13:45 |
jrosser | yeah thats unfortunate | 13:45 |
jrosser | maybe the handler should be "set final service state" or smth | 13:46 |
noonedeadpunk | or filter out ones that are disabled additionally on handler level.. | 13:54 |
jrosser | well - it looked like that hander was responsible for setting the state i general | 14:11 |
jrosser | maybe i misunderstand | 14:11 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible-openstack_hosts master: Store UCA GPG file in-repo https://review.opendev.org/c/openstack/openstack-ansible-openstack_hosts/+/932416 | 14:12 |
noonedeadpunk | yeah, it did | 14:12 |
noonedeadpunk | but today we are having systemd_network role as well | 14:12 |
noonedeadpunk | which should be doing that | 14:12 |
noonedeadpunk | #startmeeting openstack_ansible_meeting | 15:00 |
opendevmeet | Meeting started Tue Oct 15 15:00:48 2024 UTC and is due to finish in 60 minutes. The chair is noonedeadpunk. Information about MeetBot at http://wiki.debian.org/MeetBot. | 15:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 15:00 |
opendevmeet | The meeting name has been set to 'openstack_ansible_meeting' | 15:00 |
noonedeadpunk | #topic rollcall | 15:00 |
noonedeadpunk | o/ | 15:00 |
jrosser | o/ hello | 15:03 |
noonedeadpunk | #topic office hours | 15:05 |
noonedeadpunk | so while doing some upgrade to 2024.1 I've realized that with disabled uwsgi we do have enabled neutron-rpc-server still running and it was quite weird behaviour of the cluster overall | 15:06 |
noonedeadpunk | so I think that we might need to update bumps before tagging actually :( | 15:06 |
noonedeadpunk | as that's kinda regression that is brought in minor version | 15:06 |
noonedeadpunk | in a core service | 15:07 |
noonedeadpunk | also I think we need to have smth like 932416 for 30.0.0.0b1 as well | 15:08 |
noonedeadpunk | as otherwise Ubuntu with LXC is just broken there | 15:08 |
noonedeadpunk | Question though, how it's not borked in CI right now | 15:08 |
jrosser | i wonder if there is a uca key already in the image | 15:09 |
jrosser | but i am pretty surprised it worked at all as i'm pretty sure i tested this with lxc | 15:10 |
noonedeadpunk | like somewhere in /etc/apt/trusted.gpg.d/ | 15:10 |
jrosser | something like that, yes | 15:10 |
noonedeadpunk | maybe we did some clean-up soemwhere else... | 15:11 |
noonedeadpunk | or maybe there were some leftovers from N-1 version in your sandbox? | 15:11 |
noonedeadpunk | as I assume you deployed without patch, then applied patch and checked it's working? | 15:12 |
noonedeadpunk | anyway | 15:12 |
noonedeadpunk | would be great if someone except me can confirm there's a problem and it addresses it | 15:12 |
noonedeadpunk | moving next - we do have a ptg next week and time still not secured | 15:13 |
noonedeadpunk | there's some etherpad I was coming with during the cycle: https://etherpad.opendev.org/p/osa-epoxy-ptg | 15:14 |
noonedeadpunk | regarding time... | 15:15 |
noonedeadpunk | would 16UTC-18UTC work? Or better to have 1 hour before? | 15:16 |
noonedeadpunk | as I don't think frankly at current shape of things (and amount of topic) that we need much more time | 15:16 |
jrosser | that sounds good | 15:17 |
jrosser | which day? | 15:17 |
noonedeadpunk | Tuesday? | 15:17 |
noonedeadpunk | but I'm very open except if it's Thursday | 15:18 |
jrosser | tuesday is good for me | 15:18 |
noonedeadpunk | ok, great, then will book time and send an ML | 15:18 |
noonedeadpunk | what else do we have... | 15:24 |
noonedeadpunk | NeilHanlon: did you have time to check on ansible python discovery thing with which ceph-ansible fails? | 15:24 |
noonedeadpunk | as I think it would be nice to get ceph tests running against rocky with ceph scenario | 15:25 |
noonedeadpunk | fwiw, slot is booked | 15:43 |
noonedeadpunk | I've also updated etherpad and url links | 15:43 |
noonedeadpunk | will send email right after the meeting | 15:44 |
noonedeadpunk | #endmeeting | 16:04 |
opendevmeet | Meeting ended Tue Oct 15 16:04:24 2024 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:04 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-10-15-15.00.html | 16:04 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-10-15-15.00.txt | 16:04 |
opendevmeet | Log: https://meetings.opendev.org/meetings/openstack_ansible_meeting/2024/openstack_ansible_meeting.2024-10-15-15.00.log.html | 16:04 |
noonedeadpunk | oops, we have another issue with include of keepalived | 16:57 |
noonedeadpunk | actually, way-way more issues | 16:59 |
noonedeadpunk | https://codesearch.openstack.org/?q=playbook_dir&i=nope&literal=nope&files=&excludeFiles=&repos=openstack/openstack-ansible | 17:00 |
noonedeadpunk | could be in fact just keepalived is affected _for real_ though | 17:01 |
noonedeadpunk | I wonder if we should have some kind of transient role for keepalived to contain scripts... | 17:08 |
jrosser | this did kind of come up a bit with the magnum stuff where I wanted an OSA_HOME variable | 17:24 |
jrosser | but I ended up with gigantic restructuring instead | 17:24 |
noonedeadpunk | we actually have that variable | 17:32 |
noonedeadpunk | https://opendev.org/openstack/openstack-ansible/src/branch/master/inventory/group_vars/all/all.yml#L22-L23 | 17:32 |
noonedeadpunk | but could be not applicable for magnum, as ops path will be different | 17:34 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Reference keepalived scripts through integrated repo path https://review.opendev.org/c/openstack/openstack-ansible/+/932439 | 17:35 |
noonedeadpunk | backports are ready for review: https://review.opendev.org/c/openstack/openstack-ansible-os_neutron/+/932410 | 17:36 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Freeze roles for 30.0.0.0b1 release https://review.opendev.org/c/openstack/openstack-ansible/+/931611 | 17:37 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Unfreeze roles after milestone release https://review.opendev.org/c/openstack/openstack-ansible/+/931612 | 17:37 |
opendevreview | Dmitriy Rabotyagov proposed openstack/openstack-ansible master: Unfreeze roles after milestone release https://review.opendev.org/c/openstack/openstack-ansible/+/931612 | 17:37 |
lowercase | k | 19:02 |
noonedeadpunk | o/ | 19:51 |
opendevreview | Merged openstack/openstack-ansible stable/2023.2: Ensure that the inventory tox job runs on an ubuntu-jammy node https://review.opendev.org/c/openstack/openstack-ansible/+/932082 | 20:16 |
opendevreview | Merged openstack/openstack-ansible stable/2023.2: Bump SHAs for 2023.2 https://review.opendev.org/c/openstack/openstack-ansible/+/931741 | 20:21 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!