Tuesday, 2016-07-12

*** ducttape_ has joined #openstack-lbaas00:33
*** cody-somerville has quit IRC00:33
*** cody-somerville has joined #openstack-lbaas00:36
*** sputnik13 has joined #openstack-lbaas00:48
*** sputnik13_ has joined #openstack-lbaas01:01
*** cody-somerville has quit IRC01:02
*** cody-somerville has joined #openstack-lbaas01:04
*** cody-somerville has quit IRC01:04
*** cody-somerville has joined #openstack-lbaas01:04
*** sputnik13 has quit IRC01:04
*** ducttape_ has quit IRC01:09
*** sputnik13_ has quit IRC01:12
*** bana_k has quit IRC01:14
*** ducttape_ has joined #openstack-lbaas01:15
*** kevo has quit IRC01:19
*** Purandar has quit IRC01:21
*** fnaval has quit IRC01:26
*** sputnik13 has joined #openstack-lbaas01:38
*** fnaval has joined #openstack-lbaas01:39
*** sputnik13_ has joined #openstack-lbaas01:40
*** Purandar has joined #openstack-lbaas01:42
*** ajmiller has quit IRC01:42
*** ajmiller has joined #openstack-lbaas01:42
*** sputnik13 has quit IRC01:43
*** sputnik13 has joined #openstack-lbaas01:46
*** sputnik13_ has quit IRC01:46
*** piet has quit IRC01:52
*** ajmiller has quit IRC02:00
*** ajmiller has joined #openstack-lbaas02:00
openstackgerritAdam Harwell proposed openstack/octavia: Remove hardcoded IPv4 logic from Amphora API  https://review.openstack.org/33982602:01
* rm_work crosses fingers02:04
*** csomerville has joined #openstack-lbaas02:06
*** cody-somerville has quit IRC02:10
openstackgerritMerged openstack/octavia: Allow deploying secondary worker and API nodes  https://review.openstack.org/32479602:13
*** sputnik13 has quit IRC02:27
openstackgerritMerged openstack/octavia: Insert haproxy in front of all the o-api endpoints  https://review.openstack.org/32597802:29
*** rudrajit has joined #openstack-lbaas02:30
*** bana_k has joined #openstack-lbaas02:32
*** gongysh has joined #openstack-lbaas02:35
*** ducttape_ has quit IRC02:35
*** amotoki has joined #openstack-lbaas02:36
*** piet has joined #openstack-lbaas02:43
*** piet has quit IRC02:54
*** piet has joined #openstack-lbaas02:54
*** amotoki has quit IRC02:59
openstackgerritAdam Harwell proposed openstack/octavia: Remove hardcoded IPv4 logic from Amphora API  https://review.openstack.org/33982603:03
rm_workused the wrong security groups api, lol03:06
rm_workdidn't realize nova and neutron BOTH had one and they're just MINIMALLY different <_<03:06
rm_workoh wait03:08
rm_workmaybe i WAS using the correct one!?03:08
rm_workugh03:08
rm_workso confused03:09
rm_workomg i was using the correct one, so why is it not working03:14
*** ajmiller has quit IRC03:16
*** ajmiller has joined #openstack-lbaas03:16
*** piet has quit IRC03:16
*** amotoki has joined #openstack-lbaas03:21
*** amotoki has quit IRC03:26
*** ajmiller has quit IRC03:26
*** ajmiller has joined #openstack-lbaas03:27
*** yamamoto has quit IRC03:27
*** yamamoto has joined #openstack-lbaas03:27
*** amotoki has joined #openstack-lbaas03:27
*** armax has quit IRC03:29
*** amotoki has quit IRC03:49
*** swormke has joined #openstack-lbaas03:52
*** anilvenkata has joined #openstack-lbaas03:53
openstackgerritqinchunhua proposed openstack/octavia: Correct reraising of exception  https://review.openstack.org/34066703:55
rm_workuhhh03:58
rm_workhttps://gist.github.com/rm-you/a9ae12007ec70fa4b5b1442924cda0ed03:58
rm_workblogan: ^^ any idea WTF03:58
rm_workblogan: the allowed_address_pairs driver adds the security groups with ethertype IPv603:59
rm_workblogan: and then ... somehow the way nova sees them is still ipv4 typed?03:59
rm_workblogan: our code doesn't ever create *nova* security groups directly, does it!?03:59
*** amotoki has joined #openstack-lbaas03:59
*** links has joined #openstack-lbaas04:02
rm_workjohnsom: if you see this ^^04:03
rm_workjohnsom: SO confused by how the heck that is happening04:03
*** ajmiller has quit IRC04:05
*** ajmiller has joined #openstack-lbaas04:05
johnsomrm_work I would not worry about the nova stuff.  We aren't using nova networking04:06
*** ducttape_ has joined #openstack-lbaas04:06
rm_workjohnsom: ok well... it's not working04:06
openstackgerritAdam Harwell proposed openstack/octavia: Remove hardcoded IPv4 logic from Amphora API  https://review.openstack.org/33982604:06
rm_workuntil I add the rule in nova sec-groups04:06
rm_worki think04:07
rm_workchecking again04:07
rm_workhmm nm04:08
rm_workit does work04:08
johnsomMake sure the order is right04:08
rm_workbut now i have problem #204:08
johnsomOh good04:08
rm_workproblem #2 is the one i ignored before04:08
johnsomOh bad04:08
rm_workwhich is that from the netns, it can't reach IPv4 members anymore04:08
rm_workrofl04:08
rm_workbecause it only raises an ipv6 VIP04:09
rm_workso it has no ipv4 routing04:09
* rm_work shrugs04:09
johnsomWell, if it is a IPv6 network I would expect that04:09
rm_workright04:09
rm_workso uhh04:09
rm_worki guess it isn't plugging member-nets in the netns?04:09
johnsomIt should be04:10
rm_workguess i get to figure out why it isn't04:10
johnsomSo you are adding a v4 member net and it isn't working?04:10
johnsomSorry, on my mobile, so slower typing04:11
rm_workadding a v4 and a v6 member04:11
rm_worknot sure if maybe i messed up the add commands04:11
rm_worklooking04:11
*** ducttape_ has quit IRC04:11
rm_workno, the create commands should be right04:12
rm_worki gave it an ipv4 memberIP with private-subnet04:12
rm_workand an ipv6 memberIP with ipv6-private-subnet04:12
rm_worki'm not seeing the agent get any calls that would tell it to plug more things?04:13
rm_workit should be getting plug_network commands right?04:14
rm_workI don't see it doing any network plugging04:14
rm_workjohnsom: yeah it looks like the CW never even tried to plug a new network for this04:20
rm_workmaybe because the subnets belong to the same network? :/04:20
johnsomHmm04:20
rm_workbut one is ipv4 and one is ipv6? dunno04:21
rm_workthough it literally plugged NOTHING but the vip network04:21
rm_workso i think it's something else04:21
*** gongysh has quit IRC04:21
rm_worklooking through the amphora-agent logs there wasn't a single network plug request04:26
openstackgerritZhou Zhihong proposed openstack/neutron-lbaas: Lost status info for lbaasv2 member  https://review.openstack.org/33262204:28
*** davidlenwell has quit IRC04:28
rm_workjohnsom: also, I think I may need to change the agent api contract... I think I need to add a (possibly optional? for backwards compat) field for IP Version, because literally all it passes is a MAC Address right now, the code on the amphora side has NO IDEA whether the network being plugged is ipv4 or ipv6 and it uses dhcp to get the address.... so we can't possibly know on network_plug whether the address we're about to get is04:29
rm_work ipv4 or ipv604:29
rm_workand the config for the interface needs to know BEFORE doing dhcp04:29
johnsomHmm, yeah.  That could be the case.04:30
johnsomCould we just set it up to dual stack?  Dhcp and slaac all the time?04:31
rm_workjohnsom: uhhhhh04:32
rm_worki think bringing up the inetface will hang04:32
rm_work*interface04:32
rm_workmaybe?04:32
rm_workmaybe not04:32
rm_worklet me try that approach04:32
rm_workthough that doesn't help if nothing ever calls the network_plug04:32
rm_worksooooo back to "why doesn't the cw try to plug a network on the amphora, ever"04:33
johnsomYeah, that is strange04:33
johnsomThe hang thing might be valid04:33
johnsomHmm04:33
rm_workwell i'll try it04:34
rm_workbut, need to get it to actually ATTEMPT to make a call <_<04:34
rm_worktrying to trace flows04:36
rm_workugh04:36
rm_workwhere does network plugging happen04:36
rm_worklistener update supposedly?04:37
rm_workerr, no04:37
rm_workmember add04:37
*** davidlenwell has joined #openstack-lbaas04:38
rm_workso i guess either CalculateDelta isn't seeing a delta...04:41
rm_workor HandleNetworkDeltas isn't doing anything04:42
rm_workhttps://gist.github.com/rm-you/6e8a40fd646b24f67a7f4d814d8058b404:50
rm_worksooo it looks like ...04:50
rm_workpost_network_plug was never called, because it'd show log messages on o-cw04:52
rm_workdebugging taskflow stuff kinda makes me want to die04:53
rm_workI am going to let a devstack build and then take a walk...04:55
rm_workor rather, do the walk during the build04:56
rm_workUGH04:58
*** Purandar has quit IRC04:58
rm_workjohnsom: yeah, so the delta calculation is, as I expected, based on network_id04:58
rm_worksoooooo subnets that are in the same networkID don't get plugged ... which ... seems actually obviously bad, no?04:59
rm_workbecause even with ipv4, if you have multiple subnets you need to get an IP on all of them, RIGHT?04:59
*** fawadkhaliq has joined #openstack-lbaas05:01
rm_workunless I'm missing something, all of this logic is incorrect, because we should be plugging new *subnets* not new networks?05:04
rm_workor, can you talk from subnet to subnet? you can't, right? because that is the whole point of making different subnets?05:05
*** ducttape_ has joined #openstack-lbaas05:07
*** ducttape_ has quit IRC05:12
*** ajmiller has quit IRC05:21
*** ajmiller has joined #openstack-lbaas05:22
*** rudrajit has quit IRC05:30
*** rudrajit has joined #openstack-lbaas05:30
openstackgerritAdam Harwell proposed openstack/octavia: Remove hardcoded IPv4 logic from Amphora API  https://review.openstack.org/33982605:37
rm_workOK! that should be good05:37
rm_workblogan: feel free to review that :P05:37
* blogan goes to sleep05:37
rm_worklol05:38
* rm_work goes for a walk outside05:38
johnsomYeah, submet05:39
johnsomSubnet to subnet is via router05:39
rm_workjohnsom: yeah, exactly05:39
rm_workjohnsom: so, that code needs a rewrite05:39
rm_workright now it throws out subnet and totally ignores it, only worrying about networks05:39
rm_workbut it needs to plug additional IPs for different subnets05:40
rm_workso, that'll need work, but it's a different bug05:40
johnsomWe ask the user for the subnet for the member right?05:40
rm_workyes05:40
rm_workthe user passes in a subnet05:40
rm_workthen our calculation code uses the subnet object to pull the network_id and *totally ignores everything else about it*05:40
johnsomYeah, so, broken.  At least it isn't an API change05:41
rm_workyeah, well, hopefully not05:41
rm_worki need to look at it further05:41
rm_workoh, yeah not a USER API change05:41
rm_workmaybe an amphora-agent API change05:41
johnsomThanks for digging into this.05:41
rm_workanywho, ipv6 VIPs work05:41
rm_work:)05:41
rm_workreview at your leisure, that code appears to be good to go05:41
rm_worki'll file a bug for the multiple-subnets-same-network members05:42
johnsom+105:43
*** daneyon has joined #openstack-lbaas05:48
rm_workjohnsom: https://bugs.launchpad.net/octavia/+bug/160210705:49
openstackLaunchpad bug 1602107 in octavia "Adding members with the same network but different subnets fails to plug properly" [Undecided,New]05:49
rm_workseem like a decent description?05:49
johnsomYep, thanks05:50
bloganrm_work: https://review.openstack.org/#/c/339826/13/octavia/amphorae/backends/agent/api_server/plug.py05:50
bloganthat has 5 import sections!05:50
bloganrm_work: scratch that 405:51
rm_workyes 405:51
rm_workso that's required, because05:51
rm_workipaddress is builtin in py33+ but third-party in py2705:51
blogancan't use netaddr?05:52
rm_work:/05:52
rm_workdo you want me to rewrite this all using netaddr? I guess? lol05:52
rm_workI *can*05:52
bloganwell it is what i've seen everyone in neutron/quark to represent ip addresses05:52
rm_workI started with ipaddress because I am used to it being builtin because i normally use py3405:52
rm_workI can try to rewrite >_>05:53
bloganbut its possible that its being phased out in favor of ipaddress05:53
*** daneyon has quit IRC05:53
blogani dont know enough of the benefits of one over the other to take a strong stance05:54
rm_workprobably netaddr swap wouldn't be too hard05:55
*** swormke has quit IRC05:55
rm_workit seems very similar05:55
*** brad_behle has quit IRC05:56
bloganyeah it does look that way jus tlooking at your code05:56
blogani wonder if ipaddress is a derivative of it05:56
*** fawadkhaliq has quit IRC05:58
*** rcernin has joined #openstack-lbaas05:58
rm_workehh there's some stuff it doesn't do it looks like05:58
rm_workthat i'd have to make my own code for05:59
rm_workblegh05:59
rm_worknah i'm sticking with ipaddress I think05:59
bloganis ipaddress in global requirements?06:00
rm_workyes06:00
bloganmeh06:00
bloganthe only problem i'd have with it is that dangling import06:00
bloganbut blegh06:00
rm_workyeah ....06:00
rm_workso i dunno, I can put it in third-party06:01
rm_workbecause AFAICT pep8 runs on py27 in gate06:01
rm_workbut then if you run pep8 on py34 you'll get an error I think :/06:01
bloganyou should write a library that reorders the imports based on the python version06:01
rm_workrofl06:01
rm_worksee, i wish you could run pep8 with --fix-import-order06:02
rm_workand it'd just ... DO it06:02
rm_workbecause lulz06:02
rm_workerr, tox i guess06:02
blogango fmt06:02
rm_workactually that's probably not too bad06:02
rm_workcould do it06:02
rm_workdon't feel like it tho :P06:02
rm_workbrb going for a walk06:02
bloganthere's a lot of tools that will format yoru code based on pep8 rules06:02
bloganor flake806:02
rm_workah06:03
rm_workyeah figures there would be06:03
bloganhow good they are? i have no clue06:03
blogango just makes it universal for everyone06:03
bloganhas its own built in "go fmt"06:03
blogani've been doing some go learning06:03
*** gongysh has joined #openstack-lbaas06:03
*** amotoki has quit IRC06:03
*** rudrajit has quit IRC06:04
*** rudrajit has joined #openstack-lbaas06:07
*** ducttape_ has joined #openstack-lbaas06:08
*** ducttape_ has quit IRC06:15
*** amotoki has joined #openstack-lbaas06:17
*** rudrajit_ has joined #openstack-lbaas06:25
*** rudrajit has quit IRC06:28
*** rudrajit_ has quit IRC06:30
*** kevo has joined #openstack-lbaas06:37
*** daneyon has joined #openstack-lbaas06:43
*** csomerville has quit IRC06:46
*** daneyon has quit IRC06:47
*** nmagnezi has joined #openstack-lbaas06:50
*** amotoki has quit IRC06:52
*** fawadkhaliq has joined #openstack-lbaas06:56
*** fawadkhaliq has quit IRC06:59
*** fawadkhaliq has joined #openstack-lbaas06:59
*** tesseract- has joined #openstack-lbaas07:00
*** pcaruana has joined #openstack-lbaas07:00
*** kobis has joined #openstack-lbaas07:03
*** rudrajit has joined #openstack-lbaas07:04
*** rudrajit has quit IRC07:09
*** ducttape_ has joined #openstack-lbaas07:10
*** amotoki has joined #openstack-lbaas07:14
*** ducttape_ has quit IRC07:15
*** bana_k has quit IRC07:18
*** amotoki has quit IRC07:19
*** daneyon has joined #openstack-lbaas07:37
*** daneyon has quit IRC07:42
*** eezhova has joined #openstack-lbaas07:46
*** fawadkhaliq has quit IRC07:59
*** fawadkhaliq has joined #openstack-lbaas08:01
*** fawadkhaliq has quit IRC08:05
*** amotoki has joined #openstack-lbaas08:09
*** ducttape_ has joined #openstack-lbaas08:11
*** amotoki has quit IRC08:13
*** ducttape_ has quit IRC08:15
*** gongysh has quit IRC08:17
*** noshankus has joined #openstack-lbaas08:19
*** daneyon has joined #openstack-lbaas08:31
*** anilvenkata has quit IRC08:33
*** daneyon has quit IRC08:36
*** ajmiller has quit IRC08:37
*** ajmiller has joined #openstack-lbaas08:38
*** anilvenkata has joined #openstack-lbaas08:44
openstackgerritNir Magnezi proposed openstack/neutron-lbaas: Auto reschedule loadbalancers from dead agents  https://review.openstack.org/29999808:50
nmagnezidiltram, ^^ thank you for the review! I fixed most of it, see my replies.08:55
*** daneyon has joined #openstack-lbaas09:00
*** fawadkhaliq has joined #openstack-lbaas09:02
*** daneyon_ has joined #openstack-lbaas09:02
*** daneyon has quit IRC09:02
*** amotoki has joined #openstack-lbaas09:03
*** fawadkhaliq has quit IRC09:06
*** daneyon_ has quit IRC09:06
openstackgerritBernard Cafarelli proposed openstack/octavia: Support RHEL base image in DIB  https://review.openstack.org/33336909:07
*** gongysh has joined #openstack-lbaas09:07
*** sputnik13 has joined #openstack-lbaas09:08
*** amotoki has quit IRC09:09
openstackgerritSongming Yan proposed openstack/neutron-lbaas: Correct reraising of exception  https://review.openstack.org/33888109:10
*** ducttape_ has joined #openstack-lbaas09:12
*** daneyon_ has joined #openstack-lbaas09:13
*** ducttape_ has quit IRC09:16
*** daneyon has joined #openstack-lbaas09:17
*** daneyon_ has quit IRC09:18
*** daneyon has quit IRC09:19
*** daneyon has joined #openstack-lbaas09:19
*** daneyon has quit IRC09:20
*** daneyon has joined #openstack-lbaas09:24
*** fawadkhaliq has joined #openstack-lbaas09:24
*** daneyon has quit IRC09:29
*** daneyon has joined #openstack-lbaas09:30
rm_workdougwig: why is the A10 CI perma-broken for octavia? ... also what *is* the A10 CI for octavia? lol09:32
*** daneyon has quit IRC09:32
*** daneyon has joined #openstack-lbaas09:34
*** daneyon has quit IRC09:35
*** daneyon has joined #openstack-lbaas09:36
*** daneyon has quit IRC09:40
*** daneyon has joined #openstack-lbaas09:45
*** daneyon has quit IRC09:47
*** daneyon has joined #openstack-lbaas09:47
*** daneyon has quit IRC09:52
*** gongysh has quit IRC09:53
*** daneyon has joined #openstack-lbaas09:53
*** daneyon has quit IRC09:55
*** amotoki has joined #openstack-lbaas09:57
*** daneyon has joined #openstack-lbaas09:58
*** ajmiller has quit IRC09:59
*** ajmiller has joined #openstack-lbaas09:59
*** daneyon_ has joined #openstack-lbaas10:00
*** daneyon_ has quit IRC10:02
*** daneyon_ has joined #openstack-lbaas10:02
*** amotoki has quit IRC10:02
*** daneyon has quit IRC10:03
*** daneyon_ has quit IRC10:04
*** daneyon__ has joined #openstack-lbaas10:06
*** daneyon__ has quit IRC10:07
*** eezhova has quit IRC10:09
*** daneyon has joined #openstack-lbaas10:09
*** eezhova has joined #openstack-lbaas10:12
*** ducttape_ has joined #openstack-lbaas10:13
*** daneyon has quit IRC10:14
*** daneyon has joined #openstack-lbaas10:15
*** daneyon has quit IRC10:17
*** ducttape_ has quit IRC10:17
*** daneyon has joined #openstack-lbaas10:17
*** daneyon_ has joined #openstack-lbaas10:21
*** eezhova has quit IRC10:21
*** daneyon has quit IRC10:21
*** daneyon has joined #openstack-lbaas10:23
*** daneyon has quit IRC10:25
*** daneyon_ has quit IRC10:25
*** daneyon has joined #openstack-lbaas10:32
*** daneyon__ has joined #openstack-lbaas10:36
*** daneyon has quit IRC10:37
*** daneyon__ has quit IRC10:38
*** anilvenkata has quit IRC10:38
*** daneyon has joined #openstack-lbaas10:42
*** daneyon has quit IRC10:43
*** daneyon has joined #openstack-lbaas10:43
*** daneyon has quit IRC10:48
*** daneyon_ has joined #openstack-lbaas10:53
*** daneyon_ has quit IRC10:54
*** daneyon_ has joined #openstack-lbaas10:54
*** eezhova has joined #openstack-lbaas10:56
*** daneyon_ has quit IRC10:59
*** daneyon has joined #openstack-lbaas11:02
*** nokes has joined #openstack-lbaas11:03
*** noshankus has quit IRC11:03
*** daneyon has quit IRC11:03
*** nokes is now known as noshankus11:03
*** daneyon has joined #openstack-lbaas11:06
*** daneyon_ has joined #openstack-lbaas11:10
*** daneyon has quit IRC11:10
*** daneyon_ has quit IRC11:11
*** daneyon_ has joined #openstack-lbaas11:17
*** daneyon_ has quit IRC11:22
*** amotoki has joined #openstack-lbaas11:25
*** daneyon has joined #openstack-lbaas11:28
*** daneyon has quit IRC11:33
openstackgerritKobi Samoray proposed openstack/neutron-lbaas: Driver exceptions overriden by plugin  https://review.openstack.org/33437611:38
*** numans has joined #openstack-lbaas11:42
*** fawadkhaliq has quit IRC11:50
*** ducttape_ has joined #openstack-lbaas11:58
*** noshankus has quit IRC12:12
*** nokes has joined #openstack-lbaas12:12
*** nokes is now known as noshankus12:12
*** amotoki_ has joined #openstack-lbaas12:13
*** amotoki has quit IRC12:13
*** ajmiller has quit IRC12:16
*** ajmiller has joined #openstack-lbaas12:16
*** fawadkhaliq has joined #openstack-lbaas12:17
*** ducttape_ has quit IRC12:17
*** fawadkhaliq has quit IRC12:20
*** piet has joined #openstack-lbaas12:22
*** daneyon has joined #openstack-lbaas12:24
*** daneyon has quit IRC12:29
*** ihrachys has joined #openstack-lbaas12:37
*** piet has quit IRC12:40
*** piet has joined #openstack-lbaas12:40
*** amotoki_ has quit IRC12:41
*** amotoki has joined #openstack-lbaas12:50
*** eezhova has quit IRC12:51
*** ajmiller has quit IRC12:53
*** ajmiller has joined #openstack-lbaas12:53
*** eezhova has joined #openstack-lbaas12:56
*** amotoki has quit IRC13:03
*** woodster_ has joined #openstack-lbaas13:04
*** ducttape_ has joined #openstack-lbaas13:08
*** ducttape_ has quit IRC13:16
*** daneyon has joined #openstack-lbaas13:19
*** amotoki has joined #openstack-lbaas13:23
*** daneyon has quit IRC13:23
*** amotoki has quit IRC13:28
*** noshankus has quit IRC13:32
*** ajmiller has quit IRC13:33
*** ajmiller has joined #openstack-lbaas13:33
*** amotoki has joined #openstack-lbaas13:45
*** swormke has joined #openstack-lbaas13:51
*** saju_m has joined #openstack-lbaas13:51
*** ajmiller has quit IRC13:55
*** ajmiller has joined #openstack-lbaas13:55
*** gongysh has joined #openstack-lbaas13:56
*** yamamoto has quit IRC13:59
*** piet has quit IRC14:04
*** TrevorV_ has joined #openstack-lbaas14:09
*** TrevorV_ has quit IRC14:10
*** ducttape_ has joined #openstack-lbaas14:11
*** daneyon has joined #openstack-lbaas14:13
*** numans has quit IRC14:15
*** wenjianhn has quit IRC14:15
*** numan_ has joined #openstack-lbaas14:15
*** links has quit IRC14:15
*** wenjianhn has joined #openstack-lbaas14:16
*** daneyon has quit IRC14:18
*** sputnik13 has quit IRC14:18
*** swormke has quit IRC14:22
*** swormke has joined #openstack-lbaas14:22
*** saju_m has quit IRC14:23
diltramnmagnezi: in next few minutes I will take a look14:24
*** swormke has quit IRC14:25
bloganrm_work: its there to test out the nlbaas drivers to octavia drivers switch, very early WIP14:26
*** swormke has joined #openstack-lbaas14:27
*** piet has joined #openstack-lbaas14:28
*** fnaval has quit IRC14:31
*** swormke1 has joined #openstack-lbaas14:32
*** swormke has quit IRC14:32
*** gongysh has quit IRC14:33
*** ajmiller has quit IRC14:33
*** ajmiller has joined #openstack-lbaas14:34
*** ajmiller has quit IRC14:36
*** ajmiller has joined #openstack-lbaas14:36
*** fnaval has joined #openstack-lbaas14:44
*** eezhova has quit IRC14:49
*** mariusv has joined #openstack-lbaas14:51
*** gongysh has joined #openstack-lbaas14:53
*** nmagnezi has quit IRC14:54
*** cody-somerville has joined #openstack-lbaas14:59
*** yamamoto has joined #openstack-lbaas14:59
*** ihrachys has quit IRC15:06
*** yamamoto has quit IRC15:07
*** daneyon has joined #openstack-lbaas15:07
*** numan_ has quit IRC15:09
*** swormke1 has quit IRC15:12
*** daneyon has quit IRC15:12
*** ihrachys has joined #openstack-lbaas15:18
*** daneyon has joined #openstack-lbaas15:20
*** Dave_____ has joined #openstack-lbaas15:21
*** daneyon_ has joined #openstack-lbaas15:24
*** Dave has quit IRC15:25
*** Dave_____ is now known as Dave15:25
*** swormke has joined #openstack-lbaas15:26
*** daneyon has quit IRC15:28
*** swormke1 has joined #openstack-lbaas15:29
*** swormke has quit IRC15:31
*** ajmiller has quit IRC15:31
*** armax has joined #openstack-lbaas15:32
*** ajmiller has joined #openstack-lbaas15:32
*** rudrajit has joined #openstack-lbaas15:35
*** bana_k has joined #openstack-lbaas15:36
*** ducttape_ has quit IRC15:37
*** ducttape_ has joined #openstack-lbaas15:40
*** Purandar has joined #openstack-lbaas15:47
*** rudrajit has quit IRC15:48
*** rudrajit has joined #openstack-lbaas15:48
*** mestery has quit IRC15:49
*** mestery has joined #openstack-lbaas15:50
*** rudrajit has quit IRC15:53
*** diogogmt has joined #openstack-lbaas15:56
*** ajmiller has quit IRC15:57
*** ajmiller has joined #openstack-lbaas15:58
*** pcaruana has quit IRC16:00
*** rcernin has quit IRC16:03
*** kobis has quit IRC16:04
*** ihrachys has quit IRC16:07
*** tesseract- has quit IRC16:09
*** ajmiller has quit IRC16:19
*** ajmiller has joined #openstack-lbaas16:19
*** armax_ has joined #openstack-lbaas16:22
*** gongysh has quit IRC16:23
*** armax has quit IRC16:24
*** armax_ is now known as armax16:24
openstackgerritYatin Kumbhare proposed openstack/octavia: Add Python 3.5 classifier and venv  https://review.openstack.org/34107016:25
*** catintheroof has joined #openstack-lbaas16:28
openstackgerritOpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements  https://review.openstack.org/33991316:38
openstackgerritgaryk proposed openstack/neutron-lbaas: Use neutron-lib converters  https://review.openstack.org/33035716:43
rm_workblogan: ah makes sense16:44
*** rudrajit has joined #openstack-lbaas16:46
*** rudrajit_ has joined #openstack-lbaas16:48
*** rudrajit has quit IRC16:52
*** saju_m has joined #openstack-lbaas16:54
*** ajmiller has quit IRC16:59
*** ajmiller has joined #openstack-lbaas17:00
*** armax_ has joined #openstack-lbaas17:04
*** armax has quit IRC17:07
*** armax_ is now known as armax17:07
*** numan_ has joined #openstack-lbaas17:09
*** ihrachys has joined #openstack-lbaas17:11
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - nova driver related changes  https://review.openstack.org/33692617:28
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE Topology OVS-based Distributor Backend  https://review.openstack.org/32042217:29
openstackgerritValleriya Perelman proposed openstack/octavia: ACTIVE-ACTIVE Topology Initial Distributor Noop Driver  https://review.openstack.org/31300617:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: Initial Cluster Manager  https://review.openstack.org/33692517:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - network driver related changes  https://review.openstack.org/32249417:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - amphora cluster DB  https://review.openstack.org/32713817:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE Topology OVS-based Distributor Driver  https://review.openstack.org/31762917:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: distributor image creation  https://review.openstack.org/32713717:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - distributor DB tasks  https://review.openstack.org/34110517:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - distributor compute tasks  https://review.openstack.org/34110617:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - distributor certificate tasks  https://review.openstack.org/34110717:29
openstackgerritValleriya Perelman proposed openstack/octavia: WIP: ACTIVE-ACTIVE - distributor creation flow  https://review.openstack.org/34110817:29
*** bana_k has quit IRC17:40
*** bana_k has joined #openstack-lbaas17:53
*** fawadkhaliq has joined #openstack-lbaas17:57
*** ajmiller has quit IRC18:00
*** ajmiller has joined #openstack-lbaas18:00
*** amotoki has quit IRC18:07
*** ducttape_ has quit IRC18:11
*** ajmiller has quit IRC18:13
*** ajmiller has joined #openstack-lbaas18:13
*** ducttape_ has joined #openstack-lbaas18:16
*** anilvenkata has joined #openstack-lbaas18:19
*** anilvenkata has quit IRC18:27
*** ducttape_ has quit IRC18:30
*** kobis has joined #openstack-lbaas18:44
*** piet has quit IRC18:48
*** piet has joined #openstack-lbaas18:57
openstackgerritMerged openstack/neutron-lbaas: Updated from global requirements  https://review.openstack.org/33991319:01
*** BjoernT has joined #openstack-lbaas19:04
*** ducttape_ has joined #openstack-lbaas19:06
*** kobis has quit IRC19:07
*** ajmiller has quit IRC19:25
*** ajmiller has joined #openstack-lbaas19:26
*** ihrachys has quit IRC19:28
*** sbalukoff has quit IRC19:33
*** sbalukoff has joined #openstack-lbaas19:33
*** ajmiller_ has joined #openstack-lbaas19:34
*** ajmiller has quit IRC19:38
*** ihrachys has joined #openstack-lbaas19:42
FritoAnyone non-RS up for a second +2 on https://review.openstack.org/#/c/33975619:49
Frito^-- That funky tox test issue19:50
*** fawadkhaliq has quit IRC19:53
*** cody-somerville has quit IRC19:55
*** swormke1 has quit IRC19:58
*** ihrachys has quit IRC19:58
*** saju_m has quit IRC20:03
*** cody-somerville has joined #openstack-lbaas20:08
dlundquistI ran into https://bugs.launchpad.net/neutron/+bug/1544861 also, maxconn needs to be set in the global stanza as well as under the frontend. Did the namespace driver decide to go with one haproxy process per listener, or multiple listeners per haproxy process?20:08
openstackLaunchpad bug 1544861 in neutron "LBaaS: connection limit does not work with HA Proxy" [Undecided,Confirmed]20:08
*** csomerville has joined #openstack-lbaas20:09
blogandlundquist: i believe its one haproxy process for all listeners20:11
bloganmeaning 1 process contains all the listeners20:12
*** cody-somerville has quit IRC20:12
dlundquistHmm, looking at https://review.openstack.org/#/c/279402/, would like to fix this up by summing connection_limit over all listeners, but unit test data passes a single dict for one listener.20:15
*** csomerville has quit IRC20:35
*** csomerville has joined #openstack-lbaas20:42
*** piet has quit IRC20:56
*** piet has joined #openstack-lbaas21:07
*** BjoernT has quit IRC21:19
*** rcernin has joined #openstack-lbaas21:21
*** ducttape_ has quit IRC21:26
*** csomerville has quit IRC21:31
*** csomerville has joined #openstack-lbaas21:31
*** Purandar has quit IRC21:37
*** Purandar has joined #openstack-lbaas21:38
*** Purandar has quit IRC21:38
*** ducttape_ has joined #openstack-lbaas21:44
*** kevo has quit IRC21:52
*** Purandar has joined #openstack-lbaas21:53
*** Purandar has quit IRC21:59
openstackgerritMerged openstack/octavia: Fixed running tox while stacked  https://review.openstack.org/33975622:07
*** Purandar has joined #openstack-lbaas22:11
*** Purandar has quit IRC22:12
*** swormke has joined #openstack-lbaas22:29
*** swormke has quit IRC22:30
openstackgerritMerged openstack/octavia: Remove the conditional check for topology  https://review.openstack.org/33477222:31
*** diogogmt has quit IRC22:34
*** rcernin has quit IRC22:35
*** kevo has joined #openstack-lbaas22:36
*** diogogmt has joined #openstack-lbaas22:37
*** somerville32 has joined #openstack-lbaas22:39
*** somerville32 has quit IRC22:39
*** somerville32 has joined #openstack-lbaas22:39
*** ajmiller_ has quit IRC22:40
*** _ducttape_ has joined #openstack-lbaas22:42
*** ducttape_ has quit IRC22:42
*** csomerville has quit IRC22:43
*** csomerville has joined #openstack-lbaas22:43
*** ducttape_ has joined #openstack-lbaas22:43
*** _ducttape_ has quit IRC22:47
*** somerville32 has quit IRC22:47
*** ducttape_ has quit IRC22:52
*** csomerville has quit IRC23:00
*** csomerville has joined #openstack-lbaas23:03
*** swormke has joined #openstack-lbaas23:05
*** catintheroof has quit IRC23:09
*** Purandar has joined #openstack-lbaas23:10
*** ducttape_ has joined #openstack-lbaas23:39
*** diogogmt has quit IRC23:39
*** swormke has quit IRC23:57
*** fnaval has quit IRC23:59

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