Wednesday, 2020-11-04

*** sapd1 has joined #openstack-lbaas01:33
*** rcernin has quit IRC02:48
*** rcernin has joined #openstack-lbaas02:49
*** zzzeek has quit IRC03:24
*** zzzeek has joined #openstack-lbaas03:25
*** psachin has joined #openstack-lbaas03:46
*** sapd1 has quit IRC04:29
*** psachin has quit IRC05:27
*** gcheresh has joined #openstack-lbaas06:16
*** vishalmanchanda has joined #openstack-lbaas06:26
*** ramishra has quit IRC06:37
*** ramishra has joined #openstack-lbaas06:48
*** ramishra_ has joined #openstack-lbaas06:51
*** ramishra has quit IRC06:54
*** xgerman has quit IRC07:04
openstackgerritDat Le proposed openstack/octavia master: Support to create amphora with customized metadata  https://review.opendev.org/69092507:06
openstackgerritwu.chunyang proposed openstack/octavia master: Add default value for enabled column in l7rule table  https://review.opendev.org/76128307:06
*** ccamposr has joined #openstack-lbaas07:33
*** ccamposr__ has joined #openstack-lbaas07:44
*** ccamposr has quit IRC07:47
*** spatel has joined #openstack-lbaas07:58
*** spatel has quit IRC08:03
*** rcernin has quit IRC08:05
openstackgerritXiaoYu Zhu proposed openstack/octavia master: Alternative Distributor for L3 Active-Active, N+1 Amphora Setup  https://review.opendev.org/74668808:07
*** rcernin has joined #openstack-lbaas08:36
openstackgerritJay Liu proposed openstack/octavia master: Alternative Distributor for L3 Active-Active, N+1 Amphora Setup  https://review.opendev.org/72386408:38
*** rcernin has quit IRC08:56
*** rpittau|afk is now known as rpittau09:05
*** rcernin has joined #openstack-lbaas09:58
*** rcernin has quit IRC10:13
*** spatel has joined #openstack-lbaas10:59
*** spatel has quit IRC11:04
*** spatel has joined #openstack-lbaas12:27
*** spatel has quit IRC12:32
*** luksky has joined #openstack-lbaas13:41
lukskyhi13:41
lukskyI get following error:13:41
luksky2020-11-04 14:32:06.084 15542 ERROR octavia.network.drivers.neutron.base [req-0968f24a-4800-491f-8daf-59d55ab1ad2f - 2037dd6132e348749e830b89af87df7d - default default] Error retrieving subnet (subnet id: 3fa83bb0-ab53-4bb9-a7e6-3c12801daa7b.: NotFound: (https://controller:35357/v2.0/tokens): The resource could not be found. (HTTP 404) (Request-ID: req-f44e7fe1-3587-46a6-b230-6d0d9ac80251)13:41
lukskybut the subnet is in place13:42
lukskywithout the --subnet-id option creation of member is successful :/13:56
haleybluksky: can this user "see" that subnet?  for example, openstack subnet show $ID ?  Not having looked at the code wondering if this is a credentials thing14:21
*** sapd1 has joined #openstack-lbaas14:27
lukskyhaleyb: yes, he can. This uuid 3fa83bb0-ab53-4bb9-a7e6-3c12801daa7b belongs to subnet in external network14:32
lukskyfun thing:14:35
lukskyhttps://pastebin.com/VNsKQVRk14:35
lukskyI can't use network id, but the subnet id from the same network is working ok14:36
lukskyoctavia version 4.1.314:37
*** TrevorV has joined #openstack-lbaas14:37
lukskythe earlier log was from horizon, the second (pastebin) is from cli14:39
haleybso wonder if this is something horizon is doing if cli works?14:41
lukskythe creation of LB by horizon stopped on creation of member - with subnet declaration it didn't work, but lb itself was created.14:44
lukskyfrom cli there is problem with first step (creating lb itself), as can be seen in pastebin14:44
*** ZhuXiaoYu has joined #openstack-lbaas14:57
openstackgerritGregory Thiemonge proposed openstack/octavia master: WIP Add generic network interface management in the amphora  https://review.opendev.org/76119514:57
johnsomThis probably means the network has multiple subnets, some of which you do not have permission to access. Since a network is being passed in, Octavia has to guess which subnet you mean. I typically picks the oldest ipv4 subnet. I would guess that subnet the user does not have permission to view.15:05
haleybjohnsom: you said it better than me15:06
*** ashtempl888 has joined #openstack-lbaas15:15
johnsom#startmeeting Octavia16:00
openstackMeeting started Wed Nov  4 16:00:32 2020 UTC and is due to finish in 60 minutes.  The chair is johnsom. Information about MeetBot at http://wiki.debian.org/MeetBot.16:00
openstackUseful Commands: #action #agreed #help #info #idea #link #topic #startvote.16:00
*** openstack changes topic to " (Meeting topic: Octavia)"16:00
openstackThe meeting name has been set to 'octavia'16:00
johnsomHi everyone16:01
rm_worko/16:01
johnsomI hope folks realized that daylight savings time may have shifted this meeting16:01
haleybhi16:01
ashtempl888Hi all!16:01
johnsom#topic Announcements16:02
*** openstack changes topic to "Announcements (Meeting topic: Octavia)"16:02
johnsomThe only announcement I have this week is that we released a stein version today.16:02
gthiemongehi16:02
johnsomStein will go into extended maintenance phase next week.16:02
johnsomDoes anyone else have any announcements?16:02
johnsom#topic Brief progress reports / bugs needing review16:03
*** openstack changes topic to "Brief progress reports / bugs needing review (Meeting topic: Octavia)"16:03
johnsomFor the most part I have been working on internal things.16:03
johnsomI did post some tempest test coverage for the backend re-encryption. We have a bit of a backlog of patches in the tempest plugin, but at least they are posted.16:04
johnsomAnyone else have updates?16:05
gthiemongeI'm working on a replacement for network-scripts & network/interfaces files in the amphorae, because their successors, such as NetworkManager, don't support network namespaces16:05
gthiemongewe could avoid to have specific code for distros ;-)16:05
johnsomYeah, that is good and probably long overdue. The distro network management tools are just not stable it seems.16:06
johnsomI like simplification!16:06
johnsom#topic Active/Active spec and code ready for review16:07
*** openstack changes topic to "Active/Active spec and code ready for review (Meeting topic: Octavia)"16:07
johnsomWe discussed this last week at the PTG, but I want to remind everyone that the spec and code for this is ready for review.16:07
johnsom#link https://review.opendev.org/#/c/723864/16:07
johnsom#link https://review.opendev.org/#/c/746688/16:07
johnsomI got pinged about this again today. So, please have a look so we can move this forward.16:08
johnsom#topic Open Discussion16:08
*** openstack changes topic to "Open Discussion (Meeting topic: Octavia)"16:08
ashtempl888First time I'm joining this Upstream meeting, is that the topic to raise tempest test ready for review as well?16:08
ashtempl888:)16:09
johnsomThat is all I had on the agenda, are there other topics today?16:09
johnsomashtempl888 Hi and welcome!16:09
ashtempl888thanks16:09
ashtempl888can I share the links if so?16:09
johnsomYeah, if there are patches you would like to highlight, feel free to bring them up during the "Brief progress reports / bugs needing review " section16:10
johnsomPlease do. Prefix them with "#link" so they are highlighted in the meeting notes.16:10
ashtempl888I have 3 patches ready for review16:10
ashtempl888https://review.opendev.org/#/c/751617/16:10
ashtempl888https://review.opendev.org/#/c/755050/16:10
ashtempl888https://review.opendev.org/#/c/755326/16:10
johnsom#link https://review.opendev.org/#/c/751617/16:11
gthiemongeI'll take a look16:11
johnsom#link https://review.opendev.org/#/c/755050/16:11
johnsom#link https://review.opendev.org/#/c/755326/16:11
johnsomashtempl888 Thank you for bringing those up.16:12
ashtempl888Actually I think that all of you (RedHaters) are commented on those patches and I've fixed all I've been asked to fix16:13
ashtempl888We need more upstream reviewers to take a look as well16:13
ashtempl888and to add those patches into the review list we are maintaining somewhere16:13
ashtempl888in some do I guess16:14
ashtempl888:)16:14
ashtempl888doc16:14
haleybhttps://etherpad.opendev.org/p/octavia-priority-reviews16:14
johnsomrm_work Mr. PTL, are we starting a priority review list for Wallaby already? I think we usually start that around MS216:14
haleybrm_work: should we clean-up the victoria section at the top? :)16:15
rm_workWe probably should early16:15
rm_workAlso yes :D16:15
gthiemongeI agree with our PTL16:15
rm_workEspecially given that I really need to get caught up, lol16:16
ashtempl888Can I add the patches into this doc by myself? Is that OK?16:16
rm_workYes, that is fine16:16
ashtempl888OK, will do16:16
ashtempl888thanks16:16
rm_workWe can adjust it, but it's as good a way as any to request reviews on things you believe are ready16:16
johnsomCool, any other topics today?16:17
johnsomOk then, thank you for joining today. Have a great week!16:19
johnsom#endmeeting16:20
*** openstack changes topic to "Discussions for OpenStack Octavia | Priority bug review list: https://etherpad.openstack.org/p/octavia-priority-reviews"16:20
openstackMeeting ended Wed Nov  4 16:20:10 2020 UTC.  Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)16:20
openstackMinutes:        http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-11-04-16.00.html16:20
openstackMinutes (text): http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-11-04-16.00.txt16:20
openstackLog:            http://eavesdrop.openstack.org/meetings/octavia/2020/octavia.2020-11-04-16.00.log.html16:20
gthiemongethanks johnsom16:21
*** ashtempl888 has quit IRC16:42
*** sapd1 has quit IRC16:54
*** xgerman has joined #openstack-lbaas17:05
openstackgerritGregory Thiemonge proposed openstack/octavia-tempest-plugin master: Fix skip_because conditions for UDP API tests  https://review.opendev.org/76145117:15
*** ccamposr has joined #openstack-lbaas17:24
*** ccamposr__ has quit IRC17:27
*** rpittau is now known as rpittau|afk17:35
*** vishalmanchanda has quit IRC17:38
*** lemko6 has joined #openstack-lbaas17:39
*** lemko8 has joined #openstack-lbaas17:41
*** lemko has quit IRC17:43
*** lemko8 is now known as lemko17:43
*** lemko6 has quit IRC17:44
*** ZhuXiaoYu has quit IRC17:57
*** mugsie has quit IRC18:18
*** mugsie has joined #openstack-lbaas18:21
*** gcheresh has quit IRC18:27
*** luksky has quit IRC19:12
*** luksky has joined #openstack-lbaas19:24
*** luksky has quit IRC20:01
*** luksky has joined #openstack-lbaas20:13
*** ccamposr has quit IRC20:18
*** ccamposr has joined #openstack-lbaas20:27
*** ccamposr has quit IRC20:31
*** ccamposr has joined #openstack-lbaas20:37
*** ccamposr has quit IRC21:09
*** ccamposr__ has joined #openstack-lbaas21:09
*** ccamposr__ has quit IRC21:10
*** ccamposr has joined #openstack-lbaas21:10
*** ccamposr has quit IRC21:14
*** ccamposr has joined #openstack-lbaas21:24
*** ccamposr has quit IRC21:29
*** ccamposr has joined #openstack-lbaas21:32
*** ccamposr__ has joined #openstack-lbaas21:35
*** ccamposr has quit IRC21:37
*** ccamposr__ has quit IRC21:40
*** rcernin has joined #openstack-lbaas21:41
*** ccamposr has joined #openstack-lbaas21:54
*** rcernin has quit IRC22:09
*** rcernin has joined #openstack-lbaas22:09
openstackgerritBrian Haley proposed openstack/octavia master: Fix the unit test tree structure  https://review.opendev.org/74574222:21
openstackgerritBrian Haley proposed openstack/octavia-tempest-plugin master: Change pool create scenario test to wait for operating status  https://review.opendev.org/74596222:27
*** TrevorV has quit IRC22:29
*** luksky has quit IRC22:48
*** rcernin has quit IRC23:04
*** rcernin has joined #openstack-lbaas23:12
*** spatel has joined #openstack-lbaas23:12
*** rcernin has quit IRC23:16
*** rcernin has joined #openstack-lbaas23:16
*** spatel has quit IRC23:17

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