Wednesday, 2023-10-04

opendevreviewGregory Thiemonge proposed openstack/octavia-tempest-plugin master: WIP Add tests for additional VIPs  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/66446205:51
opendevreviewGregory Thiemonge proposed openstack/octavia-tempest-plugin master: WIP Add tests for additional VIPs  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/66446206:50
mbrown05@johnsom Hello, I was wondering if you had time to discuss the audit map file for Octavia?15:17
johnsomYes, I have my coffee, so let's chat!15:18
johnsomI did that work about five years ago, so I may need to refresh my memory in some cases15:18
mbrown05Awesome, hopefully this question will be a simple one15:19
mbrown05My question is, I was tasked with enabling auditing for Octavia and part of that includes adding the map file. What I would like to know is, in the sample map file, do I need to change any of those fields or should I leave them as is?15:20
johnsomI am sorry to have delayed you if it is... grin15:20
johnsomYou should not need to modify that file, it should work as-is. There is a doc for auditing I wrote here: https://docs.openstack.org/octavia/latest/admin/api-audit.html15:21
mbrown05Okay awesome and when I enable auditing, I have to manually add the map file to the nodes? Octavia wont do that automatically once I enable auditing?15:23
johnsomAlso of interest, our API no-op test job runs with API auditing enabled for test coverage:15:24
johnsomhttps://zuul.opendev.org/t/openstack/build/e100fc9a26d04d20b1834b805d7a3bdd/log/controller/logs/screen-o-api.txt#98215:24
johnsomCorrect, you need to place the audit map in a location the API controllers can access. Typically this is handled by the deployment tool (if they support enabling the audit logging).15:24
mbrown05Awsome, thats answers my questions. Thank you so much for the help! I really appreaciate it!15:26
johnsomSure, no problem. Good luck with your deployment!15:26
gthiemonge#startmeeting Octavia16:00
opendevmeetMeeting started Wed Oct  4 16:00:10 2023 UTC and is due to finish in 60 minutes.  The chair is gthiemonge. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
opendevmeetUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
opendevmeetThe meeting name has been set to 'octavia'16:00
gthiemongehello!16:00
oschwarto/16:00
johnsomo/16:00
gthiemonge#topic Announcements16:01
gthiemonge* 2023.2 Bobcat Release16:02
gthiemongeGood news, Bobcat is released!16:02
gthiemongehttps://lists.openstack.org/pipermail/openstack-announce/2023-October/002073.html16:02
johnsomWahoo!16:02
gthiemongeCongrats and thank you Folks!16:02
oschwartGreat to hear!16:02
gthiemonge* 2024.1 Caracal vPTG16:04
gthiemongeQuick reminder16:04
gthiemongeOur PTG session: October 24th (Tuesday) - 14:00 UTC - 18:00 UTC16:04
gthiemongeThe etherpad:16:04
gthiemongehttps://etherpad.opendev.org/p/caracal-ptg-octavia16:04
gthiemonge(and I haven't yet updated the official link to the etherpad)16:04
johnsomlol, I just checked that. I can do it.16:05
gthiemongeoh thanks16:05
johnsomFixed16:06
gthiemonge+1 johnsom 16:06
gthiemongeany other announcements?16:06
tweiningo/16:07
johnsomNothing from me16:07
oschwartNothing from me16:07
gthiemongeack16:08
gthiemonge#topic CI Status16:08
gthiemongeFYI we still have those awful warnings in zuul16:08
gthiemongecan we merge those patches today?16:08
gthiemongehttps://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89370516:08
gthiemongehttps://review.opendev.org/c/openstack/octavia/+/89370416:08
tweiningdone16:10
gthiemongethank you!16:10
gthiemongethat's it for CI status16:10
gthiemonge#topic Brief progress reports / bugs needing review16:11
gthiemongeJust a reminder we have many backports in review in gerrit16:12
johnsomStill working on SR-IOV. I have pivoted from the "new network driver" approach to a "use a different flow" approach. This is mostly due to changes for jobboard that would make the network driver approach messy.16:12
gthiemongehttps://review.opendev.org/q/(project:openstack/octavia+OR+project:openstack/octavia-lib+OR+project:openstack/octavia-dashboard+OR+project:openstack/octavia-tempest-plugin+OR+project:openstack/python-octaviaclient)+status:open+branch:%255Estable/.*16:12
oschwartI will take a look at them 16:13
gthiemongethanks!16:13
oschwartIt could be nice if you guys review the noop certificate manager patch16:14
oschwarthttps://review.opendev.org/c/openstack/octavia/+/89419616:14
gthiemongeI will probably create more backports in the next weeks, we had a few bugfixes merged at the end of the Bobcat cycle16:14
johnsomYikes, that is a lot of unreviewed patches16:15
gthiemongeoschwart: I think there's also a patch that tests it, right?16:15
oschwartI think that the noop cert mgr patch will allow the TERMINATED_HTTPS listener API tests to pass the check pipeline16:15
oschwarthttps://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89306616:15
gthiemongeoschwart: I'll take a look at this "depends-on" issue16:15
gthiemongemaybe there's something else16:15
oschwartgthiemonge: even though I applied the Depends-On, I don't know why it fails. it passed on my local devstack env16:16
tweiningoschwart: it missed your update. I'll review it later16:16
johnsomI think the job needs to be updated to set the noop cert driver in the octavia.conf16:17
oschwartthanks gthiemonge tweining. What do you mean with missed my update?16:17
tweiningI didn't notice you pushed an update.16:18
tweiningthere is still the typo in the releasenotes btw16:18
johnsom#link https://github.com/openstack/octavia-tempest-plugin/blob/master/zuul.d/jobs.yaml#L48416:18
tweiningwon'y16:18
johnsomOpps, line 489 actually16:18
johnsom#link https://github.com/openstack/octavia-tempest-plugin/blob/master/zuul.d/jobs.yaml#L48916:19
gthiemonge+116:19
oschwartjohnsom: thanks, I missed it! I will add it16:19
oschwarttweiing: I missed that typo too, thanks16:19
oschwarttweining16:19
oschwartfor now I will leave it on the release notes as a feature, until I hear other opinions16:20
oschwart(as you wrote in the comment)16:20
opendevreviewOmer Schwartz proposed openstack/octavia master: Add Noop Certificate Manager  https://review.opendev.org/c/openstack/octavia/+/89419616:21
opendevreviewOmer Schwartz proposed openstack/octavia-tempest-plugin master: Add TERMINATED_HTTPS listener API tests  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89306616:24
gthiemongeBTW I'm working on the tempest tests for multivip (really old patch https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/664462)16:25
gthiemongeI think I'm almost done, but I need to check the duration of the tests16:25
gthiemongeso maybe I'll ask for reviews next week!16:25
oschwartsure, I will be happy to review it16:26
gthiemonge#topic Open Discussion16:28
gthiemongedo you have any other topics?16:29
tweiningI don't think so16:29
oschwartI don't16:30
johnsomNothing from me16:30
gthiemongeok, thank you folks!16:31
gthiemonge#endmeeting16:31
opendevmeetMeeting ended Wed Oct  4 16:31:14 2023 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:31
opendevmeetMinutes:        https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-04-16.00.html16:31
opendevmeetMinutes (text): https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-04-16.00.txt16:31
opendevmeetLog:            https://meetings.opendev.org/meetings/octavia/2023/octavia.2023-10-04-16.00.log.html16:31
opendevreviewMerged openstack/octavia master: Fix Zuul warnings with regexps  https://review.opendev.org/c/openstack/octavia/+/89370417:48
opendevreviewMerged openstack/octavia-tempest-plugin master: Fix Zuul warnings  https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/89370518:18

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