*** ysandeep|sick is now known as ysandeep | 05:02 | |
opendevreview | Gregory Thiemonge proposed openstack/octavia master: Apply openstack-selinux policies in Centos amphorae https://review.opendev.org/c/openstack/octavia/+/840315 | 06:21 |
---|---|---|
*** ysandeep is now known as ysandeep|lunch | 08:27 | |
opendevreview | Gregory Thiemonge proposed openstack/octavia master: Apply openstack-selinux policies in Centos amphorae https://review.opendev.org/c/openstack/octavia/+/840315 | 08:44 |
*** ysandeep|lunch is now known as ysandeep | 09:42 | |
*** ysandeep is now known as ysandeep|coffee | 12:22 | |
opendevreview | Merged openstack/octavia master: Fix disabled UDP pools https://review.opendev.org/c/openstack/octavia/+/839308 | 12:41 |
*** ysandeep|coffee is now known as ysandeep | 13:01 | |
*** ysandeep is now known as ysandeep|brb | 13:42 | |
*** ysandeep|brb is now known as ysandeep | 14:20 | |
johnsom | tweining FYI, I have no problem with the DB models str implementation. I like that you are pulling specific fields so we don't accidentally dump security info. | 14:24 |
tweining | johnsom: thanks. I found the columns that the cli prints helpful for this. | 14:25 |
*** ysandeep is now known as ysandeep|out | 15:19 | |
gthiemonge | #startmeeting Octavia | 16:00 |
opendevmeet | Meeting started Wed May 4 16:00:24 2022 UTC and is due to finish in 60 minutes. The chair is gthiemonge. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:00 |
opendevmeet | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:00 |
opendevmeet | The meeting name has been set to 'octavia' | 16:00 |
gthiemonge | Hi! | 16:00 |
johnsom | o/ | 16:00 |
tweining | hi | 16:00 |
gthiemonge | #topic Announcements | 16:01 |
gthiemonge | no announcement today... anyone? | 16:01 |
johnsom | Nope | 16:01 |
tweining | no | 16:01 |
gthiemonge | ack | 16:02 |
gthiemonge | #topic Octavia CI status | 16:02 |
gthiemonge | we still have one open change that removes some old jobs: | 16:02 |
gthiemonge | #link https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/838096 | 16:02 |
gthiemonge | rm_work: ^ ping | 16:02 |
johnsom | I guess just a mention that Ubuntu 22.04 is out with that sweet HAProxy 2.4 goodness | 16:02 |
gthiemonge | johnsom: cool | 16:03 |
gthiemonge | we need to wait for its support in devstack, right? | 16:03 |
gthiemonge | here is it: https://review.opendev.org/c/openstack/devstack/+/839359 | 16:03 |
gthiemonge | maybe it also needs some work in dib | 16:04 |
tweining | at least one cannot build an ubuntu image under centos without debootstrap | 16:04 |
johnsom | Yeah, I don't know if there are issues with it for devstack/dib, could be | 16:04 |
gthiemonge | yeah | 16:05 |
johnsom | cross distro image builds have always be problematic. | 16:05 |
gthiemonge | speaking of other distros: | 16:06 |
gthiemonge | I would like to progress on the c9s support | 16:06 |
gthiemonge | the centos 8 stream job on master is broken, because c8s provides py36 while most of the upstream projects have already moved to py38 | 16:07 |
gthiemonge | I have a few commits that are needed by c9s: | 16:07 |
gthiemonge | #link https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/837597 | 16:07 |
gthiemonge | #link https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/840152 | 16:07 |
gthiemonge | #link https://review.opendev.org/c/openstack/octavia/+/827330 | 16:07 |
gthiemonge | (reminder: c9s is an official tested runtime for Zed) | 16:08 |
tweining | I'll have a look | 16:08 |
gthiemonge | thanks | 16:08 |
johnsom | Looks like I have already reviewed the first two | 16:08 |
tweining | in that context, it might be worth mentioning that I submitted changes for using Python 3.8 as base version | 16:09 |
johnsom | That last one, the job failed | 16:09 |
gthiemonge | ahem | 16:10 |
gthiemonge | yeah it needs a Depends-On the first one | 16:10 |
gthiemonge | ssh key issue | 16:10 |
johnsom | Yeah, looks like it | 16:10 |
gthiemonge | I can add it | 16:11 |
gthiemonge | or we can merge everything | 16:11 |
gthiemonge | :D | 16:11 |
johnsom | Merging the first two seems like a good step forward | 16:11 |
gthiemonge | ack | 16:12 |
gthiemonge | ok, let's continue | 16:13 |
gthiemonge | #topic Brief progress reports / bugs needing review | 16:14 |
gthiemonge | I have proposed a commit to install the (RDO) openstack-selinux package when building a CentOS amphora with (enforced) SELinux | 16:14 |
gthiemonge | without this package, the amphora cannot work | 16:14 |
johnsom | I am poking at the big subnet patch, running through scenarios to make sure it's solid. I have done one review pass on it, but need to finish reviewing the tests. | 16:15 |
gthiemonge | #link https://review.opendev.org/c/openstack/octavia/+/840315 | 16:15 |
gthiemonge | Note that if you use a CentOS-based amphora and if you are not using the "-e" (enforced) option when building the amp, it will not impact you | 16:15 |
gthiemonge | johnsom: thanks for reviewing that patch! | 16:17 |
johnsom | Personally I'm not a fan of pulling in the RDO repo and a blanket selinux RPM. I would lean towards managing the policy changes in a local element that is specific to the amphora image. But that is my opinion and I know managing those rules is a skill set. | 16:17 |
gthiemonge | so the selinux patch would unblock our downstream gates | 16:18 |
gthiemonge | but I agree that we could have a better to handle those policies in the future | 16:19 |
tweining | are you still there? | 16:22 |
gthiemonge | I am | 16:22 |
johnsom | I am | 16:22 |
gthiemonge | haha | 16:22 |
gthiemonge | #topic Open Discussion | 16:23 |
gthiemonge | anything else Folks? | 16:23 |
tweining | hm, a bit off topic. do you know when it will be decided whether the next PTG will be in person or not? | 16:25 |
gthiemonge | hm I don't know | 16:26 |
johnsom | Hmm, I have not heard anything about that yet. | 16:26 |
tweining | k, no problem. I guess we will know well in advance. | 16:27 |
johnsom | I'm sure the events folks are pretty focused on Berlin at the moment, so it might be after that | 16:27 |
johnsom | (when we will hear) | 16:27 |
tweining | nothing else from my side | 16:28 |
tweining | except: do more reviews!! ;) | 16:28 |
gthiemonge | ack! | 16:28 |
gthiemonge | anything else? | 16:34 |
tweining | I'll finish and push my string representation of DB model change in a minute | 16:35 |
gthiemonge | ok | 16:37 |
gthiemonge | thank you folks | 16:38 |
gthiemonge | #endmeeting | 16:38 |
opendevmeet | Meeting ended Wed May 4 16:38:05 2022 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:38 |
opendevmeet | Minutes: https://meetings.opendev.org/meetings/octavia/2022/octavia.2022-05-04-16.00.html | 16:38 |
opendevmeet | Minutes (text): https://meetings.opendev.org/meetings/octavia/2022/octavia.2022-05-04-16.00.txt | 16:38 |
opendevmeet | Log: https://meetings.opendev.org/meetings/octavia/2022/octavia.2022-05-04-16.00.log.html | 16:38 |
opendevreview | Tom Weininger proposed openstack/octavia master: Improve string representation of DB models https://review.opendev.org/c/openstack/octavia/+/836826 | 16:44 |
opendevreview | Tom Weininger proposed openstack/octavia master: Improve string representation of DB models https://review.opendev.org/c/openstack/octavia/+/836826 | 16:46 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!