*** fnaval_ has joined #openstack-lbaas | 00:12 | |
*** fnaval has quit IRC | 00:13 | |
*** slaweq has joined #openstack-lbaas | 00:20 | |
*** slaweq has quit IRC | 00:25 | |
johnsom | Ugh, we need to figure out why systemctl stop devstack@o-hm leaves processes around. | 00:43 |
---|---|---|
*** yamamoto has quit IRC | 00:53 | |
*** yamamoto has joined #openstack-lbaas | 00:53 | |
*** kbyrne has quit IRC | 01:27 | |
*** kbyrne has joined #openstack-lbaas | 01:32 | |
*** sapd has joined #openstack-lbaas | 01:35 | |
*** phuoc_ has quit IRC | 01:40 | |
openstackgerrit | Merged openstack/octavia master: Fix calls to "DELETED" items https://review.openstack.org/545493 | 01:50 |
*** phuoc has joined #openstack-lbaas | 01:50 | |
*** srihas has joined #openstack-lbaas | 02:11 | |
*** cgoncalves_ has joined #openstack-lbaas | 02:12 | |
*** keithmnemonic[m] has quit IRC | 02:12 | |
*** mordred has quit IRC | 02:12 | |
*** cgoncalves has quit IRC | 02:12 | |
*** srihas_ has quit IRC | 02:12 | |
*** oanson has quit IRC | 02:12 | |
*** cgoncalves_ is now known as cgoncalves | 02:12 | |
*** oanson has joined #openstack-lbaas | 02:13 | |
*** mordred has joined #openstack-lbaas | 02:14 | |
*** fnaval_ has quit IRC | 02:29 | |
*** fnaval has joined #openstack-lbaas | 02:41 | |
openstackgerrit | Merged openstack/octavia master: Fix keepalived vrrp check script to be in PATH https://review.openstack.org/564371 | 02:52 |
mrhillsman | does octavia not work with self-signed certs? | 03:06 |
mrhillsman | i know this is a warning but just want to rule it out as the reason why loadbalancer will not get out of pending_create | 03:06 |
mrhillsman | https://www.irccloud.com/pastebin/evPjY5zt/ | 03:06 |
johnsom | mrhillsman Hi Melvin, so this is odd as the certificate for the amphora is automaticaly generated by the controller worker. | 03:08 |
johnsom | mrhillsman So, this is the important config section for this: https://github.com/openstack/octavia/blob/master/etc/octavia.conf#L106 | 03:10 |
johnsom | We use self signed in our gates | 03:10 |
johnsom | mrhillsman line 106 through 113 are the important ones. | 03:11 |
mrhillsman | thx | 03:11 |
johnsom | Let me give you some command lines to validate the cert/key | 03:12 |
mrhillsman | ++ | 03:12 |
johnsom | So, for the ca_certificate file: openssl x509 -in <ca_certificate path> -noout -text | 03:13 |
johnsom | for ca_private_key: openssl rsa -in <ca_private_key path> -noout -text | 03:15 |
johnsom | Also, might help: https://github.com/openstack/octavia/blob/master/devstack/plugin.sh#L293 | 03:16 |
mrhillsman | cool, thx | 03:16 |
johnsom | This is the section of the devstack plugin that generates self signed certs for the gates | 03:16 |
mrhillsman | i did deploy via devstack to try to pin things down | 03:16 |
mrhillsman | this is all helpful | 03:16 |
mrhillsman | i may have messed up the cert somehow | 03:17 |
mrhillsman | is my guess | 03:17 |
johnsom | Sure, NP. Good luck, come back if you don't find it | 03:17 |
mrhillsman | will do | 03:17 |
johnsom | That is a critical failure, it will go to ERROR eventually with that error message. | 03:18 |
*** leitan has joined #openstack-lbaas | 03:20 | |
mrhillsman | if i encrypted the key after generating everything could that be the issue? | 03:20 |
johnsom | If you didn't set the passphrase in the config: https://github.com/openstack/octavia/blob/master/etc/octavia.conf#L111 | 03:21 |
mrhillsman | i did so because when i set ca_private_key_passphrase = | 03:21 |
mrhillsman | it was failing | 03:21 |
mrhillsman | kept trying to use a passphrase | 03:21 |
johnsom | Yeah, if you set that it should be the same as the key passphrase | 03:21 |
mrhillsman | weird | 03:21 |
mrhillsman | i did not have a passphrase originally | 03:22 |
johnsom | There might be a bug if you don't set one. I think we always set one, so maybe something is broken if you don't | 03:22 |
mrhillsman | did not set that and logs kept showing fail due to no passphrase | 03:22 |
mrhillsman | yeah, i think so | 03:22 |
mrhillsman | let me just regenerate things with a passphrase | 03:22 |
mrhillsman | thx again | 03:22 |
johnsom | Sure, NP. Feel free to open us a bug: https://storyboard.openstack.org/#!/dashboard/stories | 03:23 |
mrhillsman | will drop a line if things still not panning out after some troubleshooting | 03:23 |
mrhillsman | sure thing | 03:23 |
*** annp has joined #openstack-lbaas | 03:39 | |
rm_work | wooo looking forward to these 4 merges | 04:15 |
* rm_work jinxed it | 04:15 | |
*** slaweq has joined #openstack-lbaas | 04:22 | |
*** slaweq has quit IRC | 04:26 | |
rm_work | hmmm, the latter patches seem to be passing the multinode, is that random or did it fix something? <_< | 04:40 |
openstackgerrit | Merged openstack/octavia master: Correct flavor to flavor_id in LB API https://review.openstack.org/562869 | 04:47 |
openstackgerrit | Merged openstack/octavia master: Pool PUT should validate name/description length https://review.openstack.org/563202 | 04:49 |
openstackgerrit | Merged openstack/octavia master: Health Monitor url_path requires leading slash https://review.openstack.org/563341 | 04:49 |
openstackgerrit | Merged openstack/octavia master: Fix lower-constraints to actually match our reqs https://review.openstack.org/563396 | 04:49 |
*** links has joined #openstack-lbaas | 04:53 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Experimental multi-az support https://review.openstack.org/558962 | 04:54 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: AZ Evacuation resource https://review.openstack.org/559873 | 04:57 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 04:57 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Add config for disabling creation of PING type HMs https://review.openstack.org/528439 | 04:57 |
*** leitan has quit IRC | 05:00 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Update HAProxy version for Centos https://review.openstack.org/548420 | 05:01 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix amphora failover API to work with spares https://review.openstack.org/564082 | 05:09 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 05:12 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Add usage admin resource https://review.openstack.org/557548 | 05:15 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix amphora failover API to work with spares https://review.openstack.org/564082 | 05:17 |
rm_work | alright, i think that's it with the rebases | 05:20 |
*** yboaron has joined #openstack-lbaas | 05:24 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Add pecan middleware for neutron-lbaas compat https://review.openstack.org/562063 | 05:24 |
*** fnaval has quit IRC | 05:44 | |
*** slaweq has joined #openstack-lbaas | 06:22 | |
*** tesseract has joined #openstack-lbaas | 06:58 | |
*** tesseract has quit IRC | 07:00 | |
*** tesseract has joined #openstack-lbaas | 07:02 | |
*** yamamoto has quit IRC | 07:16 | |
*** yamamoto has joined #openstack-lbaas | 07:17 | |
*** pcaruana has joined #openstack-lbaas | 07:31 | |
*** rcernin has quit IRC | 07:32 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 07:45 | |
*** threestrands_ has quit IRC | 07:52 | |
*** Alex_Staf has joined #openstack-lbaas | 07:55 | |
*** yamamoto has quit IRC | 08:11 | |
*** yamamoto has joined #openstack-lbaas | 08:27 | |
*** rpittau has joined #openstack-lbaas | 08:44 | |
*** keithmnemonic[m] has joined #openstack-lbaas | 08:50 | |
*** Alexey_Abashkin has joined #openstack-lbaas | 08:57 | |
*** AlexeyAbashkin has quit IRC | 09:01 | |
*** Alexey_Abashkin is now known as AlexeyAbashkin | 09:01 | |
*** keithmnemonic[m] has quit IRC | 09:39 | |
*** keithmnemonic[m] has joined #openstack-lbaas | 10:21 | |
openstackgerrit | Merged openstack/neutron-lbaas master: use rpc Connection rather than create_connection https://review.openstack.org/561028 | 10:42 |
*** Alex_Staf_ has joined #openstack-lbaas | 10:46 | |
*** Alex_Staf has quit IRC | 10:47 | |
*** yamamoto has quit IRC | 10:55 | |
*** threestrands_ has joined #openstack-lbaas | 11:01 | |
*** pchavva has joined #openstack-lbaas | 11:11 | |
*** rm_work has quit IRC | 11:39 | |
*** rm_work has joined #openstack-lbaas | 11:39 | |
yboaron | Hi Octavia Experts, | 11:45 |
yboaron | I have a question for you, | 11:45 |
yboaron | I have provisioned Loadbalancer as follows: | 11:45 |
yboaron | 1. Create LB | 11:45 |
yboaron | 2. Create Listener (attach to LB) | 11:45 |
yboaron | 3. Create pool (attached to Listener) | 11:45 |
yboaron | 4. Create member | 11:45 |
yboaron | Till here all fine, my next step will be to delete the member,pool,listener,LB | 11:45 |
yboaron | When I send the 'pool_delete' request via the octavia client for pool deletion, | 11:45 |
yboaron | In order to make sure that deletion operation completed, should I monitor the 'provisioning_status' of the Listener or the LoadBalancer ? | 11:45 |
yboaron | many thanks in advance | 11:46 |
*** yamamoto has joined #openstack-lbaas | 11:50 | |
*** yamamoto has quit IRC | 11:50 | |
*** samccann has joined #openstack-lbaas | 12:04 | |
*** atoth has joined #openstack-lbaas | 12:06 | |
*** fnaval has joined #openstack-lbaas | 12:06 | |
*** fnaval has quit IRC | 12:10 | |
cgoncalves | yboaron, load balancer. you can also delete cascade: openstack loadbalancer delete --cascade | 12:15 |
yboaron | cgoncalves, thanks for your feedback, yes I know that this is the prefer option, assuming that I'm not using --cascade, Do u know which provisioning_status field should be monitored in each step ? | 12:17 |
*** yamamoto has joined #openstack-lbaas | 12:18 | |
cgoncalves | yboaron, you mean provisioning_status value? PENDING_* | 12:19 |
cgoncalves | PENDING_CREATE, PENDING_UPDATE, PENDING_DELETE | 12:19 |
yboaron | cgoncalves, yes , !=ACTIVE | 12:19 |
cgoncalves | https://developer.openstack.org/api-ref/load-balancer/v2/#status-codes | 12:20 |
yboaron | cgoncalves, thanks | 12:31 |
*** yboaron has quit IRC | 12:38 | |
*** leitan has joined #openstack-lbaas | 12:57 | |
*** threestrands_ has quit IRC | 12:58 | |
*** fnaval has joined #openstack-lbaas | 13:05 | |
*** yboaron has joined #openstack-lbaas | 13:06 | |
*** fnaval has quit IRC | 13:10 | |
*** Alex_Staf_ has quit IRC | 13:14 | |
*** leitan has quit IRC | 13:43 | |
*** leitan has joined #openstack-lbaas | 13:50 | |
*** yamamoto has quit IRC | 13:56 | |
*** pcaruana has quit IRC | 14:42 | |
*** yamamoto has joined #openstack-lbaas | 14:57 | |
*** yamamoto has quit IRC | 15:03 | |
*** fnaval has joined #openstack-lbaas | 15:03 | |
-openstackstatus- NOTICE: We've successfully troubleshooted the issue that prevented paste.openstack.org from loading and it's now back online, thank you for your patience. | 15:05 | |
mnaser | is there soem sort of | 15:06 |
*** irenab has quit IRC | 15:06 | |
mnaser | reset-state for a load balancer that is stuck? | 15:06 |
*** links has quit IRC | 15:06 | |
mnaser | i have some in PENDING_CREATE and ERROR | 15:06 |
*** irenab has joined #openstack-lbaas | 15:07 | |
johnsom | PENDING_CREATE should mean that a controller still owns it and is still working on it. It will eventually go ACTIVE or to ERROR. Only un-clean shutdowns would leave it in that state permanently. As for ERROR, the objects in ERROR can be delete and recreated by the end user. Sometimes the Admin failover command can restore it, but not usually. Provisioning status ERROR means some outside service (nova/neutron,etc) | 15:09 |
johnsom | failed in a way we could not recover from. | 15:09 |
johnsom | mnaser What version of Octavia are you running? | 15:10 |
mnaser | pike right now johnsom | 15:10 |
johnsom | Yeah, ok, ouch | 15:10 |
mnaser | yeah queens octavia should be very soon | 15:10 |
johnsom | Um, go pick up the tip of stable/pike, we have been backporting a bunch of stuff recently for pike. | 15:10 |
mnaser | deleting the ERROR doesnt seem to do much (but could that be a pike thing?) | 15:10 |
mnaser | is there a lot of backwards incompatible changes/fixes in queens? | 15:11 |
mnaser | we could just also go queens.. | 15:11 |
johnsom | Also, I think you used OSA, there was a bug that had the event streamer turned on (don't) which causes high CPU usage and troubles: https://github.com/openstack/octavia/blob/master/etc/octavia.conf#L80 | 15:11 |
johnsom | Make sure that is set to noop | 15:12 |
johnsom | mnaser No, no backwards incompatible changes in Queens, I would highly recommend it | 15:12 |
johnsom | https://docs.openstack.org/releasenotes/octavia/queens.html | 15:13 |
mnaser | johnsom: deployed without OSA for pike, but is that bug in queens though? We recently deployed the same for queens | 15:13 |
johnsom | I think the OSA config had it in all of the branches until recently. xgerman_ would know when it got fixed. | 15:14 |
johnsom | It's pretty easy to see, if you have health processes at 100% CPU that is probably enabled. It was only for neutorn-lbaas installs and hoses the queue without neutron-lbaas there. | 15:14 |
xgerman_ | I swiched it off when we made Octavia stabd alone the default install | 15:15 |
mnaser | yeah we didnt deploy neutron-lbaas support | 15:15 |
johnsom | Oh, ok, so not an issue in an OSA queens install | 15:15 |
johnsom | Yeah, good | 15:15 |
xgerman_ | https://review.openstack.org/#/c/555087/ | 15:16 |
xgerman_ | ^^ has the change. Before event streamer was on by default to aid n-lbaas interopability | 15:17 |
xgerman_ | mnaser: so this is mater/Rockey | 15:18 |
mnaser | ill double check and redeploy | 15:19 |
mnaser | if the case | 15:19 |
xgerman_ | if it is really that bad we can backport that patch | 15:20 |
*** irenab has quit IRC | 15:30 | |
*** irenab has joined #openstack-lbaas | 15:34 | |
*** AlexeyAbashkin has quit IRC | 15:56 | |
*** yamamoto has joined #openstack-lbaas | 15:59 | |
*** yamamoto has quit IRC | 16:04 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Fix version discovery for the Octavia API https://review.openstack.org/559460 | 16:52 |
johnsom | Had to fix a merge conflict on that | 16:52 |
*** yamamoto has joined #openstack-lbaas | 17:01 | |
*** leitan has quit IRC | 17:05 | |
*** yamamoto has quit IRC | 17:06 | |
rm_work | johnsom: yeah i was actually gonna do it for you last night but i wasn't sure about the 2.1 still | 17:25 |
rm_work | doesn't that imply that the link is /lbaas/v2.1/ ? | 17:25 |
*** SumitNaiksatam has joined #openstack-lbaas | 17:33 | |
johnsom | No, I looked at a few other services, they just increment that number and don't change the path | 17:42 |
johnsom | Versioning for OpenStack is, different IMO | 17:42 |
*** pchavva has quit IRC | 17:46 | |
johnsom | Oh, yeah, it does, hmmm That wasn't my intent | 17:49 |
johnsom | bummer, hmm, we need to decide how to do this. It looks like the projects that just increment the "v2.1" use /v2 in the path and not the full version | 17:50 |
*** leitan has joined #openstack-lbaas | 17:50 | |
johnsom | Here are some examples from Rocky: | 17:54 |
johnsom | https://etherpad.openstack.org/p/octavia_versions | 17:54 |
xgerman_ | in the grand scheme of things they get their endoiints from keystone — is someone checking the v? | 17:57 |
johnsom | In theory the clients should | 17:57 |
xgerman_ | yep… | 18:01 |
*** yamamoto has joined #openstack-lbaas | 18:02 | |
*** yamamoto has quit IRC | 18:07 | |
*** samccann has quit IRC | 18:09 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: When SG delete fails on vip deallocate, try harder https://review.openstack.org/549263 | 18:09 |
*** pchavva has joined #openstack-lbaas | 18:11 | |
*** yboaron has quit IRC | 18:15 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: Updates the docs with new admin tips https://review.openstack.org/562035 | 18:18 |
*** sshank has joined #openstack-lbaas | 18:18 | |
*** samccann has joined #openstack-lbaas | 18:21 | |
*** pchavva has quit IRC | 18:21 | |
*** tesseract has quit IRC | 18:24 | |
*** pchavva has joined #openstack-lbaas | 18:26 | |
*** sshank has quit IRC | 18:33 | |
*** SumitNaiksatam has left #openstack-lbaas | 18:34 | |
rm_work | johnsom: yeah, what compute did is what i was thinking too | 18:38 |
rm_work | and yeah, /v2/ | 18:38 |
johnsom | Well, /v2 vs /v2.0 we have already published is.... | 18:39 |
rm_work | well i mean, we can't do that | 18:39 |
rm_work | just sayin | 18:39 |
rm_work | i think we need to wait until we're actually ready to expose v2.0 and v2.1 | 18:39 |
rm_work | to bump that | 18:39 |
rm_work | or v3 :P | 18:39 |
johnsom | So your vote would be to add /v2.1 as a valid path and advertise both /v2.0 and /v2.1? | 18:39 |
rm_work | well, my vote would definitely be to NOT do that | 18:40 |
rm_work | but if we go to v2.1 i think we'd have to | 18:40 |
rm_work | does that make sense? | 18:40 |
johnsom | So leave it and don't bump at all? | 18:40 |
rm_work | yes | 18:40 |
johnsom | or leave /v2.0 and version v2.1 | 18:40 |
*** pchavva has quit IRC | 18:43 | |
*** harlowja has joined #openstack-lbaas | 18:46 | |
*** yboaron has joined #openstack-lbaas | 19:03 | |
*** yamamoto has joined #openstack-lbaas | 19:04 | |
*** samccann has quit IRC | 19:08 | |
*** samccann has joined #openstack-lbaas | 19:08 | |
*** yamamoto has quit IRC | 19:09 | |
*** imacdonn has quit IRC | 19:14 | |
*** imacdonn has joined #openstack-lbaas | 19:14 | |
rm_work | weird, the lb-list api test left one of the LBs after cleanip | 19:18 |
rm_work | *cleanup | 19:19 |
rm_work | the "C" one | 19:20 |
rm_work | but i see the addClassResourceCleanup for it... | 19:20 |
rm_work | johnsom: hmmm i feel like we should only bother spinning up the backend VM for scenario tests (since it doesn't get used if you only run API tests) | 19:35 |
rm_work | so like... maybe it should happen in the setup class for the scenario tests | 19:35 |
johnsom | rm_work Umm, I was pretty sure I had a branch in there that did not start them for API tests.... | 19:36 |
rm_work | hmmm | 19:36 |
johnsom | This is the tempest plugin right? | 19:36 |
rm_work | yes | 19:36 |
rm_work | i'm watching them be set up | 19:37 |
rm_work | as i run a single api test | 19:37 |
johnsom | Ah, this should probably have a check for the noop flag: https://github.com/openstack/octavia-tempest-plugin/blob/master/octavia_tempest_plugin/tests/test_base.py#L192 | 19:37 |
johnsom | My bad | 19:37 |
johnsom | rm_work Wait, no I do https://github.com/openstack/octavia-tempest-plugin/blob/master/octavia_tempest_plugin/tests/test_base.py#L133 | 19:38 |
rm_work | i'm not running in NOOP | 19:38 |
rm_work | but i'm only running the API tests | 19:38 |
rm_work | API tests wouldn't send traffic, so wouldn't need a real backend member, right? | 19:38 |
johnsom | Hmmm, yeah, that kind of comes down to the member tests and how we test the member API. So, yeah, "left for later work" | 19:39 |
rm_work | k | 19:39 |
rm_work | i mean | 19:39 |
rm_work | 1.2.3.4 | 19:39 |
johnsom | I get you | 19:39 |
rm_work | or you know | 19:39 |
rm_work | whatever | 19:39 |
rm_work | ;P | 19:39 |
johnsom | I just tried to not have too much code duplication between the two paths, so merged it into one base file. Probably need to fix that at some point | 19:40 |
johnsom | Feel free to jump into tempest plugin land! grin | 19:41 |
johnsom | I have removed the word "handler" from the load balancer API, so happy about that. I just need to deal with the VIP creation, vip qos, and single call create and LB will be fully driver-ized. | 19:42 |
rm_work | johnsom: oh i'm jumping in | 19:44 |
rm_work | that's my next *week* prolly | 19:45 |
rm_work | and THEN i get to rebase to fix all the madness that will happen with my stuff probably after the provider work :P | 19:45 |
johnsom | sweet. I think listener needs to get reverted back to Jude level and brought back up, then the rest haven't been touched | 19:45 |
johnsom | Yeah.... This is a wrecking ball type activity | 19:46 |
rm_work | yeah ummm | 19:46 |
rm_work | the multi-az stuff ... should work | 19:46 |
rm_work | like | 19:46 |
rm_work | that should be mergeable | 19:46 |
rm_work | it's all nice and split out and configuration is straightforward | 19:47 |
rm_work | just an FYI :) | 19:47 |
rm_work | and IMO is a great feature | 19:47 |
rm_work | though it relies on all AZs being on the same L2 :/ | 19:47 |
rm_work | I don't know if that ... exists | 19:48 |
johnsom | I think it does exist, but probably not very common | 19:48 |
xgerman_ | let’s make it. atrend… | 19:49 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Fix proxy extension for neutron RBAC https://review.openstack.org/554004 | 19:51 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Gate API test for the lbaasv2-proxy plugin https://review.openstack.org/539350 | 19:52 |
*** yamamoto has joined #openstack-lbaas | 20:05 | |
mnaser | hi lbaas friends | 20:06 |
*** leitan has quit IRC | 20:06 | |
johnsom | o/ | 20:07 |
mnaser | "VIPConfigurationNotFound: Can't deallocate VIP because the vip port eda223bb-ce8c-4d3d-a3a3-d7cc1a8b4737 cannot be found in neutron" | 20:07 |
mnaser | why wouldnt this be noop then and just move on | 20:07 |
mnaser | (trying to delete an ERROR port) | 20:07 |
johnsom | You have old code | 20:07 |
mnaser | i cant upgrade right right right now :( maybe i can cherry pick something i guess | 20:07 |
mnaser | ill look for what to cherry pick because i'm using old code :P | 20:07 |
johnsom | Let me go look at stable/pike, I would have expected that to be fixed there | 20:08 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Fix proxy extension for neutron RBAC https://review.openstack.org/554004 | 20:08 |
openstackgerrit | German Eichberger proposed openstack/neutron-lbaas master: Gate API test for the lbaasv2-proxy plugin https://review.openstack.org/539350 | 20:08 |
johnsom | mnaser https://github.com/openstack/octavia/blob/stable/pike/octavia/network/drivers/neutron/allowed_address_pairs.py#L292 | 20:09 |
johnsom | So it looks like on Pike that should be a warning and go on | 20:09 |
mnaser | johnsom: fyi VIPConfigurationNotFound seems to be referenced but no longer used! | 20:09 |
johnsom | mnaser This was the patch where I beat that neutron driver with a blunt stick: https://review.openstack.org/#/c/517455/ | 20:10 |
*** sshank has joined #openstack-lbaas | 20:10 | |
johnsom | mnaser Yes, that does appear to be abandoned code. Sigh. | 20:11 |
*** yamamoto has quit IRC | 20:11 | |
mnaser | johnsom: are specs 'readonly' in octavia world? | 20:12 |
mnaser | im pushing up a clean up patch | 20:12 |
mnaser | there are references in the spec documents | 20:12 |
johnsom | You can go ahead and clean that up in the specs. | 20:12 |
johnsom | We probably should have a statement about those that they are "as of the design time". | 20:13 |
openstackgerrit | Mohammed Naser proposed openstack/octavia master: Remove PluggedVIPNotFound references https://review.openstack.org/564616 | 20:16 |
*** leitan has joined #openstack-lbaas | 20:26 | |
*** atoth has quit IRC | 20:29 | |
*** atoth has joined #openstack-lbaas | 20:29 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Experimental multi-az support https://review.openstack.org/558962 | 20:37 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: AZ Evacuation resource https://review.openstack.org/559873 | 20:37 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 20:37 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix amphora failover API to work with spares https://review.openstack.org/564082 | 20:38 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: When SG delete fails on vip deallocate, try harder https://review.openstack.org/549263 | 20:42 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix amphora failover API to work with spares https://review.openstack.org/564082 | 20:53 |
*** leitan has quit IRC | 21:04 | |
*** leitan has joined #openstack-lbaas | 21:06 | |
*** yamamoto has joined #openstack-lbaas | 21:07 | |
*** leitan has quit IRC | 21:10 | |
*** yamamoto has quit IRC | 21:13 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Fix amp failover where failover already failed https://review.openstack.org/548989 | 21:16 |
*** velizarx has joined #openstack-lbaas | 21:16 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Correct naming for quota resources https://review.openstack.org/559672 | 21:16 |
*** samccann has quit IRC | 21:19 | |
*** velizarx has quit IRC | 21:20 | |
rm_work | so pike is now ahead of queens: https://review.openstack.org/#/c/562802/1 | 21:21 |
rm_work | ya'll need to merge that chain | 21:21 |
xgerman_ | it’s a race | 21:21 |
johnsom | Argh | 21:21 |
*** yboaron has quit IRC | 21:22 | |
*** yboaron has joined #openstack-lbaas | 21:22 | |
rm_work | also i think johnsom ignored my comment on https://review.openstack.org/556989 | 21:26 |
johnsom | Yeah, I think that is fully gone now | 21:26 |
rm_work | is it? | 21:27 |
*** yboaron has quit IRC | 21:27 | |
johnsom | Hmm, guess not. odd | 21:27 |
rm_work | i think you still have to backport the thing | 21:34 |
rm_work | which ... again, per my comment, will be a lot simpler if it's on top of this | 21:34 |
rm_work | but your call | 21:34 |
*** slaweq has quit IRC | 22:00 | |
*** leitan has joined #openstack-lbaas | 22:00 | |
*** yamamoto has joined #openstack-lbaas | 22:09 | |
*** yamamoto has quit IRC | 22:14 | |
*** leitan has quit IRC | 22:17 | |
*** leitan has joined #openstack-lbaas | 22:19 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: Updates the docs with new admin tips https://review.openstack.org/562035 | 22:20 |
*** rcernin has joined #openstack-lbaas | 22:23 | |
*** leitan has quit IRC | 22:29 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Experimental multi-az support https://review.openstack.org/558962 | 22:40 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: AZ Evacuation resource https://review.openstack.org/559873 | 22:40 |
openstackgerrit | Adam Harwell proposed openstack/octavia master: WIP: Floating IP Network Driver (spans L3s) https://review.openstack.org/435612 | 22:40 |
*** yamamoto has joined #openstack-lbaas | 23:11 | |
*** annp has quit IRC | 23:13 | |
*** annp has joined #openstack-lbaas | 23:14 | |
*** yamamoto has quit IRC | 23:16 | |
*** jmccrory has quit IRC | 23:17 | |
*** jmccrory has joined #openstack-lbaas | 23:18 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: Allow fields filter on single object GETs https://review.openstack.org/559842 | 23:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!