*** yamamoto has joined #openstack-lbaas | 00:00 | |
fnaval_ | hi - hmm. does the POST request for the health monitor look correct here? https://gist.github.rackspace.com/fran4943/30763c5b6007b424990f | 00:00 |
---|---|---|
fnaval_ | per the api doc: http://www.octavia.io/review/master/api/octaviaapi.html#create-health-monitor | 00:00 |
fnaval_ | can someone please check? thanks | 00:00 |
fnaval_ | will deprecated paths still work? | 00:02 |
johnsom | fnaval_ deprecated paths should still work for at least a while | 00:03 |
fnaval_ | k thanks johnsom | 00:04 |
johnsom | fnaval_ I can't reach your gist BTW | 00:04 |
fnaval_ | sorry - thats internal | 00:05 |
fnaval_ | recreating on public | 00:05 |
fnaval_ | 1 sec | 00:05 |
fnaval_ | here you go johnsom: https://gist.github.rackspace.com/fran4943/1a2f758ab48b231af3e4 | 00:05 |
johnsom | fnaval_ Check this too: https://review.openstack.org/281126 | 00:05 |
fnaval_ | ah.. ok - that's probably why i'm hitting this error | 00:06 |
johnsom | fnaval_ I don't think I can get to gist.github.rackspace.com | 00:06 |
fnaval_ | ah. sorry - let me redo that. | 00:06 |
fnaval_ | https://gist.github.com/fnaval/8eeb3469ea869b7968c5 | 00:06 |
johnsom | That one I can open | 00:07 |
fnaval_ | ah. ok, the underscore in health monitor needs to go away | 00:07 |
johnsom | Yep | 00:07 |
fnaval_ | cool. thanks johnsom | 00:07 |
johnsom | NP | 00:07 |
*** yamamoto has quit IRC | 00:09 | |
johnsom | dougwig https://bugs.launchpad.net/neutron/+bug/1541670 | 00:12 |
openstack | Launchpad bug 1541670 in neutron "lbaas tests gate on dib" [High,Confirmed] - Assigned to Michael Johnson (johnsom) | 00:12 |
johnsom | Not sure I will be able to get to this any time soon | 00:12 |
johnsom | DIB does have gates that run DIB builds as I see here: https://review.openstack.org/#/c/278188/ | 00:13 |
johnsom | The trusty gate is close to us | 00:14 |
*** diogogmt has quit IRC | 00:21 | |
*** bana_k has quit IRC | 00:24 | |
openstackgerrit | German Eichberger proposed openstack/octavia: Improved LoadBalancer Delete https://review.openstack.org/282113 | 00:25 |
*** yamamoto has joined #openstack-lbaas | 00:38 | |
*** yamamoto has quit IRC | 00:49 | |
*** ducttape_ has quit IRC | 01:06 | |
rm_work | hrm johnsom having issues with that awk actually | 01:16 |
*** bana_k has joined #openstack-lbaas | 01:16 | |
rm_work | sometimes it returns the ipv6 address <_< | 01:16 |
rm_work | gonna debug it momentarily, just thought i'd mention | 01:16 |
johnsom | Hmm, strange | 01:16 |
*** jwarendt has quit IRC | 01:16 | |
rm_work | aaah nm | 01:17 |
rm_work | got it | 01:17 |
rm_work | have to double-escape the \ | 01:17 |
rm_work | it was losing one | 01:17 |
johnsom | Ah, yeah, I copied that out of one of my bash files | 01:17 |
rm_work | yeah and i thought it worked originally | 01:18 |
rm_work | i wish there was a better way to do this... | 01:18 |
rm_work | maybe I just need to make a new gist that is the scripts to use | 01:18 |
rm_work | and wget that in my other script, lol | 01:18 |
rm_work | or stop having this be a gist and make a real repo <_< | 01:18 |
*** diogogmt has joined #openstack-lbaas | 01:18 | |
johnsom | Yeah, I thought about setting up a github. I have a NAS that I have my scripts shared out on | 01:19 |
johnsom | That doesn't help much while traveling however. | 01:20 |
rm_work | i could add you to this repo i just made, lol | 01:21 |
rm_work | store stuff centrally | 01:21 |
rm_work | doesn't matter that much but could be useful | 01:21 |
*** Aish has quit IRC | 01:22 | |
*** paco20151113 has joined #openstack-lbaas | 01:38 | |
*** bana_k has quit IRC | 01:40 | |
rm_work | johnsom: what's your github id? | 01:40 |
*** jwarendt has joined #openstack-lbaas | 01:52 | |
*** chlong_ has joined #openstack-lbaas | 01:55 | |
openstackgerrit | Franklin Naval proposed openstack/octavia: WIP Octavia: Health Monitor Scenario Test https://review.openstack.org/282130 | 01:56 |
madhu_ak | fnaval: ping | 01:58 |
fnaval_ | madhu_ak: hi | 01:58 |
madhu_ak | yeah, wanted to sync up with tempest plugin | 01:59 |
*** minwang2 has quit IRC | 02:00 | |
fnaval_ | ah ok | 02:00 |
*** minwang2 has joined #openstack-lbaas | 02:00 | |
*** minwang2 has quit IRC | 02:00 | |
madhu_ak | fnaval_ so here is the update. | 02:01 |
fnaval_ | madhu_ak: so, how does one use it? is it a line inside of the localrc? | 02:01 |
madhu_ak | well. With the use of tempest plugin, the config and other files needs to be cleaned up | 02:02 |
madhu_ak | With the recent keystone changes in tempest client, we should be importing the tempest files directly than maintaining files in our tree. like config, common. | 02:03 |
madhu_ak | At some point, there is going to be breakage in our gate tests as some of the config values that are being used in our tree are deprecated. | 02:04 |
madhu_ak | fnaval_, johnsom: we need broader discussion about the usage of tempest_plugin | 02:06 |
fnaval_ | sure - we should talk about the use of it. As for the keystone changes, I did not see anything there where I could reuse except for the token clients | 02:11 |
fnaval_ | though, that may have changed recently? | 02:11 |
fnaval_ | If there's code now that I can reuse in tempest_lib with keystone, I'll definitely use that | 02:11 |
fnaval_ | madhu_ak: or are you speaking of tempest itself? | 02:12 |
rm_work | oh man, so much better workflow now | 02:12 |
rm_work | fnaval_: my devstack scripting has evolved a lot if you're still using it | 02:12 |
rm_work | fnaval_: https://github.com/rm-you/devstack_deploy | 02:13 |
madhu_ak | About maintaining https://github.com/openstack/neutron-lbaas/tree/master/neutron_lbaas/tests/tempest/lib | 02:13 |
fnaval_ | rm_work: oh yeah nice - in fact, i'm about to stack now | 02:13 |
rm_work | fnaval_: bash <(curl -sL bit.do/devstack) | 02:13 |
rm_work | just run that | 02:13 |
rm_work | don't even have to wget/chmod | 02:13 |
rm_work | used a URL shortener to make my life easier | 02:14 |
rm_work | or just wget https://raw.githubusercontent.com/rm-you/devstack_deploy/master/stackme.sh | 02:14 |
fnaval_ | madhu_ak: yes, I agree - there needs to be some refactoring done in there | 02:14 |
rm_work | i'm testing it now but it should work | 02:14 |
rm_work | if you wget you can change the patch numbers at the top | 02:14 |
madhu_ak | can we get rid of those files and lets rely on tempest common files from tempest itself? | 02:15 |
fnaval_ | madhu_ak: I'm fine with that but wasn't the consensus that we should use tempest_lib | 02:15 |
fnaval_ | and not import tempest at all? | 02:16 |
*** fnaval_ is now known as fnaval | 02:16 | |
madhu_ak | if the tempest common and config files are moved into tempest_lib, yes we can directly import from tempest_lib | 02:17 |
rm_work | *importing* from tempest is fine IMO | 02:17 |
rm_work | actually COPYING FILES INTO TREE from tempest is not (which is what neutron-lbaas did) | 02:17 |
madhu_ak | yes. We can do importing from tempest is fine too | 02:17 |
madhu_ak | exactly. | 02:17 |
madhu_ak | we need to get rid of those junk files | 02:18 |
rm_work | which was done because at the time the code in tempest wasn't very stable to import from (and still isn't, really, but whatever) | 02:18 |
rm_work | tempest_lib is designed to provide a stable API to import | 02:18 |
fnaval | madhu_ak: I propose that we introduce those common and config files into tempest lib then | 02:18 |
madhu_ak | Correct | 02:18 |
rm_work | fnaval: that would be ideal, i think the tempest people are still working on fleshing out tempest_lib | 02:18 |
madhu_ak | we need to bring in dougwig here about the process | 02:18 |
rm_work | but they want to be careful since the whole point is to provide a stable API, so anything they add, they're stuck with for a while | 02:19 |
rm_work | which is why it is going slowly, i think | 02:19 |
rm_work | brb | 02:19 |
fnaval | I'd say make the code submission into tempest lib, and then let them vet it out. | 02:19 |
madhu_ak | however, the keystone related changes is getting deprecated, as a result, we will run int unexpected errors in our gate | 02:20 |
fnaval | They'll see that it makes sense to have it structure that way. | 02:20 |
rm_work | I THINK they had a plan -- might want to talk to them first | 02:20 |
madhu_ak | yes | 02:20 |
rm_work | before blindly submitting a CR :P | 02:20 |
rm_work | better way to make friends lol | 02:20 |
fnaval | rm_work: how do we get in contact with them? | 02:20 |
rm_work | uhh, i think #openstack-qa | 02:21 |
rm_work | should be them | 02:21 |
madhu_ak | yes. they are | 02:21 |
fnaval | then we should start a conversation with them about the proposed changes | 02:23 |
madhu_ak | yes. | 02:23 |
fnaval | maybe attend one of their meetings and find out what their outlook looks like with tempest_lib; and let them know that we have code ready to go to make that change | 02:24 |
fnaval | though it's not really a change - it will enable tempest_lib to have the common libraries available to inherit from | 02:24 |
fnaval | hmmm... the channel room topic is: Topic: All Things QA... | 02:26 |
fnaval | I was hoping for something more informative like meeting times, documentation, etc. | 02:26 |
fnaval | we can also start a email conversation on the mailing list - though I'm not sure how best to go about in doing that? | 02:26 |
madhu_ak | yes, we can initiate a thread about that. | 02:27 |
madhu_ak | okay, heading to home | 02:28 |
fnaval | madhu_ak: you seem to understand the problem/solution really well, could you please initiate that? | 02:28 |
fnaval | ok, we'll talk later then madhu_ak | 02:29 |
madhu_ak | yes, fnaval I can do that tomorrow morning.. | 02:29 |
madhu_ak | yep :) see you tom fvanal | 02:29 |
madhu_ak | fnaval | 02:29 |
fnaval | thank you sir madhu_ak - please cc me on it | 02:32 |
*** ducttape_ has joined #openstack-lbaas | 02:34 | |
openstackgerrit | Wang Bo proposed openstack/octavia: Stop using non-existent method of Mock https://review.openstack.org/280766 | 02:39 |
*** bochi-michael has joined #openstack-lbaas | 02:44 | |
*** jwarendt has quit IRC | 02:46 | |
openstackgerrit | Wang Bo proposed openstack/octavia: Stop using non-existent method of Mock https://review.openstack.org/280766 | 02:51 |
*** ducttape_ has quit IRC | 03:12 | |
*** madhu_ak has quit IRC | 03:12 | |
*** kevo has quit IRC | 03:12 | |
*** yamamoto_ has joined #openstack-lbaas | 03:17 | |
*** ducttape_ has joined #openstack-lbaas | 03:20 | |
*** ducttape_ has quit IRC | 03:21 | |
*** links has joined #openstack-lbaas | 03:30 | |
*** ducttape_ has joined #openstack-lbaas | 03:34 | |
*** amotoki has quit IRC | 03:47 | |
*** amotoki has joined #openstack-lbaas | 03:48 | |
*** barclaac has left #openstack-lbaas | 03:48 | |
*** ducttape_ has quit IRC | 03:51 | |
*** yuanying_ has quit IRC | 04:10 | |
*** amotoki has quit IRC | 04:28 | |
*** amotoki has joined #openstack-lbaas | 04:29 | |
*** amotoki has quit IRC | 04:35 | |
*** amotoki has joined #openstack-lbaas | 04:47 | |
*** yuanying has joined #openstack-lbaas | 04:50 | |
*** amotoki has quit IRC | 04:56 | |
*** amotoki has joined #openstack-lbaas | 05:02 | |
*** Aish has joined #openstack-lbaas | 05:05 | |
*** Aish has left #openstack-lbaas | 05:05 | |
*** prabampm has joined #openstack-lbaas | 05:22 | |
*** fnaval has quit IRC | 05:27 | |
*** amotoki has quit IRC | 05:31 | |
*** rcernin has joined #openstack-lbaas | 05:37 | |
*** amotoki has joined #openstack-lbaas | 05:39 | |
*** minwang2 has joined #openstack-lbaas | 05:39 | |
*** minwang2 has quit IRC | 05:41 | |
rm_work | sometimes i think installing numpy like 5 times is the single longest piece of devstack >_> | 05:41 |
rm_work | latest stack took 4 minutes each time to build numpy, and i am pretty sure it built it at least 4 times... wish it did some decent caching... | 05:42 |
*** yuanying has quit IRC | 05:43 | |
*** fnaval has joined #openstack-lbaas | 05:49 | |
*** kobis has joined #openstack-lbaas | 06:04 | |
*** bana_k has joined #openstack-lbaas | 06:27 | |
*** numans has joined #openstack-lbaas | 06:39 | |
*** woodster_ has quit IRC | 06:56 | |
*** armax has quit IRC | 06:59 | |
*** kobis has quit IRC | 07:13 | |
*** yuanying has joined #openstack-lbaas | 07:28 | |
*** bana_k has quit IRC | 07:34 | |
*** chlong_ has quit IRC | 07:41 | |
*** pcaruana has joined #openstack-lbaas | 07:45 | |
*** kevo has joined #openstack-lbaas | 07:55 | |
*** kevo has quit IRC | 08:11 | |
*** reedip is now known as outofmemory | 08:31 | |
*** piet has joined #openstack-lbaas | 08:37 | |
*** ebagdasa has joined #openstack-lbaas | 08:41 | |
*** piet has quit IRC | 08:45 | |
*** piet has joined #openstack-lbaas | 08:47 | |
*** piet has quit IRC | 08:49 | |
*** yuanying has quit IRC | 08:49 | |
*** piet has joined #openstack-lbaas | 08:55 | |
*** amotoki has quit IRC | 09:00 | |
*** amotoki has joined #openstack-lbaas | 09:04 | |
*** kobis has joined #openstack-lbaas | 09:05 | |
*** piet has quit IRC | 09:07 | |
*** piet has joined #openstack-lbaas | 09:08 | |
*** bochi-michael has quit IRC | 09:13 | |
*** piet has quit IRC | 09:13 | |
*** piet has joined #openstack-lbaas | 09:15 | |
*** piet has quit IRC | 09:16 | |
*** piet has joined #openstack-lbaas | 09:21 | |
*** piet has quit IRC | 09:36 | |
*** piet has joined #openstack-lbaas | 09:38 | |
*** piet has quit IRC | 09:56 | |
*** piet has joined #openstack-lbaas | 10:02 | |
*** piet has quit IRC | 10:07 | |
*** piet has joined #openstack-lbaas | 10:08 | |
*** paco20151113 has quit IRC | 10:10 | |
*** yuanying has joined #openstack-lbaas | 10:25 | |
*** piet has quit IRC | 10:27 | |
*** piet has joined #openstack-lbaas | 10:27 | |
*** yamamoto_ has quit IRC | 10:32 | |
*** yuanying has quit IRC | 10:51 | |
*** piet has quit IRC | 11:03 | |
*** piet has joined #openstack-lbaas | 11:04 | |
*** piet has quit IRC | 11:06 | |
*** piet has joined #openstack-lbaas | 11:07 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Fix model update flows https://review.openstack.org/280478 | 11:25 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Update data model conversion to be more complete https://review.openstack.org/280166 | 11:25 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Assign peer_port on listener creation https://review.openstack.org/282288 | 11:25 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 database structures https://review.openstack.org/265430 | 11:26 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Update repos for L7 policy / methods https://review.openstack.org/265529 | 11:26 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Update repos for L7 rules / validations https://review.openstack.org/276643 | 11:27 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 api - policies https://review.openstack.org/265690 | 11:28 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 api - rules https://review.openstack.org/277718 | 11:28 |
*** kobis has quit IRC | 11:29 | |
*** piet has quit IRC | 11:33 | |
*** piet has joined #openstack-lbaas | 11:33 | |
*** yamamoto_ has joined #openstack-lbaas | 11:35 | |
*** piet has quit IRC | 11:37 | |
*** piet has joined #openstack-lbaas | 11:38 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Update repos for L7 policy / methods https://review.openstack.org/265529 | 11:42 |
*** piet has quit IRC | 11:44 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Update repos for L7 rules / validations https://review.openstack.org/276643 | 11:48 |
*** piet has joined #openstack-lbaas | 11:48 | |
openstackgerrit | Wang Bo proposed openstack/octavia: Stop using non-existent method of Mock https://review.openstack.org/280766 | 11:50 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 api - policies https://review.openstack.org/265690 | 11:53 |
*** yamamoto_ has quit IRC | 11:54 | |
*** yamamoto has joined #openstack-lbaas | 11:54 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 api - rules https://review.openstack.org/277718 | 11:58 |
*** yamamoto has quit IRC | 11:58 | |
*** piet has quit IRC | 11:58 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 controller worker flows and tasks https://review.openstack.org/277768 | 12:01 |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 jinja template updates https://review.openstack.org/278223 | 12:08 |
*** chlong_ has joined #openstack-lbaas | 12:11 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add L7 documentation https://review.openstack.org/278830 | 12:13 |
*** kobis has joined #openstack-lbaas | 12:15 | |
openstackgerrit | Stephen Balukoff proposed openstack/octavia: Add listener stats API https://review.openstack.org/281603 | 12:20 |
*** rtheis has joined #openstack-lbaas | 12:21 | |
*** kobis has quit IRC | 12:22 | |
*** piet has joined #openstack-lbaas | 12:23 | |
sbalukoff | For those of you checking history in the morning: The L7 chain should be up to date now, and it also now includes the fix for active-standby. | 12:23 |
sbalukoff | I'm going to bed. I don't anticipate being on again until Saturday. | 12:23 |
sbalukoff | Oh and-- there are two fixes to the L7 chain: The active-standby fix (which is its own patch), and a fix for making Trevor's get-me-a-load-balancer patch to work (in the l7policy repo patch). Otherwise, there should be no substantive changes to the chain. | 12:24 |
*** kobis has joined #openstack-lbaas | 12:27 | |
*** yamamoto has joined #openstack-lbaas | 12:33 | |
*** piet has quit IRC | 12:36 | |
*** 32NAABCSV has joined #openstack-lbaas | 13:23 | |
*** doug-fish has joined #openstack-lbaas | 13:26 | |
*** piet has joined #openstack-lbaas | 13:37 | |
*** 32NAABCSV has quit IRC | 13:38 | |
*** kobis has quit IRC | 13:39 | |
*** neelashah has joined #openstack-lbaas | 13:54 | |
*** kobis has joined #openstack-lbaas | 13:54 | |
*** yamamoto has quit IRC | 13:56 | |
*** diogogmt has quit IRC | 14:01 | |
*** diogogmt has joined #openstack-lbaas | 14:02 | |
*** piet has quit IRC | 14:04 | |
*** yamamoto has joined #openstack-lbaas | 14:06 | |
*** piet has joined #openstack-lbaas | 14:06 | |
*** yamamoto has quit IRC | 14:09 | |
*** yamamoto has joined #openstack-lbaas | 14:13 | |
*** localloop127 has joined #openstack-lbaas | 14:20 | |
*** doug-fish is now known as doug_fish | 14:27 | |
*** links has quit IRC | 14:27 | |
*** piet has quit IRC | 14:29 | |
*** doug_fish is now known as doug-fish | 14:34 | |
*** piet has joined #openstack-lbaas | 14:34 | |
*** amotoki has quit IRC | 14:35 | |
*** amotoki has joined #openstack-lbaas | 14:36 | |
*** diogogmt has quit IRC | 14:37 | |
*** amotoki has quit IRC | 14:40 | |
*** openstackgerrit_ has quit IRC | 14:43 | |
*** diogogmt has joined #openstack-lbaas | 14:49 | |
*** TrevorV has joined #openstack-lbaas | 14:57 | |
*** ducttape_ has joined #openstack-lbaas | 15:00 | |
*** openstackgerrit_ has joined #openstack-lbaas | 15:01 | |
*** piet has quit IRC | 15:13 | |
*** links has joined #openstack-lbaas | 15:13 | |
*** piet has joined #openstack-lbaas | 15:20 | |
*** Bjoern has joined #openstack-lbaas | 15:21 | |
*** amotoki has joined #openstack-lbaas | 15:24 | |
*** localloo1 has joined #openstack-lbaas | 15:29 | |
*** localloop127 has quit IRC | 15:31 | |
*** amotoki has quit IRC | 15:33 | |
*** amotoki has joined #openstack-lbaas | 15:41 | |
*** numans has quit IRC | 15:53 | |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: WIP - Get me a Load Balancer API https://review.openstack.org/256974 | 15:59 |
*** piet has quit IRC | 16:01 | |
*** Bjoern_ has joined #openstack-lbaas | 16:02 | |
*** allan_h has joined #openstack-lbaas | 16:03 | |
*** Bjoern has quit IRC | 16:03 | |
*** amotoki has quit IRC | 16:04 | |
*** Bjoern_ has quit IRC | 16:06 | |
*** piet has joined #openstack-lbaas | 16:06 | |
*** pcaruana has quit IRC | 16:10 | |
*** woodster_ has joined #openstack-lbaas | 16:15 | |
*** piet has quit IRC | 16:19 | |
*** amotoki has joined #openstack-lbaas | 16:20 | |
*** fnaval has quit IRC | 16:21 | |
*** piet has joined #openstack-lbaas | 16:24 | |
doug-fish | Would be good to get some expert input on justin's UI patch for TERMINATED_HTTPS https://review.openstack.org/#/c/266610/12 I'm not sure we are handling the certificates/containers correctly. | 16:24 |
*** localloop127 has joined #openstack-lbaas | 16:26 | |
*** localloo1 has quit IRC | 16:28 | |
*** bana_k has joined #openstack-lbaas | 16:32 | |
*** armax has joined #openstack-lbaas | 16:34 | |
johnsom | Thanks doug-fish. rm_work will probably be on later today. He is all-knowledgeable with the certs, containers, etc. | 16:37 |
johnsom | Maybe ajmiller and I can also take a look today. | 16:37 |
ajmiller | doug-fish johnsom Yes, I am planning on doing some UI reviews in parallel with some other things I'm doing today. | 16:38 |
*** fnaval has joined #openstack-lbaas | 16:42 | |
*** piet has quit IRC | 16:42 | |
*** links has quit IRC | 16:53 | |
doug-fish | rm_work was quite helpful in getting Justin and I through the code; I suspect there are things we should be doing in the UI so that we aren't showing certificates that ultimately won't work | 16:58 |
*** rcernin has quit IRC | 16:58 | |
*** yamamoto_ has joined #openstack-lbaas | 17:03 | |
*** yamamoto has quit IRC | 17:03 | |
*** bana_k has quit IRC | 17:06 | |
johnsom | FYI, I have checked out sbalukoff's new code and I'm giving it a spin | 17:24 |
*** rcernin has joined #openstack-lbaas | 17:30 | |
*** doug-fish is now known as doug_fish | 17:31 | |
*** doug_fish is now known as doug-fish | 17:31 | |
*** PK has joined #openstack-lbaas | 17:38 | |
ajmiller | doug-fish ping | 17:42 |
doug-fish | hi | 17:43 |
ajmiller | Could you join a google hangout? | 17:43 |
doug-fish | sure | 17:43 |
*** madhu_ak has joined #openstack-lbaas | 17:50 | |
*** kevo has joined #openstack-lbaas | 17:53 | |
*** SumitNaiksatam has quit IRC | 18:07 | |
*** amotoki has quit IRC | 18:13 | |
*** bana_k has joined #openstack-lbaas | 18:16 | |
*** chlong_ has quit IRC | 18:18 | |
*** Dave has quit IRC | 18:25 | |
*** mariusv has quit IRC | 18:25 | |
*** jorgem has quit IRC | 18:25 | |
*** elarson has quit IRC | 18:25 | |
*** eezhova has quit IRC | 18:25 | |
*** eezhova has joined #openstack-lbaas | 18:25 | |
*** jorgem has joined #openstack-lbaas | 18:26 | |
*** Dave_____ has joined #openstack-lbaas | 18:26 | |
*** elarson has joined #openstack-lbaas | 18:26 | |
*** pc_m has quit IRC | 18:27 | |
*** bradjones has quit IRC | 18:27 | |
*** raginbajin has quit IRC | 18:27 | |
*** blogan has quit IRC | 18:27 | |
*** pc_m has joined #openstack-lbaas | 18:27 | |
*** raginbaj- has joined #openstack-lbaas | 18:27 | |
*** blogan has joined #openstack-lbaas | 18:27 | |
*** bradjones has joined #openstack-lbaas | 18:28 | |
*** bradjones has quit IRC | 18:28 | |
*** bradjones has joined #openstack-lbaas | 18:28 | |
*** raginbaj- is now known as raginbajin | 18:29 | |
bana_k | Hi | 18:37 |
bana_k | for this patch https://review.openstack.org/#/c/281622,edit/ | 18:38 |
bana_k | I was using import ConfigParser | 18:38 |
bana_k | to modify the config ini file. | 18:38 |
TrevorV | Hey johnsom you online right now? | 18:38 |
johnsom | Yes | 18:38 |
TrevorV | Do you know how a test of a flow, when run with tox, would have a different "provides" count than when run in Pycharm? | 18:38 |
bana_k | I think gate is not liking it | 18:38 |
johnsom | bana_k wouldn't we just push a new config from the controller? | 18:39 |
johnsom | TrevorV Umm, no. That is really od | 18:39 |
johnsom | odd | 18:39 |
TrevorV | That's what *I* thought | 18:39 |
TrevorV | I even did a rebuild | 18:39 |
TrevorV | I think I'll nuke my .tox and see if that "fixes" it | 18:40 |
bana_k | johnsom: But we need to do it at the time of lb creation | 18:40 |
johnsom | TrevorV Min and xgerman run pycharm. I don't remember them running into that | 18:40 |
TrevorV | Right? | 18:40 |
TrevorV | I just don't get it. | 18:40 |
xgerman | yeah, pycharm works for us -- | 18:41 |
*** minwang2 has joined #openstack-lbaas | 18:41 | |
TrevorV | I mean I'm talking about a specific review, and its only one test, so I'm guessing something is just going nuts or I've done something strange | 18:41 |
TrevorV | Hence starting more than fresh ha ha | 18:42 |
johnsom | bana_k So, the problem you are going to hit with configparser is it's isn't approved for OpenStack. It's not in the global requirements. | 18:42 |
johnsom | bana_k Couldn't we just run the config renderer we have on the controller and push the new config down? | 18:43 |
bana_k | oh got it. I am looking at your suggestion of pushing from the controller | 18:43 |
johnsom | minwang2 TrevorV is having trouble with pycharm running tox. It's creating different "provides" counts than running tox command line. Do you run tox through pycharm? | 18:44 |
minwang2 | yes, i use pycharm | 18:44 |
johnsom | bana_k Ok, cool. It's been our design to render the configs on the controller and push them to the amps. | 18:44 |
bana_k | johnsom : Got it ll try to do the same. | 18:45 |
johnsom | TrevorV So, we think you have a taskflow aware virus..... Grin | 18:45 |
TrevorV | johnsom minwang2 xgerman it appears to have cleaned up after I nuked the .tox directory | 18:45 |
minwang2 | TrevorV did you try to clean .tox to clean up the environment | 18:45 |
TrevorV | Waiting for official build. | 18:45 |
TrevorV | I have some good news though | 18:45 |
xgerman | cool | 18:46 |
TrevorV | I'm about to manually test the single-create call, and then I'll remove the WIP while I get some unit tests written :D | 18:46 |
johnsom | bana_k sbalukoff put up a fix for the peer port issue last night. It's still up for review, but fixes the issue. | 18:46 |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: WIP - Get Me A Load Balancer Controller https://review.openstack.org/257013 | 18:47 |
bana_k | johnsom: Thanks. | 18:47 |
johnsom | That said, something is wrong with the network plug, as the haproxy's can't reach the members. | 18:47 |
johnsom | Trying to debug that now | 18:47 |
bana_k | oops ! | 18:47 |
bana_k | ok | 18:47 |
bana_k | thanks for the update | 18:48 |
johnsom | NP | 18:48 |
*** doug-fish has quit IRC | 18:48 | |
bana_k | johnsom: in liberty release creating listener with connection-limit option is not working | 18:49 |
bana_k | do we already have fix for that ? | 18:49 |
johnsom | Hmm, I don't know. I have tested the listener-update and it works, but I haven't tested create recently | 18:50 |
johnsom | I don't remember a bug for it either | 18:50 |
*** doug-fish has joined #openstack-lbaas | 18:50 | |
bana_k | thanks johnsom, I will test it out one more time n ll create a bug if fails again. | 18:51 |
johnsom | Excellent, thanks | 18:52 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/282487 | 18:53 |
*** Aish has joined #openstack-lbaas | 18:54 | |
*** doug-fish has quit IRC | 18:55 | |
*** rcernin has quit IRC | 18:56 | |
*** PK has quit IRC | 19:00 | |
*** mariusv has joined #openstack-lbaas | 19:17 | |
*** mariusv is now known as Guest61736 | 19:17 | |
*** PK has joined #openstack-lbaas | 19:18 | |
*** rcernin has joined #openstack-lbaas | 19:23 | |
*** diogogmt has quit IRC | 19:24 | |
*** diogogmt has joined #openstack-lbaas | 19:25 | |
*** diogogmt has quit IRC | 19:40 | |
*** rcernin has quit IRC | 19:45 | |
*** diogogmt has joined #openstack-lbaas | 19:46 | |
*** davidlenwell has quit IRC | 20:01 | |
*** PK has quit IRC | 20:04 | |
*** davidlenwell has joined #openstack-lbaas | 20:06 | |
*** Dave_____ is now known as Dave | 20:13 | |
openstackgerrit | Merged openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/282487 | 20:51 |
openstackgerrit | Trevor Vardeman proposed openstack/octavia: WIP - Get Me A Load Balancer Controller https://review.openstack.org/257013 | 20:58 |
TrevorV | sbalukoff is not going to be online today right? | 20:59 |
rm_work | I would like to point out that this is DUMB: https://gist.github.com/rm-you/9e8d889d458b0164b693 | 21:00 |
rm_work | pip_install *really* needs to cache | 21:00 |
rm_work | holy shit. | 21:01 |
*** markvan has quit IRC | 21:04 | |
*** PK has joined #openstack-lbaas | 21:04 | |
*** markvan has joined #openstack-lbaas | 21:05 | |
xgerman | TrevorV I think sbalukoff is taking the weekend off | 21:06 |
TrevorV | xgerman that's what I thought | 21:09 |
xgerman | yeah, was surprised he pooped up at 4am last night ;-) | 21:10 |
TrevorV | pff | 21:11 |
rm_work | lol | 21:12 |
rm_work | xgerman's typos make me happy often | 21:12 |
xgerman | :-) | 21:12 |
openstackgerrit | min wang proposed openstack/octavia: Implements: blueprint anti-affinity server group https://review.openstack.org/272344 | 21:14 |
blogan | lol thats a nice autocorrect | 21:16 |
blogan | i hate when i poop up | 21:16 |
ajmiller | Hey, who's going to come over here and clean the coffee off my screen? | 21:19 |
minwang2 | lol | 21:19 |
TrevorV | Done and done. ajmiller just send the plane ticket. | 21:20 |
ajmiller | rm_work: I see about the same time proportions and you do.. | 21:21 |
madhu_ak | http://www.picgifs.com/graphics/l/laughing/graphics-laughing-590695.gif | 21:23 |
*** sbalukoff has quit IRC | 21:41 | |
johnsom | I see important things happened while I was at lunch | 21:47 |
johnsom | Sadly I am still working to figure out why, in act/standby the amps can't talk to the members | 21:47 |
johnsom | with the L7 patches | 21:48 |
openstackgerrit | Franklin Naval proposed openstack/octavia: Octavia: Health Monitor Scenario Test https://review.openstack.org/282130 | 21:56 |
blogan | johnsom: ssh'ing into the amps can't even ping them? | 21:59 |
johnsom | blogan I haven't tried ping, but curl can't get there. Strange thing is everything *looks* ok | 22:06 |
blogan | hmm | 22:07 |
blogan | i dont see how l7 would change any of the plugging | 22:07 |
*** kobis has quit IRC | 22:07 | |
johnsom | Yeah, not sure. The model stuff has bit us in a few spots already. All I know is it worked before. | 22:08 |
johnsom | The strange thing is it looks like it is plugged. The interfaces are up, the route table rules are there, etc | 22:09 |
johnsom | Ok, yeah, no ping either | 22:10 |
*** elarson has quit IRC | 22:10 | |
*** elarson has joined #openstack-lbaas | 22:11 | |
blogan | weird | 22:13 |
*** localloop127 has quit IRC | 22:13 | |
*** ducttape_ has quit IRC | 22:15 | |
*** ducttape_ has joined #openstack-lbaas | 22:16 | |
xgerman | mmh, does he run ifup on the amp? | 22:17 |
xgerman | or did he remove that plugging code | 22:17 |
*** ducttape_ has quit IRC | 22:22 | |
johnsom | fnaval around? | 22:31 |
fnaval | johnsom: yes | 22:31 |
fnaval | wanted to ping you as well | 22:31 |
johnsom | re: copying in tempest code.... | 22:31 |
fnaval | yes, was going to talk to you about that too | 22:31 |
johnsom | The idea makes me what to jump out the window. | 22:31 |
fnaval | so, the code is using tempest_lib where it can. most of the code that's copied is in the common libs that currently doesn't exist in tempest_lib | 22:32 |
johnsom | Is there a way we can use a tox dependency like we do for neutron in neutron-lbaas to checkout tempest for the tests? | 22:32 |
fnaval | we could, but folks said that we should not import tempest at all and go with tempest_lib | 22:32 |
fnaval | i've raised the issue in the openstack-qa room about having the need for more common libraries | 22:33 |
johnsom | Yeah, I understand the chicken and egg issue here. I know dougwig mentioned tempest-lib is at risk too. | 22:33 |
johnsom | I'm just trying to find a creative, even if temporary, solution to not copy tempest code into the octavia repo | 22:34 |
*** TrevorV has quit IRC | 22:40 | |
rm_work | yeah | 22:44 |
rm_work | no reason we couldn't add tempest as a requirement | 22:44 |
rm_work | either to test-requirements.txt or directly to one tox env | 22:45 |
rm_work | single tox-env would be safer | 22:45 |
*** rtheis has quit IRC | 22:45 | |
johnsom | That way we aren't breaking gates when our version of tempest gets out of date. This happened recently in lbaas with the keystone changes. | 22:46 |
*** ducttape_ has joined #openstack-lbaas | 22:46 | |
*** ducttape_ has quit IRC | 22:47 | |
*** PK has quit IRC | 22:54 | |
fnaval | johnsom: ok, I've been speaking with mtrenish on the qa channel and he gave me an example review that would be a good reference. I'll look over that and see how we can avoid the tempest code copy issue. (sorry for the late reply. someone came by my desk) | 22:57 |
johnsom | Awesome! | 22:57 |
*** PK has joined #openstack-lbaas | 23:06 | |
*** barclaac has joined #openstack-lbaas | 23:07 | |
fnaval | ok i'll add tempest as a requirement | 23:08 |
rm_work | hey guess what I just found | 23:12 |
rm_work | 2016-02-19 23:11:45.471 | ++ /opt/stack/octavia/devstack/plugin.sh:octavia_install:L12: sudo -E pip install -r /opt/stack/diskimage-builder/requirements.txt | 23:12 |
rm_work | 2016-02-19 23:11:46.038 | The directory '/opt/stack/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. | 23:12 |
rm_work | I wonder how many places that pops up | 23:12 |
*** neelashah has quit IRC | 23:14 | |
*** ducttape_ has joined #openstack-lbaas | 23:15 | |
johnsom | Yeah, I have seen that too. | 23:22 |
johnsom | FYI, cliff 1.17.0 breaks our neutron lbaas-loadbalancer-list. minwang2 found it. It gives a IndexError: list index out of range | 23:23 |
johnsom | 23:23 | |
johnsom | 1.15.0 returns nothing as it should | 23:23 |
johnsom | I'm going to file a bug | 23:23 |
minwang2 | cool | 23:25 |
*** ducttape_ has quit IRC | 23:28 | |
johnsom | https://bugs.launchpad.net/python-cliff/+bug/1547707 | 23:28 |
openstack | Launchpad bug 1547707 in cliff "cliff 1.17.0 breaks neutron lbaas-loadbalancer-list when no load balancers are present" [Undecided,New] | 23:28 |
xgerman | minwang2 +1 | 23:29 |
johnsom | For those of you that play along at home | 23:29 |
*** ducttape_ has joined #openstack-lbaas | 23:30 | |
*** ducttape_ has quit IRC | 23:39 | |
fnaval | so, i'll work and collaborate with madhu_ak about getting the scenario test correctly set up. after that we'll tackle octavia testing more thoroughly with functional type tests | 23:43 |
fnaval | madhu_ak also had set up a etherpad to collect our thoughts on how we should go about and prioritize testing: https://etherpad.openstack.org/p/Tempest_tests_for_octavia | 23:44 |
johnsom | Sounds good. I added a few to that list. TLS and Active/Standby | 23:44 |
madhu_ak | sure thanks fnaval | 23:44 |
fnaval | any feedback/ideas on tempest testing would be greatly appreciated! | 23:44 |
fnaval | thank you also madhu_ak! | 23:45 |
rm_work | ok so i may have just sped up my devstack script by ... a lot | 23:46 |
rm_work | we'll see | 23:46 |
johnsom | What gets me is the ubuntu cloud image DIB uses is "current" for the patches, which means it downloads a new one like every day. Sometimes they come from slower hosts in London... | 23:47 |
blogan | johnsom, fnaval, rm_work: we need to pin tempest again then, that didn't work out too well for neutron-lbaas either | 23:47 |
blogan | if we just keep pulling tempest trunk, since its branchless, it'll keep breaking | 23:48 |
johnsom | I asked about it in the tripleo IRC room and got luke warm response. | 23:48 |
rm_work | ah no i mean | 23:48 |
rm_work | tempest from pypi | 23:48 |
rm_work | theoretically releases should be "stable" | 23:48 |
rm_work | which was confirmed in an email I just got internally | 23:48 |
johnsom | +1 | 23:48 |
blogan | they started doing that? | 23:49 |
*** jorgem is now known as jorgem[away] | 23:49 | |
rm_work | yeah, supposedly | 23:49 |
rm_work | I haven't tested | 23:49 |
fnaval | blogan: yea... asking mtrenish now | 23:49 |
johnsom | I just know I spent two evenings recently fixing sync issues in neutron-lbaas tempest because it was breaking the gate | 23:49 |
blogan | ok well that might make it easier | 23:49 |
rm_work | that's what I meant by "just add tempest to test-requirements.txt" tho | 23:49 |
fnaval | in openstack-qa | 23:49 |
openstackgerrit | Phillip Toohill proposed openstack/octavia: project_id should not be UUIDType in API validation https://review.openstack.org/282574 | 23:49 |
rm_work | ptoohill: i wonder if that's related to the dumb issue i've been having | 23:50 |
ptoohill | ?? | 23:50 |
ptoohill | maybe | 23:50 |
rm_work | so wait, what is the effect of it being uuid vs string type? | 23:50 |
*** yamamoto_ has quit IRC | 23:50 | |
ptoohill | it wont allow a '5806555' | 23:50 |
rm_work | was it *breaking* something? | 23:50 |
rm_work | aaaah lol | 23:51 |
ptoohill | 'tenatn_id' | 23:51 |
*** yamamoto has joined #openstack-lbaas | 23:51 | |
blogan | rm_work: it doesn't get validated as uuid type, and since neutron accepts any tenant string format, then there will be a discrepancy which we ran into | 23:51 |
ptoohill | yea | 23:51 |
rm_work | rofl k | 23:51 |
rm_work | yeah i got it | 23:51 |
rm_work | this is awesome BTW: https://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/configure_mirror.sh#L24 | 23:52 |
rm_work | technically https://github.com/openstack-infra/project-config/blob/master/nodepool/scripts/configure_mirror.sh#L24-L43 | 23:52 |
fnaval | whats it do | 23:53 |
rm_work | should speed up devstack runs by ... a lot | 23:53 |
rm_work | waiting on actual timing data | 23:53 |
fnaval | ok | 23:53 |
madhu_ak | this is what mistral is doing it this way: https://github.com/openstack/mistral/blob/master/run_functional_tests.sh. They install tempest using pip | 23:53 |
rm_work | no building wheels constantly | 23:53 |
bana_k | is there a way to specify the particular commit id in the enable_plugin ? | 23:55 |
*** yamamoto has quit IRC | 23:56 | |
fnaval | ah rm_work having mirrors | 23:56 |
rm_work | johnsom: so wait, is devstack currently building an amp image with DIB every time, or still grabbing a prebuilt one? | 23:56 |
rm_work | I assume building with DIB? | 23:56 |
johnsom | building | 23:57 |
rm_work | how long does that take on your machine | 23:57 |
rm_work | approximately | 23:57 |
rm_work | order of magnitude? :P | 23:57 |
johnsom | ~10 minutes I think. I haven't really watched in a while | 23:57 |
rm_work | k | 23:57 |
johnsom | I also have a 150mbps link | 23:58 |
johnsom | Most of the time is getting the dumb ubuntu cloud img | 23:58 |
rm_work | oh hey uhhh ... so when we build the image, do we run pip on it? | 23:58 |
rm_work | and would that use the settings from /etc/pip.conf on the building machine, or would it use pip settings from like, inside a chroot? not sure how DIB works | 23:59 |
johnsom | It does do some pip installs | 23:59 |
rm_work | i have pip configured to use a wheel cache globally but i'm still seeing it building some stuff, i think possibly on the image | 23:59 |
johnsom | It should be inside the chroot | 23:59 |
rm_work | k, crap | 23:59 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!