rm_work | doesn't look like it, ah well | 00:00 |
---|---|---|
*** saju_m has quit IRC | 00:04 | |
johnsom | Yes, minor I think | 00:09 |
johnsom | rm_work https://review.openstack.org/#/c/416394/ | 00:10 |
johnsom | But if you are having problems, check the kombu version you have as they don't yet support 4 | 00:10 |
rm_work | ah, k | 00:10 |
rm_work | i think i found my issue | 00:11 |
rm_work | it's dumb | 00:11 |
rm_work | don't think about it | 00:11 |
johnsom | This is an on going problem with oslo messaging, but there is a patch for support up for review | 00:11 |
rm_work | (I had edited /etc/octavia/octavis.conf) | 00:11 |
rm_work | FML | 00:11 |
johnsom | I am starting the grand adventures of testing out the RedHat/CentOS patch. It's a lot of combinations to test.... | 00:13 |
rm_work | yeah >_> | 00:13 |
rm_work | https://gist.githubusercontent.com/rm-you/73edece58ed11c43b27d1a4a35f87089/raw/951fcc22fa29e688451c47e109199c06db826a7f/gistfile1.txt | 00:28 |
rm_work | johnsom: ^^ does that look like an issue with communication with *neutron*? | 00:28 |
johnsom | Well, it is either keystone or neutron. I saw something similar this morning helping a new user. | 00:31 |
rm_work | ugh yeah | 00:31 |
rm_work | neutron ext-list | 00:31 |
rm_work | 'X509' object has no attribute '_x509' | 00:31 |
rm_work | just at CLI | 00:31 |
johnsom | The endpoint as SSL but octavia.conf didn't have the required SSL stuff set | 00:31 |
rm_work | that's not great | 00:31 |
johnsom | like missing the CA cert bundle | 00:31 |
rm_work | yeah --insecure fixes it at CLI | 00:31 |
rm_work | but insecure=True in config doesn't work | 00:31 |
rm_work | it's not being honored on that check >_< | 00:32 |
johnsom | Opps, there is a bug | 00:32 |
rm_work | hmmm | 00:32 |
rm_work | i see it there though, so it SHOULD be | 00:32 |
rm_work | but it's obviously not | 00:32 |
rm_work | insecure=CONF.neutron.insecure, | 00:32 |
rm_work | so something is wonky | 00:33 |
rm_work | I wonder if there was an updated neutronclient that stopped honoring it internally | 00:34 |
rm_work | or changed the way it's supposed to be passed | 00:34 |
rm_work | i've never seen this before | 00:34 |
johnsom | I just stacked fresh and haven't see it | 00:35 |
rm_work | yeah this isn't in a stack <_< | 00:35 |
rm_work | I guess I can install the cert bundle or something | 00:35 |
rm_work | but it should honor the insecure=True config | 00:35 |
johnsom | That was this user's problem too. Missed a bunch of steps in the setup guide, but also we aren't as detailed as we should be. | 00:36 |
johnsom | I also added a bug that we should be catching more of these and giving better errors | 00:36 |
rm_work | hmm | 00:36 |
rm_work | johnsom: i feel like it's *on the connect* | 00:51 |
rm_work | it's from self.sock.getpeercert() | 00:53 |
johnsom | huh? | 00:53 |
johnsom | oh, read it worng. | 00:54 |
rm_work | it's passing an x509 object and looking for a subobject | 00:54 |
rm_work | some lib changed something internally i think that's breaking | 00:54 |
rm_work | #&*$ | 00:54 |
johnsom | Didn't we have something like this when the modules weren't right? That is why we did the upper constraints thing during the DIB incident.... | 00:56 |
johnsom | Something about cryptography... It's 1.7.1 in upper constraints | 00:58 |
rm_work | hmm | 00:59 |
rm_work | i wonder if i can replicate this in a devstack NOW | 01:04 |
johnsom | Like I said, I stacked about an hour ago and created an lb just fine | 01:04 |
johnsom | And that was a fresh devstack pull and reclone of the repos | 01:05 |
rm_work | hmm | 01:05 |
*** armax has quit IRC | 01:07 | |
rm_work | [19:17:23] <reaperhulk>that change occurred in a recent requests release, but it turns out the way urllib3 verifies that pyopenssl is new enough for that wasn't good enough. lukasa merged a change I submitted to urllib3 to fix it but it hasn't been vendored into requests and released yet | 01:18 |
rm_work | [19:17:43] <reaperhulk>the bug is that you have an ancient pyopenssl available in your package list | 01:18 |
rm_work | johnsom: ^^ | 01:18 |
johnsom | Yeah, that sounds like the reason we did the upper constraints change. | 01:19 |
rm_work | i'm not in devstack so didn't get upper-constraints | 01:22 |
rm_work | and the real problem is something else anyway | 01:22 |
rm_work | it's using pip from system even though i'm in a venv | 01:22 |
rm_work | IDKWTF | 01:22 |
johnsom | Well, I have devstack running if you want me to look at a version of something... | 01:23 |
johnsom | Or a pip freeze | 01:24 |
rm_work | nah this is something wonky | 01:24 |
*** fnaval__ has quit IRC | 01:25 | |
rm_work | i guess upgrading pip inside the venv breaks everything | 01:37 |
*** armax has joined #openstack-lbaas | 01:38 | |
*** kevo has quit IRC | 01:39 | |
*** fnaval has joined #openstack-lbaas | 01:56 | |
johnsom | https://www.irccloud.com/pastebin/m90PufPT/ | 02:19 |
johnsom | Ugh, more python 3 problems | 02:20 |
johnsom | Just tried to boot an act/stndby | 02:20 |
openstackgerrit | Brandon Logan proposed openstack/octavia: Add common base type for v1 and v2 https://review.openstack.org/423542 | 02:37 |
*** cody-somerville has quit IRC | 02:40 | |
openstackgerrit | Brandon Logan proposed openstack/octavia: Add common base type for v1 and v2 https://review.openstack.org/423542 | 02:41 |
*** harlowja has quit IRC | 02:44 | |
openstackgerrit | Brandon Logan proposed openstack/octavia: Add v2 load balancer type and controllers https://review.openstack.org/423543 | 02:45 |
blogan | johnsom: ready for review: https://review.openstack.org/#/c/423542 | 02:46 |
johnsom | Cool, thanks | 02:56 |
rm_work | ugh | 03:15 |
rm_work | Forbidden: Policy doesn't allow compute:create to be performed. | 03:15 |
rm_work | missing a role somewhere | 03:15 |
*** armax has quit IRC | 03:23 | |
*** reedip has quit IRC | 03:34 | |
rm_work | ah not providing an AZ | 03:34 |
rm_work | can we even set AZ in config? :/ | 03:34 |
*** reedip has joined #openstack-lbaas | 03:46 | |
*** jerrygb_ has quit IRC | 04:02 | |
*** jerrygb has joined #openstack-lbaas | 04:09 | |
*** jerrygb has quit IRC | 04:10 | |
johnsom | We have region, but not AZ. AZ has been a not-so-standard concept in OpenStack from what I have seen. I think there is now a real AZ concept. Probably something we need to add if it's stabilized. | 04:24 |
*** pksingh has joined #openstack-lbaas | 04:34 | |
*** armax has joined #openstack-lbaas | 05:00 | |
*** jerrygb has joined #openstack-lbaas | 05:11 | |
*** jerrygb has quit IRC | 05:16 | |
*** ianychoi has joined #openstack-lbaas | 05:26 | |
rm_work | yeah I have a ... sort of patch to add it. I'll look at fleshing that out if we think it's useful | 05:37 |
rm_work | it limits things a bit though | 05:37 |
*** anilvenkata has joined #openstack-lbaas | 05:51 | |
rm_work | johnsom: no config for the agent listen port? sad | 05:56 |
*** armax has quit IRC | 05:56 | |
rm_work | really want to save the creation of sec-groups and just reuse a default allowed ingress port :P | 05:57 |
rm_work | oh nm it's in there i'm just blind | 05:58 |
rm_work | maybe i should take a break, lol | 06:00 |
johnsom | Yeah, you had me confused there for a minute | 06:06 |
*** kevo has joined #openstack-lbaas | 06:13 | |
*** fnaval has quit IRC | 06:23 | |
*** armax has joined #openstack-lbaas | 06:28 | |
*** armax has quit IRC | 06:28 | |
*** fnaval has joined #openstack-lbaas | 06:32 | |
*** harlowja has joined #openstack-lbaas | 06:34 | |
*** fnaval has quit IRC | 06:37 | |
*** gcheresh has joined #openstack-lbaas | 06:38 | |
*** armax has joined #openstack-lbaas | 06:43 | |
*** armax has quit IRC | 06:43 | |
*** armax has joined #openstack-lbaas | 06:47 | |
*** armax has quit IRC | 06:48 | |
*** jerrygb has joined #openstack-lbaas | 07:00 | |
*** jerrygb has quit IRC | 07:06 | |
*** eezhova has quit IRC | 07:14 | |
*** harlowja has quit IRC | 07:26 | |
*** yamamoto has quit IRC | 07:33 | |
*** tesseract has joined #openstack-lbaas | 07:37 | |
*** Alex_Staf has joined #openstack-lbaas | 07:40 | |
Alex_Staf | Hi all. I was running the following tests https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest/v2/ddt on my setup. The tests fails due to quota limit. Are those negative tests ? Where is LB quota is configured ? tnx | 07:48 |
*** Alex_Staf has quit IRC | 07:58 | |
*** openstackgerrit has quit IRC | 08:03 | |
*** saju_m has joined #openstack-lbaas | 08:08 | |
*** eezhova has joined #openstack-lbaas | 08:13 | |
*** amotoki has quit IRC | 08:24 | |
*** saju_m has quit IRC | 08:26 | |
*** amotoki has joined #openstack-lbaas | 08:33 | |
*** fnaval has joined #openstack-lbaas | 08:33 | |
*** yamamoto has joined #openstack-lbaas | 08:35 | |
*** fnaval has quit IRC | 08:37 | |
*** kevo has quit IRC | 08:44 | |
*** pcaruana has joined #openstack-lbaas | 08:45 | |
*** amotoki has quit IRC | 08:53 | |
*** Alex_Staf has joined #openstack-lbaas | 08:54 | |
*** jerrygb has joined #openstack-lbaas | 09:02 | |
*** jerrygb has quit IRC | 09:08 | |
*** yamamoto has quit IRC | 09:29 | |
*** Brenda has joined #openstack-lbaas | 09:34 | |
*** openstackgerrit has joined #openstack-lbaas | 09:47 | |
openstackgerrit | Zhixin Li proposed openstack/neutron-lbaas: Expose provisioning_status and operating_status for all top level objects https://review.openstack.org/405780 | 09:47 |
*** amotoki has joined #openstack-lbaas | 09:57 | |
*** strigazi_AFK is now known as strigazi | 10:09 | |
*** yamamoto has joined #openstack-lbaas | 10:20 | |
*** yamamoto has quit IRC | 10:21 | |
*** saju_m has joined #openstack-lbaas | 10:24 | |
*** fnaval has joined #openstack-lbaas | 10:34 | |
*** fnaval has quit IRC | 10:38 | |
*** saju_m has quit IRC | 10:42 | |
*** jerrygb has joined #openstack-lbaas | 11:04 | |
*** amotoki has quit IRC | 11:07 | |
*** jerrygb has quit IRC | 11:09 | |
*** pksingh has quit IRC | 11:21 | |
*** amotoki has joined #openstack-lbaas | 11:30 | |
*** catintheroof has joined #openstack-lbaas | 12:16 | |
*** yamamoto has joined #openstack-lbaas | 12:20 | |
*** nrado has joined #openstack-lbaas | 12:25 | |
*** ducttape_ has joined #openstack-lbaas | 12:27 | |
*** fnaval has joined #openstack-lbaas | 12:34 | |
*** fnaval has quit IRC | 12:39 | |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Initial Cluster Manager https://review.openstack.org/405238 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology: Initial Distributor Noop Driver https://review.openstack.org/313006 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology : create distributor network flow https://review.openstack.org/409763 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - register/uregister amphorae tasks https://review.openstack.org/409765 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: Active-Active Topology - Cluster DB Tasks https://review.openstack.org/409764 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Driver https://review.openstack.org/317629 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology OVS-based Distributor Backend https://review.openstack.org/320422 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor related tasks https://review.openstack.org/406951 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - controller network tasks https://review.openstack.org/323481 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Distributor image creation https://review.openstack.org/403594 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - network driver related changes https://review.openstack.org/322494 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE - distributor certificate tasks https://review.openstack.org/406952 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - distributor creation flow https://review.openstack.org/406953 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - create shared distributor https://review.openstack.org/406954 | 13:01 |
openstackgerrit | Abed Abu dbai proposed openstack/octavia: ACTIVE-ACTIVE Topology - Add Disable ARP merge https://review.openstack.org/424648 | 13:01 |
Alex_Staf | johnsom, Hi, I was saw the following tests https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest/v2/ddt. Those setup are failing on my env ( Quotas of LB, ip addresses). Additionally we did not see anywhere that those tests are being ran anywhere. Why we have them if they are not running? tnx | 13:02 |
Alex_Staf | nmagnezi, if I messed something feel free to add ^ | 13:03 |
Alex_Staf | missed* | 13:03 |
nmagnezi | looks okay | 13:03 |
*** yamamoto has quit IRC | 13:04 | |
*** jerrygb has joined #openstack-lbaas | 13:05 | |
*** jerrygb has quit IRC | 13:10 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 13:16 | |
*** yamamoto has joined #openstack-lbaas | 13:25 | |
*** yamamoto has quit IRC | 13:25 | |
*** ducttape_ has quit IRC | 13:29 | |
*** armax has joined #openstack-lbaas | 13:34 | |
*** armax has quit IRC | 13:54 | |
*** jsheeren has joined #openstack-lbaas | 14:01 | |
*** ducttape_ has joined #openstack-lbaas | 14:06 | |
*** reedip has quit IRC | 14:06 | |
*** jsheeren has left #openstack-lbaas | 14:08 | |
*** ducttape_ has quit IRC | 14:11 | |
*** reedip has joined #openstack-lbaas | 14:20 | |
*** matt-borland has joined #openstack-lbaas | 14:23 | |
*** amotoki has quit IRC | 14:29 | |
*** amotoki has joined #openstack-lbaas | 14:35 | |
*** ducttape_ has joined #openstack-lbaas | 14:37 | |
nrado | Hi, can some explain to me why the default endpoint type of Keystone client auth session is public (for example in neutron_lbaas.conf)? Should it not be internal? | 14:39 |
*** fnaval has joined #openstack-lbaas | 14:40 | |
*** jerrygb has joined #openstack-lbaas | 14:44 | |
*** jerrygb_ has joined #openstack-lbaas | 14:47 | |
*** jerrygb__ has joined #openstack-lbaas | 14:49 | |
*** jerrygb has quit IRC | 14:51 | |
*** jerrygb_ has quit IRC | 14:52 | |
*** fnaval has quit IRC | 14:52 | |
*** fnaval has joined #openstack-lbaas | 14:56 | |
*** fnaval has quit IRC | 14:57 | |
*** amotoki has quit IRC | 14:57 | |
*** fnaval has joined #openstack-lbaas | 14:58 | |
*** armax has joined #openstack-lbaas | 14:58 | |
*** jerrygb has joined #openstack-lbaas | 15:01 | |
*** jerrygb__ has quit IRC | 15:05 | |
xgerman | nrado I think you are right… | 15:18 |
openstackgerrit | Dirk Mueller proposed openstack/neutron-lbaas: Remove psutil dependency https://review.openstack.org/424695 | 15:20 |
*** amotoki has joined #openstack-lbaas | 15:22 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors https://review.openstack.org/331841 | 15:24 |
*** amotoki has quit IRC | 15:26 | |
nmagnezi | johnsom, ^^ | 15:26 |
*** amotoki has joined #openstack-lbaas | 15:26 | |
*** amotoki has quit IRC | 15:27 | |
*** amotoki has joined #openstack-lbaas | 15:27 | |
*** ducttape_ has quit IRC | 15:29 | |
openstackgerrit | Nir Magnezi proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors https://review.openstack.org/331841 | 15:29 |
*** armax has quit IRC | 15:34 | |
*** armax_ has joined #openstack-lbaas | 15:34 | |
*** amotoki has quit IRC | 15:41 | |
*** gcheresh has quit IRC | 15:44 | |
*** ducttape_ has joined #openstack-lbaas | 15:46 | |
*** trevormc has joined #openstack-lbaas | 15:49 | |
trevormc | hey lbaas team, I have a feature that works well with sr-iov but it does a lot of loadbalancing type of operations: VLAN and MAC filtering (inbound), Stripping of VLAN ID (single) from inbound traffic, Addition of VLAN ID (single) to outbound traffic, Enabling/disabling broadcast, multicast, unicast. Are these already available in some combination of lbaas and sriov? | 15:54 |
*** amotoki has joined #openstack-lbaas | 15:57 | |
*** _ducttape_ has joined #openstack-lbaas | 15:59 | |
*** reedip has quit IRC | 16:02 | |
*** ducttape_ has quit IRC | 16:03 | |
*** cody-somerville has joined #openstack-lbaas | 16:03 | |
*** cody-somerville has quit IRC | 16:03 | |
*** cody-somerville has joined #openstack-lbaas | 16:03 | |
*** anilvenkata has quit IRC | 16:04 | |
*** jerrygb has quit IRC | 16:08 | |
*** jerrygb has joined #openstack-lbaas | 16:09 | |
*** _ducttape_ has quit IRC | 16:11 | |
*** ducttape_ has joined #openstack-lbaas | 16:12 | |
*** eezhova has quit IRC | 16:15 | |
johnsom | trevormc We have not done any work specific to SRIOV in the reference load balancing drivers yet. It is on our roadmap to discuss however. | 16:15 |
*** pcaruana has quit IRC | 16:16 | |
*** reedip has joined #openstack-lbaas | 16:16 | |
johnsom | nmagnezi I will take a look at the patch. I started work testing and reviewing the patch yesterday, but found some more python 3 bugs from the DIB changes. Still working on that. | 16:16 |
johnsom | Alex_Staf I am not sure what the current state of the DDT tests are. The folks that were working on them are no longer working on the project. For now, you can ignore them. | 16:17 |
nmagnezi | johnsom, let me know if there is anything I can do to help, even if it's not part of my patch | 16:17 |
nmagnezi | johnsom, and ofcourse I can review | 16:17 |
johnsom | I will get it fixed today | 16:18 |
nmagnezi | ack | 16:18 |
johnsom | I hit that issue when doing active/standby testing | 16:18 |
johnsom | nmagnezi This is my test plan: | 16:19 |
johnsom | PASS 1. test ubuntu standalone | 16:19 |
johnsom | PASS 2. test ubuntu standalone amp reboot | 16:19 |
johnsom | 3. test ubuntu act/stndby | 16:19 |
johnsom | a. bounce IP back and forth | 16:19 |
johnsom | PASS 4. test ubuntu spares pool | 16:19 |
johnsom | 1. test centos 7 standalone | 16:19 |
johnsom | 2. test centos 7 standalone amp reboot | 16:19 |
johnsom | 3. test centos 7 act/stndby | 16:19 |
johnsom | a. bounce IP back and forth | 16:19 |
johnsom | 4. test centos 7 spares pool | 16:19 |
johnsom | I started with tests to make sure we didn't break existing capability. | 16:19 |
johnsom | Or in this case, the tests weren't passing for other reasons.... | 16:19 |
Alex_Staf | johnsom, tnx :) | 16:22 |
*** cody-somerville has quit IRC | 16:22 | |
nmagnezi | looks good. we should probably have some tempest scenarios that do those tests | 16:23 |
nmagnezi | Alex_Staf, ^^ ;) | 16:23 |
xgerman | so with os_ansible broken I am putting some cycles into the proxy | 16:24 |
xgerman | what we put into the body of the failed request which will generate | 16:24 |
johnsom | If you have the development cycles you could work on fixing those ddt tests. I'm just not sure what state they left them in and as you mentioned they never were added to the gates. | 16:24 |
xgerman | https://www.irccloud.com/pastebin/PESNivm1/ | 16:24 |
xgerman | I am hoping that ansible gets fixed soon - they upgrade to a new ansible version and that cases them pain | 16:25 |
*** _ducttape_ has joined #openstack-lbaas | 16:28 | |
*** ducttape_ has quit IRC | 16:31 | |
*** cody-somerville has joined #openstack-lbaas | 16:34 | |
*** reedip_ has joined #openstack-lbaas | 16:40 | |
*** _ducttape_ has quit IRC | 16:42 | |
openstackgerrit | Sindhu Devale proposed openstack/octavia: Octavia v2 API for listeners https://review.openstack.org/424744 | 16:49 |
*** kevo has joined #openstack-lbaas | 16:52 | |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members https://review.openstack.org/423393 | 16:57 |
*** saju_m has joined #openstack-lbaas | 16:57 | |
*** ducttape_ has joined #openstack-lbaas | 17:10 | |
*** Alex_Staf has quit IRC | 17:16 | |
*** eezhova has joined #openstack-lbaas | 17:19 | |
*** ducttape_ has quit IRC | 17:20 | |
*** eezhova has quit IRC | 17:22 | |
*** eezhova has joined #openstack-lbaas | 17:23 | |
openstackgerrit | Brandon Logan proposed openstack/octavia: Add common base type for v1 and v2 https://review.openstack.org/423542 | 17:30 |
rm_work | johnsom: lol our VM names are limited to 15 chars | 17:35 |
rm_work | not something we thought about <_< | 17:35 |
johnsom | Say what? | 17:35 |
johnsom | Really? | 17:35 |
rm_work | fixed it by making the compute_task method generate a new random 15char string for the name :/ | 17:35 |
johnsom | That is incredibly un-useful | 17:36 |
rm_work | yeah. whelp. | 17:37 |
rm_work | just FYI, in some places that is a thing | 17:37 |
*** amotoki has quit IRC | 17:38 | |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members https://review.openstack.org/423393 | 17:41 |
*** ducttape_ has joined #openstack-lbaas | 17:43 | |
*** csomerville has joined #openstack-lbaas | 17:48 | |
rm_work | johnsom: FYI interesting thing I ran into, creating a LB without auth turned on does not require a project ID... deleting it does | 17:50 |
johnsom | rm_work we use this: base64_sha1_string under common/utils for an haproxy limitation on string lenght | 17:50 |
rm_work | hmm k i'll switch to that | 17:50 |
johnsom | rm_work oh, great. Well, it's another bug | 17:51 |
johnsom | Can you either file it or fix it? | 17:51 |
*** cody-somerville has quit IRC | 17:51 | |
johnsom | rm_work https://github.com/openstack/octavia/blob/master/octavia/amphorae/backends/agent/api_server/listener.py#L98 | 17:52 |
rm_work | yeah i'm like four layers of fur deep right now in this yak | 17:53 |
rm_work | so i'll file it | 17:53 |
johnsom | Cool, thanks | 17:53 |
johnsom | It looks like act/stndby isn't working right. That is what I am poking at now | 17:53 |
rm_work | yeah that hash is still too long tho lol | 17:53 |
rm_work | we aren't at hard freeze yet right? this week is just feature freeze | 17:53 |
rm_work | filed https://bugs.launchpad.net/octavia/+bug/1659064 | 17:57 |
openstack | Launchpad bug 1659064 in octavia "Delete LB fails with: noauth, no project_id" [Undecided,New] | 17:57 |
*** reedip_ has quit IRC | 17:59 | |
johnsom | This week is the freeze. I haven't picked a day yet, but will be very picky on what we get in | 17:59 |
johnsom | It's feature freeze anyway, we can still merge bug fixes | 18:01 |
rm_work | kk | 18:02 |
*** amotoki has joined #openstack-lbaas | 18:04 | |
*** strigazi is now known as strigazi_AFK | 18:05 | |
*** saju_m has quit IRC | 18:06 | |
*** amotoki has quit IRC | 18:06 | |
rm_work | hey, bonus, I actually get to test using a spares pool :P | 18:11 |
*** eezhova has quit IRC | 18:12 | |
*** ducttape_ has quit IRC | 18:21 | |
*** ducttape_ has joined #openstack-lbaas | 18:21 | |
*** ducttape_ has quit IRC | 18:26 | |
*** eezhova has joined #openstack-lbaas | 18:29 | |
*** kevo has quit IRC | 18:29 | |
openstackgerrit | Ankur proposed openstack/octavia: Introduce Octavia v2 API for Load Balancers https://review.openstack.org/406194 | 18:37 |
*** eezhova has quit IRC | 18:38 | |
*** tesseract has quit IRC | 18:39 | |
*** trevormc has quit IRC | 18:42 | |
*** kevo has joined #openstack-lbaas | 18:43 | |
*** ianychoi has quit IRC | 19:00 | |
*** eezhova has joined #openstack-lbaas | 19:10 | |
*** ducttape_ has joined #openstack-lbaas | 19:11 | |
*** ducttape_ has quit IRC | 19:15 | |
*** gcheresh has joined #openstack-lbaas | 19:19 | |
*** kevo has quit IRC | 19:26 | |
*** ducttape_ has joined #openstack-lbaas | 19:26 | |
*** kevo has joined #openstack-lbaas | 19:28 | |
rm_work | johnsom: housekeeping basically never ctrl-c's properly T_T | 19:39 |
johnsom | Yeah, known issue. It's stuck sleeping. Just need to rework those sleep timeout loops | 19:40 |
*** eezhova has quit IRC | 19:40 | |
*** harlowja has joined #openstack-lbaas | 19:41 | |
*** gcheresh has quit IRC | 19:41 | |
openstackgerrit | Adam Harwell proposed openstack/octavia: Add option to choose an availability_zone for amps https://review.openstack.org/424816 | 19:42 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/424620 | 19:56 |
*** armax_ is now known as armax | 20:03 | |
*** gcheresh has joined #openstack-lbaas | 20:43 | |
*** _ducttape_ has joined #openstack-lbaas | 20:57 | |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for Members https://review.openstack.org/405932 | 20:57 |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Align Octavia v2 API for Members https://review.openstack.org/423393 | 20:57 |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 20:57 |
openstackgerrit | Sindhu Devale proposed openstack/octavia: Octavia v2 API for listeners https://review.openstack.org/424744 | 20:57 |
*** ducttape_ has quit IRC | 21:01 | |
*** jerrygb_ has joined #openstack-lbaas | 21:01 | |
*** jerrygb has quit IRC | 21:03 | |
*** jerrygb_ has quit IRC | 21:04 | |
rm_work | ugh ok back to looking at pagination | 21:04 |
*** yamamoto has joined #openstack-lbaas | 21:08 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix active/standby under python3 https://review.openstack.org/424851 | 21:09 |
xgerman | rm_work. johnsom: submitted a lab talk for Boston | 21:10 |
xgerman | but it seems they don’t have a lab category | 21:10 |
xgerman | :-( | 21:10 |
johnsom | +1 | 21:11 |
johnsom | hmmm | 21:11 |
xgerman | well, they cna always bring laptops but not sure how we can enforce an RSVP | 21:11 |
*** yamamoto has quit IRC | 21:12 | |
johnsom | Maybe that isn't "marketing" enough for the summit???? | 21:13 |
xgerman | maybe it’s a sales summit? | 21:13 |
johnsom | We are selling Octavia, we just have an incredible discount going.... | 21:21 |
johnsom | Grin | 21:21 |
openstackgerrit | Shashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 21:24 |
openstackgerrit | Shashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for pools https://review.openstack.org/405922 | 21:25 |
rm_work | xgerman: put me on it? I can help | 21:27 |
xgerman | yep, you are on it | 21:27 |
rm_work | kk | 21:27 |
rm_work | thanks | 21:27 |
openstackgerrit | Merged openstack/neutron-lbaas-dashboard: Imported Translations from Zanata https://review.openstack.org/421702 | 21:29 |
openstackgerrit | Nakul Dahiwade proposed openstack/octavia: Introduce Octavia v2 API for Members https://review.openstack.org/405932 | 21:30 |
*** catintheroof has quit IRC | 21:35 | |
*** catintheroof has joined #openstack-lbaas | 21:35 | |
*** catintheroof has quit IRC | 21:35 | |
*** _ducttape_ has quit IRC | 21:37 | |
*** ducttape_ has joined #openstack-lbaas | 21:37 | |
*** ducttape_ has quit IRC | 21:38 | |
*** ducttape_ has joined #openstack-lbaas | 21:39 | |
*** gcheresh has quit IRC | 21:45 | |
*** kevo has quit IRC | 21:49 | |
*** kevo has joined #openstack-lbaas | 21:50 | |
*** amotoki has joined #openstack-lbaas | 22:02 | |
openstackgerrit | Shashank Kumar Shankar proposed openstack/octavia: Introduce Octavia v2 API for Pools with LBaaS align https://review.openstack.org/420195 | 22:03 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix active/standby under python3 https://review.openstack.org/424851 | 22:12 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Remove python3.4 from tox https://review.openstack.org/424877 | 22:16 |
johnsom | ^^^ Unless someone cares about py34... | 22:16 |
*** yamamoto has joined #openstack-lbaas | 22:17 | |
*** matt-borland has quit IRC | 22:20 | |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix the amphora-agent support for RH based Linux flavors https://review.openstack.org/331841 | 22:28 |
openstackgerrit | Sindhu Devale proposed openstack/octavia: Octavia v2 API for listeners https://review.openstack.org/424744 | 22:56 |
openstackgerrit | Michael Johnson proposed openstack/octavia: Fix py3x gates https://review.openstack.org/424890 | 22:59 |
rm_work | ooh, more py3x fixes? | 23:00 |
johnsom | Just peeling the onion | 23:03 |
johnsom | Feel free to add to that if you are inspired and see something | 23:04 |
*** harlowja has quit IRC | 23:08 | |
rm_work | wtf mocks are not playing nice today | 23:08 |
rm_work | session_mock = mock.MagicMock() | 23:08 |
rm_work | session_mock.query.return_value = mock.MagicMock() | 23:08 |
rm_work | shouldn't session_mock.query() return me a fresh mock? | 23:08 |
rm_work | the one I set | 23:08 |
rm_work | grrr | 23:10 |
rm_work | oh weird it is | 23:11 |
rm_work | it's just ... naming it oddly | 23:11 |
*** amotoki has quit IRC | 23:15 | |
*** rm_work has quit IRC | 23:16 | |
*** fnaval has quit IRC | 23:16 | |
*** rm_work has joined #openstack-lbaas | 23:17 | |
*** ducttape_ has quit IRC | 23:20 | |
*** amotoki has joined #openstack-lbaas | 23:22 | |
openstackgerrit | Adam Harwell proposed openstack/octavia: Implement sorting and pagination for octavia https://review.openstack.org/382147 | 23:28 |
rm_work | alright giving this a shot | 23:28 |
rm_work | reworked ... most of that | 23:28 |
rm_work | to match the way glance does it, kinda | 23:28 |
rm_work | kind of a mix | 23:28 |
rm_work | need to completely redo the testing | 23:28 |
rm_work | right now it's totally not useful | 23:28 |
rm_work | gonna copy most of the tests in from glance as well | 23:29 |
rm_work | as soon as I understand them | 23:29 |
rm_work | meanwhile seeing if this works *at all* :P | 23:33 |
*** amotoki has quit IRC | 23:42 | |
*** ducttape_ has joined #openstack-lbaas | 23:58 | |
*** harlowja has joined #openstack-lbaas | 23:58 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!