rm_work | kk, working on the reno now | 00:02 |
---|---|---|
*** slaweq has quit IRC | 00:03 | |
*** JudeC has joined #openstack-lbaas | 00:04 | |
johnsom | This could use a gaze as well: https://review.openstack.org/#/c/514867/ | 00:04 |
*** JudeC has quit IRC | 00:06 | |
rm_work | not sure how to assert that a log function was called :/ | 00:11 |
*** slaweq has joined #openstack-lbaas | 00:12 | |
johnsom | Wouldn't it just be asserting that the field is null after the call throws? | 00:12 |
johnsom | Yeah, ok, that is a bit lame. You can ignore if you want. | 00:14 |
rm_work | eh, i made a test that SHOULD test that, and at least ensures that it doesn't *break* if the field isn't set | 00:15 |
rm_work | better than nothing | 00:15 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Add cached_zone to the amphora record https://review.openstack.org/510225 | 00:16 |
rm_work | kk | 00:16 |
johnsom | +2 | 00:17 |
*** sshank has quit IRC | 00:18 | |
*** links has joined #openstack-lbaas | 00:20 | |
*** fnaval has quit IRC | 00:23 | |
*** KeithMnemonic has quit IRC | 00:30 | |
*** fnaval has joined #openstack-lbaas | 00:33 | |
xgerman_ | Yes. I am good | 00:39 |
rm_work | k :) | 00:44 |
*** fnaval_ has joined #openstack-lbaas | 00:44 | |
*** slaweq has quit IRC | 00:45 | |
*** fnaval has quit IRC | 00:47 | |
*** slaweq has joined #openstack-lbaas | 00:50 | |
*** fnaval_ has quit IRC | 00:52 | |
*** fnaval has joined #openstack-lbaas | 01:04 | |
*** fnaval has quit IRC | 01:05 | |
*** slaweq has quit IRC | 01:23 | |
*** leitan has quit IRC | 01:24 | |
*** slaweq has joined #openstack-lbaas | 01:25 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 01:26 | |
*** AlexeyAbashkin has quit IRC | 01:31 | |
rm_work | johnsom: oh we need to backport the OVH thing :/ | 01:32 |
rm_work | i think | 01:32 |
johnsom | Yeah, probably | 01:39 |
kong | rm_work, johnsom, hi, anything currently is blocking we merge https://review.openstack.org/#/c/486775? | 01:45 |
kong | it looks perfect to me | 01:45 |
rm_work | kong: he said he'd review tomorrow | 01:45 |
kong | ok | 01:45 |
rm_work | yeah it looks good to me | 01:45 |
kong | we will run it every 1 hour in our production | 01:46 |
rm_work | if you want to start going through the rest of the CRs for the other tests and rebasing them / fixing them up | 01:46 |
*** leitan has joined #openstack-lbaas | 01:46 | |
rm_work | that would be good | 01:46 |
rm_work | if you have time to spend on this stuff | 01:46 |
kong | rm_work: it should be easy | 01:47 |
kong | yes, i am happy to | 01:47 |
johnsom | Yeah, let me know how far down the chain is ready for review and I will try to do a few tomorrow | 01:47 |
kong | johnsom: cool | 01:48 |
*** slaweq has quit IRC | 01:59 | |
*** slaweq has joined #openstack-lbaas | 02:06 | |
bzhao | johnsom, ping, hi sir.. I had updated the use case of UDP loadbalncer, is that make sence for you? And can I make it forward? Thanks. Link: https://storyboard.openstack.org/#!/story/1657091 | 02:18 |
*** bbbbzhao_ has joined #openstack-lbaas | 02:24 | |
rm_work | yeah we really just need to pick a thing to use as the actual loadbalancer, since haproxy doesn't do it | 02:25 |
rm_work | i think we were looking at enabling LVS for active-active, so we could make a UDP driver for that | 02:25 |
*** AlexeyAbashkin has joined #openstack-lbaas | 02:26 | |
*** AlexeyAbashkin has quit IRC | 02:30 | |
openstackgerrit | Merged openstack/neutron-lbaas master: Zuul: add file extension to playbook path https://review.openstack.org/516067 | 02:31 |
openstackgerrit | Merged openstack/neutron-lbaas master: make lbaasv2 support "https" keystone endpoint https://review.openstack.org/491734 | 02:32 |
rm_work | woo, some landing | 02:32 |
*** slaweq has quit IRC | 02:38 | |
bzhao | rm_work, thannks for the feedback, that means you will implement a LVS driver or something? How about a simple LVS driver for other deployment types(ACTIVE/STANDBY SINGLE)? | 02:41 |
bzhao | rm_work, use the ipvsadm directly in the haproxy namespace? | 02:42 |
rm_work | i mean, if we have LVS stuff created for the active-active case, it will be much easier to develop a driver using it for the other cases | 02:49 |
rm_work | and it's something we can look into | 02:49 |
rm_work | i'd love to see a second driver just so we can be sure the interface for that layer is done correctly | 02:49 |
rm_work | since right now there could be things that are too haproxy focused | 02:49 |
*** slaweq has joined #openstack-lbaas | 02:49 | |
rm_work | essentially yes | 02:49 |
bzhao | rm_work, thanks. The intent is that we need focus on the UDP driver(maybe not LVS) in ACTIVE/ACTICE case now, then apply on other cases, in the end, we can expose the API for UDP? | 02:56 |
bzhao | rm_work, could I take deep into the ACTIVE/ACTIVE cases and look forward a possible way to make it work? POC code or something? | 02:59 |
rm_work | there's some code up | 02:59 |
rm_work | if you can talk to johnsom or xgerman_ tomorrow they know much more | 02:59 |
bzhao | rm_work, OK, thanks | 03:00 |
bzhao | I will have a look. :) | 03:00 |
johnsom | bzhao: I think for UDP we should start with standalone and/or active standby. Active active is not there yet | 03:02 |
*** armax has quit IRC | 03:03 | |
bzhao | johnsom, woow, hi. Thanks for clear. The main idea is which way to bring UDP to octavia. 1. another LVS driver 2. involve some LVS function into service VM namespace and work with haproxy together.. | 03:05 |
johnsom | Yeah, I think ideally we would do the second, run LVS and haproxy together. | 03:06 |
*** yamamoto has joined #openstack-lbaas | 03:08 | |
bzhao | johnsom, yeah, for point 1, it is hard to meet the current data model. But the second would work. So the next step, may i update the spec and waiting for your review, and prepare the POC code then | 03:08 |
johnsom | bzhao: I have not yet read the story update, but have you determined LVS can meet your needs? | 03:08 |
bzhao | johnsom, I think yes. Do you want to propose other drivers which support UDP in the plan? such as nginx staff? | 03:09 |
bzhao | johnsom, if true. That's OK. I could change. | 03:10 |
johnsom | bzhao: I am fine with LVS. Nginx is probably a bigger piece of work and has other limitations | 03:10 |
bzhao | johnsom, Yeah. :). Then could I make the feature forward? | 03:13 |
bzhao | johnsom, spec/code | 03:14 |
johnsom | If LVS will work for you I use that. | 03:16 |
johnsom | bzhao: yeah, start a spec. I think it would be reasonably straight forward | 03:16 |
johnsom | Please note, most of us are working on other features in queens, so you may need to do most of the development work. | 03:17 |
bzhao | johnsom, Thanks very much. I will update the whole spec about this. And will ready soon. | 03:17 |
bzhao | johnsom, That's OK. Resource limitation. It's my great honor to contribute octavia. | 03:19 |
*** leitan has quit IRC | 03:20 | |
*** slaweq has quit IRC | 03:23 | |
*** slaweq has joined #openstack-lbaas | 03:30 | |
*** atoth has quit IRC | 03:36 | |
xgerman_ | bzhao: look at https://review.openstack.org/#/c/499807/ and https://review.openstack.org/#/c/505770/ as a starting point | 03:49 |
xgerman_ | (also reviews appreciated) | 03:49 |
bzhao | xgerman_, thanks, german. I had discoverd the mentioned patch. will take a look. | 03:51 |
xgerman_ | y.w. also the plan is not to use ipvsadm directly but leverage our keepalived work to push configuration so keepalived will manage lvs for us | 03:53 |
xgerman_ | which you will likely need, too, so you can have healthchecks on the members | 03:53 |
bzhao | Yeah. I know. eh.. I don't realize it can do like this. | 03:56 |
bzhao | I will test it. If I can help to do some work, welcome. :) | 03:56 |
xgerman_ | yep, I am following roughly https://www.tqhosting.com/kb/563/How-to-set-up-LVS-TUN-with-ipvsadm-and-keepalived-on-Ubuntu-1604.html | 03:57 |
xgerman_ | but we need IPIP protocol supported in neutron sec groups again (they have a regression bug) | 03:58 |
bzhao | Thanks very much for share. | 03:58 |
xgerman_ | yeah, feel free to add code - happy to review but this is the rough outline of the plan | 03:58 |
bzhao | xgerman_, thanks for this. It's very clear now. I will take part in Octavia work team for this. | 04:00 |
xgerman_ | awesome ;-) | 04:00 |
bzhao | Thank you, german. You give so much help to me | 04:01 |
johnsom | I don’t think the udp work will use the tun or ipnip | 04:02 |
*** slaweq has quit IRC | 04:02 | |
xgerman_ | yeah, but should use keepalived for healthchecks… | 04:02 |
johnsom | It should be simpler than that | 04:02 |
xgerman_ | sure you can just hide behind the fact that delivery is nor guaranteed | 04:03 |
xgerman_ | but otherwise I don’t see how you can fudge healthchecks especially complex ones on different ports | 04:04 |
*** slaweq has joined #openstack-lbaas | 04:05 | |
bzhao | Originaly, I use ipvsadm to deploy the UDP loadbalncer function directly into the haproxy namespace. They works for UDP Functionality. For ACTIVE/STANDBY case, we also need the keepalive to check if the backend servers are alive. I just stand on this view, because we need to use keepalive for healthchecks. Sorry, not understood what the issue is. | 04:13 |
*** slaweq has quit IRC | 04:38 | |
*** slaweq has joined #openstack-lbaas | 04:45 | |
*** bbbbzhao_ has quit IRC | 04:53 | |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 05:10 | |
rm_work | bzhao: so are you thinking we just ... *extend* the existing HAProxy driver to be "HAProxy/LVS", where it does everything as usual for TCP but for UDP delegates to LVS? | 05:11 |
rm_work | instead of writing a separate driver specifically for LVS where it does any type of loadbalancing? | 05:12 |
rm_work | (wherein we'd probably need Flavors working so we can do a Flavor that supports UDP) | 05:12 |
rm_work | I guess maybe the first option (extending the existing haproxy driver) might be the best | 05:12 |
*** slaweq has quit IRC | 05:18 | |
bzhao | rm_work, Yeah, I think we get the some staff for the first option. As current data model is difficult for LVS.At first I wanted to introduce a new LVSdriver, but it was impossible to change the data model comprehensively.So it makes me feel like it's useless for introducing a new LVS driver. So I consider Haproxy and LVS working together | 05:19 |
*** slaweq has joined #openstack-lbaas | 05:19 | |
bzhao | rm_work, oh sorry, the first sentence change s/some/same | 05:22 |
bzhao | The flavor work like l3 flavors in Neutorn? | 05:23 |
rm_work | i think so? | 05:25 |
rm_work | i'm not sure how those work | 05:25 |
rm_work | but, i think it SHOULD be possible to do what you need with LVS as a driver | 05:25 |
rm_work | if not, then we have a problem with our model | 05:26 |
rm_work | i might poke at it tomorrow if i find a minute | 05:26 |
*** eN_Guruprasad_Rn has quit IRC | 05:27 | |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 05:27 | |
bzhao | Thank you. And I just test with the simple case in singleton mode. I use ipvsadm into haproxy namespace, can it just provide UDP function, I found it works as wish, but for other tests, such health check, like german said, there maybe some issues I'm not realized | 05:29 |
bzhao | I mean haproxy LVS work together. | 05:31 |
bzhao | I think it is better to introduce a new driver. But it is hard to let the whole workflow work well, i think. | 05:33 |
bzhao | current | 05:33 |
rm_work | it really should work | 05:34 |
rm_work | if it doesn't work -- that means something is wrong with our models, and we need to fix it | 05:34 |
rm_work | so, please start assuming that it SHOULD work, and if something is difficult, then it needs to be fixed in Octavia | 05:34 |
bzhao | OK, I think I can take the responsibility. :) | 05:35 |
bzhao | Thank you rmwork | 05:36 |
rm_work | np | 05:36 |
rm_work | for most of us, this is very late at night (like 22:30), but i think nmagnezi will be up soon maybe :P | 05:36 |
rm_work | though soon i'll be on a schedule closer to yours I think | 05:37 |
rm_work | so maybe in a couple weeks (after the Sydney summit) I can help you more | 05:37 |
bzhao | Thank you very much. :). Have a good rest. And thanks to list so many useful details. | 05:38 |
*** sanfern has joined #openstack-lbaas | 05:38 | |
bzhao | Also have a nice trip to submmit | 05:38 |
sanfern | Hi johnsom, Are you there ? | 05:39 |
openstackgerrit | Merged openstack/neutron-lbaas master: Shrink Tempest scenario manager copy https://review.openstack.org/506873 | 06:17 |
*** gcheresh has joined #openstack-lbaas | 06:19 | |
*** slaweq has quit IRC | 06:23 | |
*** slaweq has joined #openstack-lbaas | 06:25 | |
openstackgerrit | Merged openstack/neutron-lbaas master: Update release notes doc theme https://review.openstack.org/513078 | 06:28 |
openstackgerrit | Merged openstack/neutron-lbaas master: Fix usage of the method ensure_dir https://review.openstack.org/502932 | 06:28 |
*** annp has joined #openstack-lbaas | 06:37 | |
*** links has quit IRC | 06:53 | |
*** slaweq has quit IRC | 06:59 | |
*** slaweq has joined #openstack-lbaas | 07:03 | |
*** spectr-RH has joined #openstack-lbaas | 07:12 | |
*** spectr has quit IRC | 07:13 | |
*** links has joined #openstack-lbaas | 07:20 | |
*** Alex_Staf has joined #openstack-lbaas | 07:28 | |
*** rcernin has quit IRC | 07:42 | |
*** slaweq has quit IRC | 07:43 | |
*** slaweq has joined #openstack-lbaas | 07:47 | |
*** tesseract has joined #openstack-lbaas | 07:48 | |
*** slaweq_ has joined #openstack-lbaas | 07:51 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 08:07 | |
*** pcaruana has joined #openstack-lbaas | 08:17 | |
*** slaweq has quit IRC | 08:19 | |
*** slaweq has joined #openstack-lbaas | 08:22 | |
*** spectr-RH has quit IRC | 08:32 | |
*** spectr has joined #openstack-lbaas | 08:33 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: (WIP):Support SUSE distro based Amphora Image for Octavia https://review.openstack.org/498909 | 08:39 |
*** rcernin has joined #openstack-lbaas | 08:42 | |
*** csomerville has joined #openstack-lbaas | 08:58 | |
*** cody-somerville has quit IRC | 08:58 | |
*** slaweq has quit IRC | 08:59 | |
*** yamamoto has quit IRC | 09:20 | |
*** yamamoto has joined #openstack-lbaas | 09:34 | |
*** links has quit IRC | 09:57 | |
*** salmankhan has joined #openstack-lbaas | 10:09 | |
*** belharar has joined #openstack-lbaas | 10:23 | |
*** sri_ has joined #openstack-lbaas | 10:24 | |
*** sri_ has quit IRC | 10:36 | |
*** wasmum has quit IRC | 10:45 | |
*** wasmum has joined #openstack-lbaas | 10:45 | |
*** yamamoto has quit IRC | 10:56 | |
*** rcernin has quit IRC | 10:57 | |
*** salmankhan has quit IRC | 11:00 | |
*** yamamoto has joined #openstack-lbaas | 11:00 | |
*** salmankhan has joined #openstack-lbaas | 11:04 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/516955 | 11:21 |
*** atoth has joined #openstack-lbaas | 11:37 | |
*** belharar has quit IRC | 11:59 | |
*** belharar has joined #openstack-lbaas | 12:03 | |
*** leitan has joined #openstack-lbaas | 12:19 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/516955 | 12:19 |
*** belharar has quit IRC | 12:36 | |
*** belharar has joined #openstack-lbaas | 12:39 | |
*** sri_ has joined #openstack-lbaas | 12:45 | |
*** yamamoto has quit IRC | 12:46 | |
*** salmankhan has quit IRC | 12:52 | |
*** salmankhan has joined #openstack-lbaas | 12:52 | |
*** sanfern has quit IRC | 12:53 | |
*** yamamoto has joined #openstack-lbaas | 13:02 | |
*** eN_Guruprasad_Rn has quit IRC | 13:04 | |
*** belharar has quit IRC | 13:17 | |
*** belharar has joined #openstack-lbaas | 13:19 | |
*** armax has joined #openstack-lbaas | 13:49 | |
*** Alex_Staf has quit IRC | 14:01 | |
*** tesseract has quit IRC | 14:06 | |
*** salmankhan has quit IRC | 14:09 | |
*** longstaff has joined #openstack-lbaas | 14:11 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix body error of update loadbalancer https://review.openstack.org/516166 | 14:12 |
*** salmankhan has joined #openstack-lbaas | 14:15 | |
*** salmankhan has quit IRC | 14:26 | |
*** salmankhan has joined #openstack-lbaas | 14:28 | |
*** yamamoto has quit IRC | 14:35 | |
*** yamamoto has joined #openstack-lbaas | 14:37 | |
*** yamamoto has quit IRC | 14:42 | |
*** tesseract has joined #openstack-lbaas | 14:43 | |
*** longstaff has quit IRC | 14:47 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/516955 | 14:53 |
*** cody-somerville has joined #openstack-lbaas | 14:58 | |
*** csomerville has quit IRC | 14:59 | |
*** sanfern has joined #openstack-lbaas | 15:22 | |
*** gcheresh has quit IRC | 15:27 | |
*** AlexeyAbashkin has quit IRC | 15:29 | |
*** spectr has quit IRC | 15:37 | |
*** yamamoto has joined #openstack-lbaas | 15:41 | |
*** jniesz has joined #openstack-lbaas | 15:43 | |
*** yamamoto has quit IRC | 15:47 | |
johnsom | kong rm_work {1} octavia_tempest_plugin.tests.v2.scenario.test_basic_ops.BasicOpsTest.test_basic_ops [23.771579s] ... FAILED | 15:52 |
johnsom | {0} octavia_tempest_plugin.tests.v2.scenario.test_loadbalancer.LoadbalancerTest.test_crud_loadbalancer [51.986992s] ... FAILED | 15:52 |
johnsom | https://www.irccloud.com/pastebin/Yl8XO633/ | 15:52 |
johnsom | https://www.irccloud.com/pastebin/qvhpUQR0/ | 15:53 |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 16:05 | |
*** sshank has joined #openstack-lbaas | 16:08 | |
*** fnaval has joined #openstack-lbaas | 16:13 | |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas master: Octavia Proxy Plugin https://review.openstack.org/418530 | 16:13 |
*** sshank has quit IRC | 16:15 | |
*** sshank has joined #openstack-lbaas | 16:16 | |
*** csomerville has joined #openstack-lbaas | 16:25 | |
*** eN_Guruprasad_Rn has quit IRC | 16:26 | |
*** cody-somerville has quit IRC | 16:28 | |
*** csomerville has quit IRC | 16:28 | |
*** slaweq has joined #openstack-lbaas | 16:37 | |
*** slaweq has quit IRC | 16:42 | |
*** JudeC has joined #openstack-lbaas | 16:51 | |
*** pcaruana has quit IRC | 16:52 | |
*** salmankhan has quit IRC | 16:57 | |
*** Alex_Staf has joined #openstack-lbaas | 17:01 | |
openstackgerrit | Merged openstack/octavia master: Zuul: add file extension to playbook path https://review.openstack.org/516089 | 17:02 |
*** salmankhan has joined #openstack-lbaas | 17:02 | |
*** belharar has quit IRC | 17:02 | |
*** openstackgerrit has quit IRC | 17:03 | |
*** sshank has quit IRC | 17:06 | |
*** JudeC has quit IRC | 17:07 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 17:22 | |
*** slaweq has joined #openstack-lbaas | 17:31 | |
*** AlexeyAbashkin has quit IRC | 17:36 | |
*** openstackgerrit has joined #openstack-lbaas | 18:06 | |
openstackgerrit | Merged openstack/neutron-lbaas master: use FAULT_MAP from neutron-lib https://review.openstack.org/513151 | 18:06 |
*** sanfern has quit IRC | 18:22 | |
rm_work | xgerman_ / nmagnezi: https://review.openstack.org/#/c/510225/ both of you ok with this now? | 18:24 |
rm_work | johnsom: ah, py3 issue on the tempest tests? | 18:24 |
xgerman_ | rm_work pkease make sure to review some of my patches as well - there is a tendency to let them stay in purgatory forever | 18:25 |
rm_work | which ones are the high priority ones right now? | 18:25 |
*** sshank has joined #openstack-lbaas | 18:26 | |
xgerman_ | well, they never make it on that list since they always get deprioritized… | 18:26 |
rm_work | :3 | 18:26 |
rm_work | well, i mean... for you at least, which ones would you most like to see reviewed | 18:26 |
xgerman_ | https://review.openstack.org/#/c/499807/ | 18:27 |
*** tesseract has quit IRC | 18:28 | |
* mugsie is tempted to go through and -1 https://review.openstack.org/#/q/owner:%22German+Eichberger%22+status:open :P | 18:28 | |
xgerman_ | mugsie johnsom and I got plane tickets for Dublin — are you turning your house in an AirBnB? | 18:29 |
xgerman_ | rm_work: https://review.openstack.org/#/c/313006/ could use a -1 from you | 18:30 |
rm_work | wow you guys are already looking at dublin? :P | 18:30 |
mugsie | xgerman_: hahahaaha. no | 18:30 |
rm_work | xgerman_: -1 on the first one with a concern about RHEL | 18:30 |
xgerman_ | isn’t nmagnezi handling all the Redhat stuff? | 18:31 |
rm_work | if so, you should get him to contribute to your patch, I think :P | 18:31 |
xgerman_ | yep, Vublin is dear to our heart so we worked Mgmt hard | 18:31 |
rm_work | but, when I do stuff I generally try to get the support down for both | 18:31 |
xgerman_ | Dublin | 18:31 |
xgerman_ | ok, will look into the RedHat story — as long as I can skip suse | 18:32 |
*** sshank has quit IRC | 18:35 | |
rm_work | i would go ahead and put the element in all three sections (ubuntu, rhel, other) and just make sure the package map is set up for rhel and ubuntu, and the suse folks can do their thing | 18:37 |
xgerman_ | k | 18:44 |
rm_work | put up prelim comments on the spec | 18:50 |
rm_work | i feel like we need to address that stuff before we get really nitpicky on the code, though i will do a first scan of the code in a little bit | 18:51 |
johnsom | rm_work I was running on py27 for that test. | 18:55 |
rm_work | errr | 18:56 |
rm_work | wut | 18:56 |
rm_work | hmmmmm.... k | 18:58 |
rm_work | not sure how you're getting that | 18:58 |
rm_work | we've run this in a few different python versions on different OSes | 18:59 |
rm_work | for that exception error | 18:59 |
rm_work | the other one, i might know why it happened | 18:59 |
johnsom | I just setup devstack, installed that patch (LB only), set the tempest config dir, and ran the regex in the commit message | 18:59 |
rm_work | hmm | 18:59 |
johnsom | I had to blow it away to test the proxy plugin (still broken), but I can rebuild after lunch/meeting | 19:00 |
rm_work | hmmm | 19:00 |
rm_work | this is weird because this code that gave the exception error has been here for a while, i'm pretty sure | 19:01 |
johnsom | I am using 16.04 | 19:01 |
*** openstackgerrit has quit IRC | 19:03 | |
*** salmankhan has quit IRC | 19:07 | |
*** gcheresh has joined #openstack-lbaas | 19:07 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 19:18 | |
*** AlexeyAbashkin has quit IRC | 19:22 | |
*** openstackgerrit has joined #openstack-lbaas | 19:34 | |
openstackgerrit | Merged openstack/octavia master: Fix body error of update loadbalancer https://review.openstack.org/516166 | 19:34 |
openstackgerrit | Merged openstack/octavia master: Add cached_zone to the amphora record https://review.openstack.org/510225 | 19:46 |
johnsom | https://storyboard.openstack.org/#!/story/1657091 | 19:57 |
*** longstaff has joined #openstack-lbaas | 19:58 | |
johnsom | Darn cut and paste... | 19:59 |
johnsom | Octavia meeting starting soon on #openstack-lbaas | 19:59 |
johnsom | #startmeeting Octavia | 20:00 |
openstack | Meeting started Wed Nov 1 20:00:08 2017 UTC and is due to finish in 60 minutes. The chair is johnsom. Information about MeetBot at http://wiki.debian.org/MeetBot. | 20:00 |
openstack | Useful Commands: #action #agreed #help #info #idea #link #topic #startvote. | 20:00 |
*** openstack changes topic to " (Meeting topic: Octavia)" | 20:00 | |
openstack | The meeting name has been set to 'octavia' | 20:00 |
openstackgerrit | Merged openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/516955 | 20:00 |
johnsom | Hi folks | 20:00 |
longstaff | hi | 20:00 |
jniesz | hi | 20:00 |
johnsom | Time for another installment of "Fun with Octavia" | 20:00 |
johnsom | #topic Announcements | 20:00 |
*** openstack changes topic to "Announcements (Meeting topic: Octavia)" | 20:00 | |
xgerman_ | o/ | 20:01 |
johnsom | Queens MS1 release released last week | 20:01 |
johnsom | It was delayed due to release gate issues with zuul v3, but it did finally go out. | 20:01 |
johnsom | OpenStack Summit Sydney is next week, November 6-8th | 20:01 |
johnsom | Some people may be attending and might not be as available on IRC. | 20:02 |
johnsom | (I am not attending) | 20:02 |
johnsom | Any other announcements of note this week? | 20:02 |
johnsom | Ok, moving on | 20:03 |
johnsom | #topic Brief progress reports / bugs needing review | 20:03 |
*** openstack changes topic to "Brief progress reports / bugs needing review (Meeting topic: Octavia)" | 20:03 | |
johnsom | Just a reminder, we have an open spec for review on the provider drivers: | 20:03 |
johnsom | #link https://review.openstack.org/509957 | 20:03 |
johnsom | Please contribute and help us review so it can be the spec we all want it to be. | 20:04 |
johnsom | It is on revision 3 and the title is currently incorrect, but we can keep commenting | 20:04 |
johnsom | Otherwise I have been working on zuul v3 issues, fixing gate breakage (cryptography 2.1), and working around the instance failures at OVH for the gate jobs. | 20:05 |
johnsom | I have some back ports to do and some more zuul v3 work on the stable branches. | 20:06 |
johnsom | We also need to get a scenario gate or two setup for our tempest plugin work. I may work on that if rm_work isn't able to start that. | 20:06 |
johnsom | Any other progress reports? | 20:07 |
*** gcheresh has quit IRC | 20:07 | |
johnsom | This dashboard patch could use some core attention too: https://review.openstack.org/513086 | 20:07 |
johnsom | And this bug with child object provisioning status: | 20:08 |
johnsom | #link https://review.openstack.org/513086 | 20:08 |
johnsom | #link https://review.openstack.org/#/c/514867/ | 20:08 |
johnsom | Any other bugs to discuss? | 20:09 |
jniesz | johnsom: any update regarding Fix allowed_address_pairs network driver to be more tolerant to failure | 20:09 |
johnsom | jniesz Just that I haven't got back around to work on that | 20:09 |
jniesz | ok, and was the last one related to the issue I raised or is that separate? | 20:09 |
johnsom | jniesz It was related to the issues you were seeing | 20:10 |
johnsom | So, half the battle | 20:11 |
johnsom | grin | 20:11 |
jniesz | : ) | 20:11 |
johnsom | Ok, if there aren't any other progress reports/bugs to discuss, I will move on to the next topic. | 20:12 |
johnsom | #topic UDP load balancing | 20:12 |
*** openstack changes topic to "UDP load balancing (Meeting topic: Octavia)" | 20:12 | |
johnsom | We have an open RFE that has some use case data now: | 20:13 |
johnsom | #link https://storyboard.openstack.org/#!/story/1657091 | 20:13 |
johnsom | Feel free to comment on this RFE story. | 20:13 |
johnsom | I think the next step is a spec for this. | 20:13 |
johnsom | My expectation is an initial implementation can be done with LVS sideloaded in our existing amphora image, with the amphora agent updated to include support for configuring it when a UDP listener comes in. | 20:15 |
johnsom | Kind of a keep it simple approach. | 20:16 |
jniesz | I think UDP option makes sense, and it is something I would like to implement with L3 distributor | 20:16 |
johnsom | Yeah, that can certainly be a follow on step. | 20:16 |
jniesz | Important thing is that spec allows for different implementations of UDP LB | 20:17 |
johnsom | Initially I'm thinking we should just do standalone, maybe atc/stdby to get the base stuff, API etc. worked out. | 20:17 |
johnsom | Yep. Please help review to make sure we don't make a mistake | 20:17 |
jniesz | yes, I can review spec when it is posted | 20:18 |
johnsom | Any other discussion on this? | 20:18 |
xgerman_ | we should be careful not to duplicate work with ACTIVE-ACTIVE LVS | 20:19 |
xgerman_ | also I think we will need keepalived to manage the health of the UDP members… | 20:19 |
johnsom | Yeah, I think it's 100% different, so really should not overlap | 20:19 |
xgerman_ | I think it overlaps — for instance you would use the same dib element | 20:20 |
johnsom | There isn't even a spec for act/act LVS yet, so not a lot there anyway | 20:20 |
johnsom | I'm not sure we need a DIB element for UDP. The existing keepalived element should cover everything for UDP | 20:21 |
xgerman_ | we will need ipvsadm on the amp to get sdiagnostic info | 20:21 |
xgerman_ | and debug | 20:21 |
johnsom | Maybe to get stats | 20:22 |
xgerman_ | yep | 20:22 |
johnsom | We will see. | 20:22 |
johnsom | Anything else? | 20:23 |
*** gcheresh has joined #openstack-lbaas | 20:23 | |
johnsom | Cool, I think we have a path forward and someone willing to work on it. | 20:23 |
johnsom | I guess I should say, able to work on it... So much stuff we could do, just prioritizing... | 20:24 |
johnsom | #topic Open Discussion | 20:24 |
*** openstack changes topic to "Open Discussion (Meeting topic: Octavia)" | 20:24 | |
johnsom | So this just happened: | 20:24 |
johnsom | #link https://twitter.com/knelson92/status/925818114813464576 | 20:24 |
johnsom | They didn't make stickers for the PTG, but have now. | 20:25 |
xgerman_ | rm_work I will put trust in you to send me some from Sydney | 20:25 |
johnsom | Kendall will try to find rm_work to give them to. | 20:25 |
johnsom | If you are at the summit you can catch rm_work to get one. Otherwise we will figure out how to get them to Dublin for the next PTG | 20:26 |
rm_work | derp | 20:26 |
rm_work | disconnected from IRC and didn't notice >_> | 20:26 |
johnsom | Well, a bit of scroll back then.... | 20:27 |
johnsom | rm_work Kendall will get you the peacock stickers in Sydney | 20:27 |
johnsom | Any other topics for open discussion today? | 20:28 |
rm_work | yeah just got through it | 20:28 |
rm_work | umm | 20:28 |
rm_work | nothing here :P | 20:29 |
johnsom | Hahaha | 20:29 |
johnsom | Ok. Thanks folks. Please help with reviews! | 20:29 |
johnsom | #endmeeting | 20:29 |
*** openstack changes topic to "Welcome to LBaaS / Octavia - Queens development is now open." | 20:29 | |
openstack | Meeting ended Wed Nov 1 20:29:52 2017 UTC. Information about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4) | 20:29 |
openstack | Minutes: http://eavesdrop.openstack.org/meetings/octavia/2017/octavia.2017-11-01-20.00.html | 20:29 |
openstack | Minutes (text): http://eavesdrop.openstack.org/meetings/octavia/2017/octavia.2017-11-01-20.00.txt | 20:29 |
openstack | Log: http://eavesdrop.openstack.org/meetings/octavia/2017/octavia.2017-11-01-20.00.log.html | 20:29 |
Alex_Staf | rm_work, hi, how are u | 20:32 |
rm_work | o/ | 20:33 |
xgerman_ | https://www.irccloud.com/pastebin/2YTWYjPa/ | 20:33 |
Alex_Staf | rm_work, any ETA for the plugin patch merge? Tomorrow I have a meeting with dmellado so I hope I will have progress | 20:33 |
xgerman_ | johnsom I leave you with this. I think our Octavia API has issues or I am using it wrong | 20:34 |
xgerman_ | afk for a bit | 20:34 |
johnsom | Yeah, there are a few bugs in the proxy patch. I posted three on that patch today | 20:36 |
rm_work | Alex_Staf: the tempest plugin patch? | 20:36 |
johnsom | After hacking through those I was able to get a basic LB running. | 20:36 |
rm_work | Alex_Staf: i'm looking at some bugs today that johnsom is claiming are there | 20:36 |
Alex_Staf | rm_work, yes | 20:36 |
rm_work | i'm hoping we can merge it soon after | 20:37 |
*** Alex_Staf_ has joined #openstack-lbaas | 20:38 | |
johnsom | rm_work Since german is away, should I stack back over to the tempest testing in case you want me to try something / repro? | 20:38 |
nmagnezi | johnsom, I forgot about the dst shift :( sorry to miss the weekly meeting. I was actually waiting to join. | 20:39 |
*** sshank has joined #openstack-lbaas | 20:39 | |
johnsom | nmagnezi Ah, it shifts for us next week, but the meeting is booked in UTC time so will always be 20:00 UTC | 20:40 |
*** Alex_Staf has quit IRC | 20:41 | |
nmagnezi | johnsom, I made a calendar placeholder for myself, but did not attach it to UTC | 20:41 |
* nmagnezi join to change this now | 20:41 | |
nmagnezi | going* | 20:41 |
nmagnezi | Alex_Staf_, i suspect you missed the meeting for the same reason :D | 20:42 |
nmagnezi | rm_work, sorry I didn't get to your AZ patch. we have a crazy week and we *really* try to finalize some Octavia TripleO related stuff | 20:43 |
nmagnezi | rm_work, are there any RHEL specific inputs you need from me? | 20:43 |
rm_work | maybe on german's patch | 20:45 |
*** sshank has quit IRC | 20:46 | |
nmagnezi | rm_work, will read the meeting log in a few minutes | 20:46 |
*** gcheresh has quit IRC | 20:47 | |
*** sshank has joined #openstack-lbaas | 20:48 | |
*** longstaff has quit IRC | 20:50 | |
Alex_Staf_ | nmagnezi, actualyy i was lofed in in the IRC here but yes | 20:56 |
Alex_Staf_ | I was in hibernating mode because of the hours shift | 20:56 |
Alex_Staf_ | when I looked at the screen I saw "end meeting" I understood | 20:57 |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas-dashboard master: Move neutron-lbaas-dashboard zuulv3 config in repo https://review.openstack.org/512894 | 21:20 |
*** leitan has quit IRC | 21:21 | |
*** rcernin has joined #openstack-lbaas | 21:42 | |
openstackgerrit | Michael Johnson proposed openstack/neutron-lbaas master: More zuul v3 job cleanup after newton EOL https://review.openstack.org/515481 | 21:53 |
*** fnaval has quit IRC | 21:59 | |
*** Alex_Staf_ has quit IRC | 22:01 | |
johnsom | Just a reminder, we have a number of zuul v3 related patches in flight: https://etherpad.openstack.org/p/octavia-zuulv3-patches | 22:11 |
johnsom | I have updated some of those so they should make it through the gates in about an hour. | 22:11 |
johnsom | That should be it for phase 1. Phase 2 would be native playbooks. I will probably let the dust settle a bit before looking at that. | 22:12 |
johnsom | But phase 1 will get us running the right jobs in the right branches | 22:13 |
xgerman_ | back | 22:17 |
*** slaweq has quit IRC | 22:24 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia master: Update devstack plugin and examples https://review.openstack.org/503638 | 22:26 |
xgerman_ | johnsom: | 22:35 |
xgerman_ | https://www.irccloud.com/pastebin/4mCU92Jh/ | 22:35 |
xgerman_ | so I would expect when filtering on the id to get only one value back from Ocravia | 22:36 |
johnsom | Looks like the URL is still wrong (one of the three bugs I noted on that patch today) and I don't think you can pass in filters in the body. At least our API docs don't show that you can. | 22:38 |
johnsom | I mean, a body on a get call is *odd* | 22:38 |
xgerman_ | ok | 22:39 |
*** fnaval has joined #openstack-lbaas | 22:44 | |
*** armax has quit IRC | 23:13 | |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Octavia Proxy Plugin https://review.openstack.org/418530 | 23:26 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Octavia Proxy Plugin https://review.openstack.org/418530 | 23:29 |
xgerman_ | ^^ that created a pool for me… | 23:30 |
xgerman_ | let me know if something else is odd | 23:31 |
xgerman_ | johnsom | 23:31 |
johnsom | Ok | 23:31 |
xgerman_ | yeah, I added the filter functionality before our API had it and assumed it would work differently than it did | 23:31 |
*** sshank has quit IRC | 23:46 | |
*** fnaval has quit IRC | 23:56 | |
*** links has joined #openstack-lbaas | 23:56 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!