Friday, 2019-10-11

*** spatel has joined #openstack-lbaas00:15
sapd1_cgoncalves, I think so, We should add that column before implement denied cidr feature.00:46
sapd1_I'm going to add column 'type' to ListenerCidr table, When we join the listener with listenercidr we add primaryjoin ListenerCidr.type=='allowed' or ListenerCidr.type=='denied'01:06
openstackgerritAdam Harwell proposed openstack/octavia master: Clean up requirements.txt from tox.ini  https://review.opendev.org/68797801:41
*** spatel has quit IRC01:46
*** hongbin has joined #openstack-lbaas02:37
*** spatel has joined #openstack-lbaas03:06
*** spatel has quit IRC03:11
*** ramishra has joined #openstack-lbaas03:24
*** hongbin has quit IRC03:24
*** lemko has joined #openstack-lbaas04:29
*** ajay33 has joined #openstack-lbaas04:43
*** pcaruana has joined #openstack-lbaas04:55
*** tkajinam has quit IRC05:01
*** tkajinam has joined #openstack-lbaas05:02
*** tkajinam has quit IRC05:23
*** tkajinam has joined #openstack-lbaas05:23
*** eandersson has quit IRC05:45
*** eandersson has joined #openstack-lbaas05:47
*** irclogbot_1 has quit IRC05:56
*** irclogbot_1 has joined #openstack-lbaas05:57
*** trident has quit IRC06:53
*** trident has joined #openstack-lbaas06:55
*** rcernin has quit IRC07:03
*** tesseract has joined #openstack-lbaas07:03
*** tobberydberg has quit IRC07:20
*** tobberydberg has joined #openstack-lbaas07:26
*** rpittau|afk is now known as rpittau07:53
*** ivve has joined #openstack-lbaas07:55
*** tkajinam has quit IRC07:58
*** salmankhan has joined #openstack-lbaas08:46
*** takamatsu has joined #openstack-lbaas08:48
*** ivve has quit IRC09:10
*** ivve has joined #openstack-lbaas09:18
openstackgerritGregory Thiemonge proposed openstack/octavia master: Fix controller worker graceful shutdown  https://review.opendev.org/68420109:45
*** yamamoto has quit IRC10:06
*** rcernin has joined #openstack-lbaas10:08
*** rpittau is now known as rpittau|bbl10:15
*** rcernin has quit IRC10:21
*** ivve has quit IRC10:28
*** yamamoto has joined #openstack-lbaas10:41
*** ivve has joined #openstack-lbaas10:44
*** yamamoto has quit IRC10:46
*** gcheresh_ has joined #openstack-lbaas10:52
*** yamamoto has joined #openstack-lbaas11:24
*** gcheresh_ has quit IRC11:26
*** yamamoto has quit IRC11:39
*** yamamoto has joined #openstack-lbaas12:09
*** AlexStaf has quit IRC12:14
*** ajay33 has quit IRC12:26
*** AlexStaf has joined #openstack-lbaas12:27
*** yamamoto has quit IRC12:29
*** rpittau|bbl is now known as rpittau12:33
*** ramishra has quit IRC12:42
*** yamamoto has joined #openstack-lbaas12:59
*** yamamoto has quit IRC13:02
*** damiandabrowski[ has joined #openstack-lbaas13:13
*** AlexStaf has quit IRC13:15
damiandabrowski[Hi, I'm little confused about front-end network topologies(https://docs.openstack.org/octavia/stein/contributor/design/version0.5/component-design.html#front-end-topologies). There are L2 and L3 connectivity. L2 is quite simple, it assigns interface from VIP subnet to amphora VMs. But how to switch to L3 connectivity? I just have to set load balancer VIP address in my private network and then assign floating13:20
damiandabrowski[IP to my LB? Or is there any way to select VIP address in public network but prevent amphora VMs to get public IPs too?(it's a bit of a waste IPv4).13:20
*** goldyfruit has joined #openstack-lbaas13:31
*** yamamoto has joined #openstack-lbaas13:34
*** ramishra has joined #openstack-lbaas13:50
*** AustinR has joined #openstack-lbaas14:33
*** TrevorV has joined #openstack-lbaas14:37
*** goldyfruit_ has joined #openstack-lbaas14:43
*** goldyfruit has quit IRC14:46
*** ivve has quit IRC14:50
*** KeithMnemonic has joined #openstack-lbaas14:57
*** rpittau is now known as rpittau|afk15:44
*** yamamoto has quit IRC15:48
*** yamamoto has joined #openstack-lbaas15:49
*** yamamoto has quit IRC15:54
*** ivve has joined #openstack-lbaas16:11
*** salmankhan has quit IRC16:15
johnsomdamiandabrowski[ Currently if you put the VIP on a public network, it will issue two IPs to the VIP port.16:20
*** ramishra has quit IRC16:23
*** yamamoto has joined #openstack-lbaas16:26
*** yamamoto has quit IRC16:31
damiandabrowski[johnsom:  ok thank You16:42
*** lemko has quit IRC16:49
openstackgerritBrian Haley proposed openstack/octavia master: Stop testing python 2  https://review.opendev.org/68737017:27
*** yamamoto has joined #openstack-lbaas17:27
openstackgerritBrian Haley proposed openstack/octavia master: Switch to openstack-python3-ussuri-jobs  https://review.opendev.org/68818017:28
*** yamamoto has quit IRC17:33
johnsomhaleyb I think the tox.ini "envlist" list just the "default run list", it should be safe to remove py27 from there as long as the env is still defined below.17:34
haleybjohnsom: it didn't work in https://review.opendev.org/#/c/686833/ unless that was another issue, guess i can try it17:36
openstackgerritBrian Haley proposed openstack/octavia master: Stop testing python 2  https://review.opendev.org/68737017:37
johnsomhaleyb Yeah. let's give it a go on octavia as a test.17:37
haleybjohnsom: i am remembering the networking-ovn failed as well17:38
johnsomNo comment17:39
haleybjohnsom: oh, maybe the decision to leave it was predicated on the fact that there is still a py27 unit test job, so being able to run it would be good17:43
johnsomhaleyb You can still run them with -e py27 even if it's not in that list17:44
johnsomIt's only used to order the default "tox" run to my knowledge. Which frankly is too much from the whole testrepository DB format issues years ago.17:45
openstackgerritBrian Haley proposed openstack/octavia master: Stop testing python 2  https://review.opendev.org/68737017:46
johnsomhaleyb:17:47
johnsomhttps://www.irccloud.com/pastebin/MIoB4s3a/17:47
johnsomThe functional change isn't happy17:47
johnsomOur base is Ubuntu bionic, which I think is py36 not py3717:48
johnsomWhich makes the whole "functional" thing messy, sigh17:48
haleybjohnsom: so functional should just not define it and use 'python3', guess I can put the python3.7 one back then17:49
openstackgerritBrian Haley proposed openstack/octavia master: Stop testing python 2  https://review.opendev.org/68737017:52
johnsomYeah, I think basepython undefined on "function" testenv, then maybe we leave functional in the envlist, but drop the py36 and py37 from that list?17:52
johnsomWe can always do the drop of func-py36 and func-py37 in a followup patch too. Let there be more discussion on that change17:54
*** yamamoto has joined #openstack-lbaas18:06
*** ivve has quit IRC18:09
*** ivve has joined #openstack-lbaas18:10
*** yamamoto has quit IRC18:11
*** pcaruana has quit IRC18:55
*** TrevorV has quit IRC19:00
*** goldyfruit___ has joined #openstack-lbaas19:15
*** goldyfruit_ has quit IRC19:17
*** yamamoto has joined #openstack-lbaas19:20
*** yamamoto has quit IRC19:24
*** yamamoto has joined #openstack-lbaas19:57
*** yamamoto has quit IRC20:02
*** ccamposr has quit IRC20:41
haleybjohnsom: is there a way to mark something a duplicate in storyboard?21:00
johnsomhaleyb Sigh, no21:01
johnsomI just mark it invalid and comment.21:01
haleybsounds good21:01
*** yamamoto has joined #openstack-lbaas21:12
*** yamamoto has quit IRC21:16
*** tesseract has quit IRC21:18
openstackgerritBrian Haley proposed openstack/octavia master: Stop testing python 2  https://review.opendev.org/68737021:22
*** yamamoto has joined #openstack-lbaas21:44
*** yamamoto has quit IRC21:49
*** goldyfruit___ has quit IRC22:08
*** KeithMnemonic has quit IRC22:38
*** rcernin has joined #openstack-lbaas22:41
*** yamamoto has joined #openstack-lbaas23:03
*** ivve has quit IRC23:07
*** yamamoto has quit IRC23:07
openstackgerritMichael Johnson proposed openstack/octavia master: Fix issues with unavailable secrets  https://review.opendev.org/68822123:41
*** yamamoto has joined #openstack-lbaas23:41
*** yamamoto has quit IRC23:46
openstackgerritMichael Johnson proposed openstack/octavia master: Fix issues with unavailable secrets  https://review.opendev.org/68822123:52

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!