*** LutzB has quit IRC | 00:05 | |
*** LutzB has joined #openstack-lbaas | 00:09 | |
*** yamamoto has joined #openstack-lbaas | 00:12 | |
*** yamamoto has quit IRC | 00:16 | |
*** longkb has joined #openstack-lbaas | 00:24 | |
*** yamamoto has joined #openstack-lbaas | 00:33 | |
*** yamamoto has quit IRC | 00:37 | |
openstackgerrit | Merged openstack/neutron-lbaas master: remove unused plugin.get_plugin_name() https://review.openstack.org/557665 | 00:43 |
---|---|---|
*** annp has quit IRC | 00:53 | |
*** annp has joined #openstack-lbaas | 00:53 | |
*** yamamoto has joined #openstack-lbaas | 00:54 | |
*** Eugene_ has joined #openstack-lbaas | 00:55 | |
*** yamamoto has quit IRC | 01:00 | |
Eugene_ | Can anyone explain, why subnet_id is mandatory on pool's member creation? | 01:03 |
johnsom | Yes, members can have overlapping IP space or be reachable via a route (not a member) on that subnet | 01:04 |
Eugene_ | some SDNs like contrail aren't interesting in subnet_id, not saving it with the member and then, don't return it when queried | 01:04 |
Eugene_ | that in turn is causing problems for automation solutions | 01:04 |
Eugene_ | johnsom: so, how subnet_id helps for that case? | 01:05 |
Eugene_ | *aren't interested | 01:05 |
johnsom | In the contrail case? I'm not sure I follow what is going on with contrail | 01:05 |
Eugene_ | i mean if you need member which is not on the subnet of the vip, how having subnet_id is helping? | 01:06 |
johnsom | Or are you asking how subnet IDs solve my examples? | 01:06 |
Eugene_ | basically i'm trying to understand, if we can make it not mandatory | 01:06 |
johnsom | Oh, members are almost always not on the vip subnet. We hot plug the member subnets into the network namespace as the members are added | 01:07 |
Eugene_ | don't you need cidr, rather than the subnet_id? | 01:08 |
johnsom | No, we need to know what neutron subnet they are a member of so we can plug a port for that subnet. | 01:09 |
Eugene_ | i see | 01:09 |
johnsom | I think you are assuming a one-armed load balancer where there is only one network port. That is not how most load balancers are deployed. Typically the vip is on a routable subnet or a frontend network with a floating IP mapped. The members then are on one or more tenant networks. each of which may have one or more subnets | 01:10 |
johnsom | rm_work cross your fingers, I'm about to launch tempest with the plugins | 01:11 |
rm_work | lol | 01:11 |
rm_work | errr | 01:12 |
rm_work | johnsom / Eugene_: subnet_id is *not* mandatory on pool members | 01:12 |
rm_work | so i'm not sure what this discussion is anyway? | 01:12 |
rm_work | https://github.com/openstack/octavia/blob/master/octavia/api/v2/types/member.py#L78 | 01:12 |
rm_work | ^^ not mandatory | 01:12 |
johnsom | Ha, you are right. I thought it was for some reason. I know we went back and forth on that | 01:13 |
rm_work | I make members without subnet_id 100% of the time, lol | 01:13 |
Eugene_ | that's octavia. i was referring to neutron lbaas api v2 | 01:13 |
rm_work | ah | 01:13 |
rm_work | Eugene_: bug | 01:13 |
johnsom | Oh | 01:13 |
rm_work | I was going to try to fix it | 01:13 |
johnsom | deprecated | 01:13 |
rm_work | and then I remembered I don't care and neutron-lbaas needs to die in a fire | 01:13 |
Eugene_ | hmm | 01:13 |
Eugene_ | how do you guys integrate with solutions like AVI then? | 01:13 |
Eugene_ | (i've lost a track of lbaas for a couple of years :) ) | 01:14 |
johnsom | AVI doesn't integrate with neutron-lbaas, they just replace it all | 01:14 |
rm_work | actually i think I did try once, but there was pushback because it's technically an API change | 01:14 |
rm_work | and I didn't care *enough* | 01:14 |
rm_work | (I am one of the main people here who doesn't use subnet_id on that stuff, so I remember fighting it for a while) | 01:14 |
Eugene_ | johnsom: i see. | 01:15 |
Eugene_ | rm_work: thanks for the info | 01:15 |
rm_work | If you want to propose a patch to make it non-mandatory ... I am fine with that | 01:15 |
rm_work | it's just convincing people it's ok to make the change | 01:15 |
rm_work | you're welcome to patch it internally for sure, i see no reason it wouldn't work fine | 01:15 |
Eugene_ | rm_work: yeah, on the api it's a couple of lines. plus the client... | 01:15 |
Eugene_ | plus god knows what else :) | 01:16 |
rm_work | as you assumed, there is no GOOD reason why it's mandatory | 01:16 |
johnsom | Yeah, all of which is in deprecated status, so not easy to convince people it's a bug vs. feature change | 01:16 |
*** yamamoto has joined #openstack-lbaas | 01:16 | |
rm_work | i'd +2 it | 01:16 |
Eugene_ | so... are you saying going forward it will be octavia only? | 01:17 |
rm_work | but i'd also +2 a can of gas and a lit match | 01:17 |
johnsom | Yes | 01:17 |
rm_work | yes | 01:17 |
johnsom | https://wiki.openstack.org/wiki/Neutron/LBaaS/Deprecation | 01:17 |
Eugene_ | interesting. i wonder how 3rd party vendors are going to adopt | 01:17 |
johnsom | neutron client went deprecated a long time ago, neutron-lbaas did in queens | 01:17 |
Eugene_ | if it's gonna be deprecated, i'd probably go with downstream changes - less hassle | 01:18 |
johnsom | Well some of them contributed to the specification for the new driver interface | 01:18 |
Eugene_ | i see | 01:18 |
Eugene_ | well, thank you guys for the quick response, you helped me a lot | 01:19 |
johnsom | Sure, NP | 01:19 |
rm_work | yeah, i'd probably recommend downstream in this ONE case, lol | 01:19 |
Eugene_ | yeah | 01:19 |
*** yamamoto has quit IRC | 01:20 | |
johnsom | rm_work I'm getting failures | 01:27 |
johnsom | https://www.irccloud.com/pastebin/2Ar8r881/ | 01:28 |
rm_work | hmmmmmmmm | 01:32 |
rm_work | is your stuff broken? :P | 01:32 |
rm_work | that seems like a problem with your octavia... | 01:32 |
johnsom | hmm, five amp vms. Maybe the parallelism is too high | 01:32 |
rm_work | locally i'd run in -t | 01:32 |
rm_work | if you're doing non-noop | 01:32 |
rm_work | because yeah <_< | 01:32 |
johnsom | Yeah, I need to run it live | 01:33 |
johnsom | Yeah, qemu is out to lunch, empty console logs | 01:36 |
johnsom | I LOVE how nova is "ACTIVE" when there is not a single record in the qemu console.log | 01:37 |
*** yamamoto has joined #openstack-lbaas | 01:38 | |
*** yamamoto has quit IRC | 01:44 | |
*** yamamoto has joined #openstack-lbaas | 02:00 | |
johnsom | Oh! | 02:03 |
johnsom | I think I know what it is.... | 02:03 |
johnsom | It is that qemu issue with nova machine type mis-match. Sigh | 02:05 |
*** yamamoto has quit IRC | 02:05 | |
johnsom | restacking so I can run my fixnova script | 02:05 |
*** LutzB has quit IRC | 02:10 | |
*** LutzB has joined #openstack-lbaas | 02:10 | |
johnsom | yep, that was the issue | 02:17 |
*** yamamoto has joined #openstack-lbaas | 02:21 | |
*** yamamoto has quit IRC | 02:25 | |
*** yamamoto has joined #openstack-lbaas | 02:41 | |
*** yamamoto has quit IRC | 02:48 | |
johnsom | https://www.irccloud.com/pastebin/jEiqJevR/ | 02:59 |
johnsom | Commented on the patches with traceback | 03:03 |
*** yamamoto has joined #openstack-lbaas | 03:04 | |
*** yamamoto has quit IRC | 03:08 | |
*** KeithMnemonic has joined #openstack-lbaas | 03:15 | |
*** yamamoto has joined #openstack-lbaas | 03:25 | |
*** yamamoto has quit IRC | 03:29 | |
*** KeithMnemonic has quit IRC | 03:41 | |
*** yamamoto has joined #openstack-lbaas | 03:47 | |
*** yamamoto has quit IRC | 03:53 | |
*** yamamoto has joined #openstack-lbaas | 04:08 | |
*** xuhaiwei has joined #openstack-lbaas | 04:12 | |
*** yamamoto has quit IRC | 04:13 | |
*** yamamoto has joined #openstack-lbaas | 04:14 | |
xuhaiwei | Hi rm_work, I am still strugglling with installing ocata octavia, I got another error: Could not sign the certificate request: Failed to load CA Certificate /e tc/ssl/certs/ssl-cert-snakeoil.pem | 04:17 |
xuhaiwei | Do I need to create this pem file before start the service? | 04:17 |
*** links has joined #openstack-lbaas | 04:24 | |
*** yboaron has joined #openstack-lbaas | 04:33 | |
*** AlexStaf has quit IRC | 05:01 | |
*** yboaron has quit IRC | 05:10 | |
*** xuhaiwei has quit IRC | 05:20 | |
*** yamamoto has quit IRC | 05:24 | |
*** yamamoto has joined #openstack-lbaas | 05:25 | |
*** yamamoto_ has joined #openstack-lbaas | 05:28 | |
*** gans has joined #openstack-lbaas | 05:29 | |
*** yamamoto has quit IRC | 05:32 | |
johnsom | xuhaiwei Hi. I think your certificate configuration is wrong. Maybe looking at how we do it in devstack will help: https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L296 | 05:48 |
johnsom | Are you using OSA? | 05:48 |
*** xuhaiwei has joined #openstack-lbaas | 05:49 | |
*** LutzB has quit IRC | 06:03 | |
*** gans has quit IRC | 06:10 | |
*** ispp has joined #openstack-lbaas | 06:59 | |
*** tesseract has joined #openstack-lbaas | 07:01 | |
*** yboaron has joined #openstack-lbaas | 07:14 | |
*** kobis has joined #openstack-lbaas | 07:15 | |
*** ispp has quit IRC | 07:17 | |
*** ispp has joined #openstack-lbaas | 07:30 | |
*** leitan has joined #openstack-lbaas | 07:30 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 07:47 | |
*** ispp has quit IRC | 07:54 | |
*** yamamoto_ has quit IRC | 08:10 | |
*** yamamoto has joined #openstack-lbaas | 08:10 | |
*** rcernin has quit IRC | 08:12 | |
*** ispp has joined #openstack-lbaas | 08:20 | |
*** leitan has quit IRC | 08:27 | |
*** links has quit IRC | 08:32 | |
*** AlexStaf has joined #openstack-lbaas | 08:36 | |
*** yamamoto_ has joined #openstack-lbaas | 08:41 | |
*** vnovakov has joined #openstack-lbaas | 08:42 | |
*** yamamoto has quit IRC | 08:45 | |
*** links has joined #openstack-lbaas | 08:49 | |
*** salmankhan has joined #openstack-lbaas | 09:02 | |
*** LutzB has joined #openstack-lbaas | 09:13 | |
*** ispp has quit IRC | 09:15 | |
AlexStaf | johnsom, https://storyboard.openstack.org/#!/story/2002055 FYI - the test fails for us due to that reason ( and not only that more are coming :) ) | 09:19 |
*** dims has quit IRC | 09:20 | |
*** kobis has quit IRC | 09:22 | |
*** kobis has joined #openstack-lbaas | 09:33 | |
*** yboaron has quit IRC | 09:34 | |
AlexStaf | https://storyboard.openstack.org/#!/story/2002057 | 09:38 |
*** AlexeyAbashkin has quit IRC | 09:53 | |
*** ispp has joined #openstack-lbaas | 10:01 | |
*** salmankhan has quit IRC | 10:05 | |
*** dims has joined #openstack-lbaas | 10:07 | |
*** LutzB has quit IRC | 10:13 | |
*** LutzB has joined #openstack-lbaas | 10:13 | |
*** annp has quit IRC | 10:15 | |
*** dims has quit IRC | 10:17 | |
*** salmankhan has joined #openstack-lbaas | 10:18 | |
*** ispp has quit IRC | 10:40 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 10:54 | |
*** xuhaiwei has quit IRC | 11:01 | |
*** links has quit IRC | 11:16 | |
*** links has joined #openstack-lbaas | 11:29 | |
*** ispp has joined #openstack-lbaas | 11:30 | |
*** yamamoto_ has quit IRC | 11:30 | |
*** longkb has quit IRC | 11:31 | |
*** yboaron has joined #openstack-lbaas | 11:33 | |
*** yamamoto has joined #openstack-lbaas | 11:47 | |
*** samccann has joined #openstack-lbaas | 11:54 | |
*** vnovakov has quit IRC | 12:04 | |
*** atoth has joined #openstack-lbaas | 12:19 | |
openstackgerrit | ZhaoBo proposed openstack/octavia master: UDP jinja template https://review.openstack.org/525420 | 12:20 |
*** ispp has quit IRC | 12:23 | |
*** ispp has joined #openstack-lbaas | 12:25 | |
*** yboaron has quit IRC | 12:33 | |
*** sapd_ has quit IRC | 12:34 | |
*** sapd_ has joined #openstack-lbaas | 12:34 | |
*** sapd_ has quit IRC | 12:35 | |
*** sapd_ has joined #openstack-lbaas | 12:35 | |
*** sapd_ has quit IRC | 12:36 | |
*** sapd_ has joined #openstack-lbaas | 12:36 | |
*** AlexStaf has quit IRC | 12:37 | |
*** dims has joined #openstack-lbaas | 12:43 | |
*** vnovakov has joined #openstack-lbaas | 12:46 | |
*** yamamoto has quit IRC | 12:52 | |
*** ispp has quit IRC | 12:58 | |
*** links has quit IRC | 13:09 | |
*** yamamoto has joined #openstack-lbaas | 13:13 | |
*** yamamoto has quit IRC | 13:18 | |
*** yamamoto has joined #openstack-lbaas | 13:23 | |
*** LutzB has quit IRC | 13:24 | |
*** ispp has joined #openstack-lbaas | 13:50 | |
*** ianychoi_ has quit IRC | 13:59 | |
*** ianychoi has joined #openstack-lbaas | 14:18 | |
*** KeithMnemonic has joined #openstack-lbaas | 14:28 | |
*** ispp has quit IRC | 14:31 | |
*** ispp has joined #openstack-lbaas | 14:32 | |
*** yamamoto has quit IRC | 14:58 | |
*** AlexStaf has joined #openstack-lbaas | 15:06 | |
*** kobis has quit IRC | 15:11 | |
*** AlexeyAbashkin has quit IRC | 15:12 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 15:15 | |
*** AlexStaf has quit IRC | 15:17 | |
*** yamamoto has joined #openstack-lbaas | 15:19 | |
*** KeithMnemonic has quit IRC | 15:22 | |
*** yamamoto has quit IRC | 15:23 | |
*** ispp has quit IRC | 15:31 | |
*** ispp has joined #openstack-lbaas | 15:37 | |
*** yamamoto has joined #openstack-lbaas | 15:40 | |
*** ispp has quit IRC | 15:41 | |
*** yamamoto has quit IRC | 15:45 | |
rm_work | ah, maybe forgot to mention i'm off today. just an FYI | 15:53 |
*** LutzB has joined #openstack-lbaas | 16:00 | |
*** yamamoto has joined #openstack-lbaas | 16:01 | |
johnsom | o/ | 16:04 |
*** yamamoto has quit IRC | 16:06 | |
*** yamamoto has joined #openstack-lbaas | 16:21 | |
*** yamamoto has quit IRC | 16:26 | |
*** salmankhan has quit IRC | 16:36 | |
*** tesseract has quit IRC | 16:38 | |
*** yamamoto has joined #openstack-lbaas | 16:42 | |
*** yamamoto has quit IRC | 16:49 | |
*** AlexeyAbashkin has quit IRC | 17:04 | |
*** yamamoto has joined #openstack-lbaas | 17:05 | |
*** yamamoto has quit IRC | 17:10 | |
*** yamamoto has joined #openstack-lbaas | 17:26 | |
*** yamamoto has quit IRC | 17:30 | |
*** samccann has quit IRC | 17:35 | |
*** ivve has joined #openstack-lbaas | 17:41 | |
*** yamamoto has joined #openstack-lbaas | 17:48 | |
*** samccann has joined #openstack-lbaas | 17:48 | |
*** yamamoto has quit IRC | 17:53 | |
*** samccann has quit IRC | 17:54 | |
*** links has joined #openstack-lbaas | 17:58 | |
*** samccann has joined #openstack-lbaas | 18:06 | |
*** yamamoto has joined #openstack-lbaas | 18:09 | |
*** salmankhan has joined #openstack-lbaas | 18:12 | |
*** yamamoto has quit IRC | 18:13 | |
*** salmankhan has quit IRC | 18:16 | |
*** yamamoto has joined #openstack-lbaas | 18:30 | |
*** yamamoto has quit IRC | 18:34 | |
*** links has quit IRC | 18:35 | |
*** yamamoto has joined #openstack-lbaas | 18:51 | |
*** yamamoto has quit IRC | 18:55 | |
*** yamamoto has joined #openstack-lbaas | 19:12 | |
*** yamamoto has quit IRC | 19:16 | |
*** yamamoto has joined #openstack-lbaas | 19:32 | |
*** yamamoto has quit IRC | 19:37 | |
*** yamamoto has joined #openstack-lbaas | 19:53 | |
*** yamamoto has quit IRC | 19:59 | |
*** yamamoto has joined #openstack-lbaas | 20:16 | |
*** yamamoto has quit IRC | 20:20 | |
*** yamamoto has joined #openstack-lbaas | 20:37 | |
*** yamamoto has quit IRC | 20:41 | |
*** samccann has quit IRC | 20:53 | |
*** yamamoto has joined #openstack-lbaas | 20:59 | |
*** yamamoto has quit IRC | 21:04 | |
*** yamamoto has joined #openstack-lbaas | 21:20 | |
*** yamamoto has quit IRC | 21:26 | |
*** KeithMnemonic has joined #openstack-lbaas | 21:39 | |
*** yamamoto has joined #openstack-lbaas | 21:43 | |
*** yamamoto has quit IRC | 21:49 | |
*** rcernin has joined #openstack-lbaas | 22:04 | |
*** yamamoto has joined #openstack-lbaas | 22:05 | |
*** yamamoto has quit IRC | 22:10 | |
*** yamamoto has joined #openstack-lbaas | 22:26 | |
*** yamamoto has quit IRC | 22:31 | |
*** threestrands has joined #openstack-lbaas | 22:37 | |
*** imacdonn has joined #openstack-lbaas | 22:45 | |
*** yamamoto has joined #openstack-lbaas | 22:47 | |
*** yamamoto has quit IRC | 22:51 | |
*** leitan has joined #openstack-lbaas | 22:54 | |
*** yamamoto has joined #openstack-lbaas | 23:07 | |
*** yamamoto has quit IRC | 23:12 | |
*** leitan has quit IRC | 23:16 | |
*** leitan has joined #openstack-lbaas | 23:17 | |
*** leitan has quit IRC | 23:21 | |
*** yamamoto has joined #openstack-lbaas | 23:28 | |
*** yamamoto has quit IRC | 23:32 | |
*** yamamoto has joined #openstack-lbaas | 23:50 | |
*** yamamoto has quit IRC | 23:55 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!