*** spatel has joined #openstack-lbaas | 00:56 | |
*** sapd1 has quit IRC | 00:58 | |
*** armax has quit IRC | 01:25 | |
*** spatel has quit IRC | 01:27 | |
*** armax has joined #openstack-lbaas | 02:13 | |
*** sapd1 has joined #openstack-lbaas | 02:44 | |
*** rcernin has quit IRC | 02:45 | |
*** rcernin has joined #openstack-lbaas | 02:47 | |
*** rcernin has quit IRC | 03:01 | |
*** xgerman has quit IRC | 03:10 | |
*** rcernin has joined #openstack-lbaas | 03:17 | |
*** rcernin has quit IRC | 03:22 | |
*** rcernin has joined #openstack-lbaas | 03:23 | |
*** psachin has joined #openstack-lbaas | 03:41 | |
*** vishalmanchanda has joined #openstack-lbaas | 03:43 | |
*** armax has quit IRC | 04:01 | |
*** ramishra has quit IRC | 05:25 | |
*** ramishra has joined #openstack-lbaas | 05:26 | |
*** sapd1 has quit IRC | 05:27 | |
*** zzzeek has quit IRC | 06:03 | |
*** zzzeek has joined #openstack-lbaas | 06:05 | |
*** gcheresh has joined #openstack-lbaas | 06:09 | |
*** zzzeek has quit IRC | 06:55 | |
*** zzzeek has joined #openstack-lbaas | 06:57 | |
*** vishalmanchanda has quit IRC | 07:02 | |
*** sapd1 has joined #openstack-lbaas | 07:03 | |
*** haleyb has quit IRC | 07:10 | |
*** vishalmanchanda has joined #openstack-lbaas | 07:11 | |
*** pck has quit IRC | 07:13 | |
*** njohnston has quit IRC | 07:33 | |
*** rcernin has quit IRC | 07:39 | |
*** rpittau|afk is now known as rpittau | 07:41 | |
*** rcernin has joined #openstack-lbaas | 10:20 | |
*** rcernin has quit IRC | 10:37 | |
*** sapd1 has quit IRC | 11:13 | |
*** njohnston_ has joined #openstack-lbaas | 11:25 | |
openstackgerrit | Arkady Shtempler proposed openstack/octavia-tempest-plugin master: New test: test_udp_update_pool_healthmonitor_listener https://review.opendev.org/755326 | 12:29 |
---|---|---|
*** gcheresh has quit IRC | 12:54 | |
openstackgerrit | Adit Sarfaty proposed openstack/octavia stable/train: Verify pool exists before checking its LB on HM Validation https://review.opendev.org/756505 | 12:55 |
*** vishalmanchanda has quit IRC | 13:03 | |
*** jamesdenton has quit IRC | 13:04 | |
*** AlexStaf has quit IRC | 13:04 | |
*** vishalmanchanda has joined #openstack-lbaas | 13:04 | |
*** AlexStaf has joined #openstack-lbaas | 13:04 | |
*** jamesdenton has joined #openstack-lbaas | 13:09 | |
frickler | how does the o-hm0 interface get a tag in OVS? I've tried to set it up locally with a statement taken from the devstack plugin, but in "ovs-vsctl show" I see that the tag is missing compared to what I have in a devstack deployment https://opendev.org/openstack/octavia/src/branch/master/devstack/plugin.sh#L465 | 13:20 |
frickler | does this need a newer openstack than stable/stein? | 13:24 |
*** TrevorV has joined #openstack-lbaas | 13:45 | |
frickler | also, is it necessary to run dhcp on that interface? I'd much prefer to have a static address configuration on my servers | 13:52 |
*** ccamposr has joined #openstack-lbaas | 14:11 | |
*** vakuznet has joined #openstack-lbaas | 14:13 | |
*** ccamposr__ has quit IRC | 14:14 | |
vakuznet | Could https://review.opendev.org/#/c/753383/1 be reveiwed and merged? | 14:15 |
*** tamas_erdei has joined #openstack-lbaas | 14:20 | |
*** terdei has quit IRC | 14:21 | |
*** gcheresh has joined #openstack-lbaas | 14:34 | |
johnsom | vakuznet Some recent nodepool changes have broken our test jobs. We are working to fix those issues and this patch will one of the first merged after that is fixed. | 14:39 |
*** armax has joined #openstack-lbaas | 14:40 | |
johnsom | frickler I agree that I don't think dhcp is really needed there if you assign static IPs to your controllers. Nova should provide the amphora with the fixed IP and them be used. | 14:41 |
johnsom | frickler As for the OVS question, I will have to research that after my meetings today. I have always used the devstack method as well. | 14:41 |
frickler | johnsom: thx. I was only thinking about static configuration on the host side for the o-hm0 interface, not for the amphora | 14:44 |
*** njohnston_ is now known as njohnston | 14:52 | |
*** TrevorV has quit IRC | 15:33 | |
*** TrevorV has joined #openstack-lbaas | 15:33 | |
johnsom | frickler Ok, in my ten minute meeting break (grin). So, the OVS port setup has been used for a very long time, it's not a Stein version issue. What tag are you looking for? A VLAN tag? | 15:48 |
johnsom | The option to pop a port out of OVS has two steps, first we create the port in neutron, then we set it up in OVS | 15:48 |
frickler | johnsom: yes, I did those two steps. here's the result in devstack vs. my local install (Ubuntu Stein UCA) http://paste.openstack.org/show/798794/ | 15:52 |
frickler | I also get no connectivity in the latter case, neither with dhclient nor static configuration | 15:52 |
frickler | makes me wonder whether this is something on the neutron side, maybe I'll ask over there | 15:53 |
frickler | btw. the install guide could be amended, too, step 7. implicitly assumes a linuxbridge deployment without mentioning that fact https://docs.openstack.org/octavia/latest/install/install-ubuntu.html#install-and-configure-components | 15:54 |
johnsom | Yeah, also recently we have moved all of that code out of the Octavia devstack to neutron devstack, since it's neutron specific and other SDNs have their own functions for that. | 15:54 |
johnsom | https://github.com/openstack/neutron/blob/master/devstack/lib/octavia | 15:56 |
johnsom | I'm looking at that to see if that changed the tag setting | 15:56 |
frickler | johnsom: I just found that, too, but it looks like it is using the same code | 15:57 |
johnsom | Yeah, as far as I knew it was a straight copy it over | 15:57 |
frickler | anyway, eod here, thanks for looking at this, I'll check back tomorrow | 15:58 |
johnsom | o/ | 15:58 |
johnsom | #startmeeting Octavia | 16:04 |
openstack | Meeting started Wed Oct 7 16:04:16 2020 UTC and is due to finish in 60 minutes. The chair is johnsom. Information about MeetBot at http://wiki.debian.org/MeetBot. | 16:04 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 16:04 |
*** openstack changes topic to " (Meeting topic: Octavia)" | 16:04 | |
openstack | The meeting name has been set to 'octavia' | 16:04 |
johnsom | Opps, sorry I'm late | 16:04 |
gthiemonge | Hi! | 16:04 |
cgoncalves | hi | 16:04 |
johnsom | Today is a "See how many things johnsom can juggle day" | 16:04 |
johnsom | #topic Announcements | 16:04 |
*** openstack changes topic to "Announcements (Meeting topic: Octavia)" | 16:05 | |
johnsom | Long live the Wallaby PTL! - Adam Harwell (rm_work) | 16:05 |
gthiemonge | Congrats rm_work! | 16:05 |
johnsom | Adam was kind enough to step up to be the PTL after no one ran for the election. Thank you! | 16:05 |
*** haleyb has joined #openstack-lbaas | 16:05 | |
cgoncalves | thanks! | 16:06 |
* johnsom notes he said he couldn't make this meeting today | 16:06 | |
*** rpittau is now known as rpittau|afk | 16:06 | |
johnsom | This week is the last week for Victoria RCs - Discuss below in the RC topic | 16:06 |
johnsom | We are about to ship-it | 16:07 |
johnsom | I will have a topic later to discuss if we need RC2s for any of the repos. | 16:07 |
johnsom | The tempest jobs are broken at the moment for timeouts. Please limit rechecks until we can merge: | 16:07 |
johnsom | #link https://review.opendev.org/#/c/755777/ | 16:07 |
johnsom | We are hitting timeout issues and some bugs in the new tests. | 16:08 |
johnsom | If you have some spare time, extra eyes on the problem are always welcome | 16:08 |
johnsom | Any other announcements today? | 16:08 |
johnsom | #topic Brief progress reports / bugs needing review | 16:09 |
*** openstack changes topic to "Brief progress reports / bugs needing review (Meeting topic: Octavia)" | 16:09 | |
johnsom | I have mostly been working on downstream activities, PTG planning, and working on the above issue. | 16:09 |
johnsom | There is also an open bug I have been working with two folks to reproduce: | 16:10 |
johnsom | #link https://storyboard.openstack.org/#!/story/2008099 | 16:10 |
johnsom | It's an odd case where failover is not successful, evidently if session persistence is enabled. | 16:11 |
johnsom | It seems to be a peer ID issue when some amphora are in a bad state. | 16:11 |
johnsom | Any other updates from folks? | 16:12 |
johnsom | Ok... | 16:13 |
johnsom | #topic Do we need any additional RC releases? (Dashboard will get one for translations) | 16:13 |
*** openstack changes topic to "Do we need any additional RC releases? (Dashboard will get one for translations) (Meeting topic: Octavia)" | 16:13 | |
johnsom | So, we need final RCs for Victoria by tomorrow. | 16:13 |
johnsom | I will cut an updated dashboard to pick up the translations. | 16:13 |
johnsom | Does anyone have anything else they think is critical for Victoria? | 16:13 |
gthiemonge | I don't think so | 16:14 |
johnsom | Ok, going.... | 16:14 |
johnsom | going..... | 16:14 |
johnsom | Sold! | 16:14 |
johnsom | grin | 16:14 |
johnsom | #topic PTG etherpad and planning | 16:15 |
*** openstack changes topic to "PTG etherpad and planning (Meeting topic: Octavia)" | 16:15 | |
johnsom | I have started the etherpad for our PTG planning. | 16:15 |
johnsom | #link https://etherpad.opendev.org/p/wallaby-ptg-octavia | 16:15 |
johnsom | Please add your attendance/not attendance plan and any topics you would like to have discussed at the PTG | 16:15 |
johnsom | We have the same schedule as last time, two days, four hour blocks | 16:16 |
johnsom | Any questions or comments about the PTG planning? | 16:17 |
johnsom | #topic Open Discussion | 16:17 |
*** openstack changes topic to "Open Discussion (Meeting topic: Octavia)" | 16:17 | |
johnsom | Any other topics today? | 16:17 |
*** psachin has quit IRC | 16:19 | |
johnsom | Ok, then we can wrap this up. Thanks for joining! | 16:19 |
johnsom | #endmeeting | 16:20 |
*** openstack changes topic to "Discussions for OpenStack Octavia | Priority bug review list: https://etherpad.openstack.org/p/octavia-priority-reviews" | 16:20 | |
openstack | Meeting ended Wed Oct 7 16:20:04 2020 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 16:20 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-10-07-16.04.html | 16:20 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-10-07-16.04.txt | 16:20 |
openstack | Log: http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-10-07-16.04.log.html | 16:20 |
gthiemonge | thanks johnsom | 16:20 |
johnsom | frickler That tag is coming in from the network definition in neutron. If I do a "openstack network show lb-mgmt-net" I see it has a tag configured (though off by one compared to OVS) | 17:08 |
*** ccamposr__ has joined #openstack-lbaas | 17:10 | |
*** ccamposr has quit IRC | 17:12 | |
*** xgerman has joined #openstack-lbaas | 17:17 | |
*** vishalmanchanda has quit IRC | 18:22 | |
johnsom | https://blog.chromium.org/2020/10/chrome-is-deploying-http3-and-ietf-quic.html | 19:09 |
openstackgerrit | Merged openstack/octavia-dashboard master: Imported Translations from Zanata https://review.opendev.org/755956 | 20:04 |
*** gmann is now known as gmann_lunch | 20:22 | |
*** TrevorV has quit IRC | 21:00 | |
*** gmann_lunch is now known as gmann | 21:04 | |
*** servagem has quit IRC | 21:33 | |
*** njohnston has quit IRC | 22:04 | |
*** TMM has quit IRC | 22:05 | |
*** openstackgerrit has quit IRC | 22:07 | |
*** TMM has joined #openstack-lbaas | 22:07 | |
*** rcernin has joined #openstack-lbaas | 22:20 | |
johnsom | sorrison https://review.opendev.org/#/c/756597/ | 23:06 |
johnsom | That should fix you up. (gerritbot seems to have not noticed) | 23:07 |
*** openstackgerrit has joined #openstack-lbaas | 23:19 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: DNM: test https://review.opendev.org/756598 | 23:19 |
sorrison | johnsom: excellent I'll test it out next week when I have some time | 23:39 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!