| harlowja | qq for u guys | 00:37 |
|---|---|---|
| johnsom | Sure | 00:37 |
| harlowja | i'm talking to a coworker and he's wondering if monitor protocol type can change for lbaas api | 00:37 |
| harlowja | i'm not to faimilar with all this, just asking :) | 00:38 |
| johnsom | no, it's delete and re-add | 00:38 |
| harlowja | is that ever changing? | 00:38 |
| harlowja | or is impossible :-P | 00:38 |
| * harlowja just wondering | 00:39 | |
| johnsom | Well, that is what basically has to happen on the backends, so motivation to change it is low | 00:39 |
| johnsom | Plus it gets messy with going to and from monitors like HTTP that have additional info, like expected codes | 00:40 |
| harlowja | right | 00:40 |
| johnsom | https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Update_a_Health_Monitor | 00:40 |
| harlowja | another question, is a kind of cascading delete of things going to happen anytime? | 00:42 |
| harlowja | coworker making UI is like i have to do all these cascading deletes myself :-P | 00:42 |
| johnsom | Ha, it happened in Mitaka. Then our neutron PTL pulled it last minute because he didn't like the way it was implemented. | 00:42 |
| harlowja | the cascade part | 00:42 |
| harlowja | ? | 00:42 |
| johnsom | So, single call create and single call delete are going to be newton features | 00:43 |
| johnsom | WIP | 00:43 |
| johnsom | harlowja BTW, there is a horizon dashboard for LBaaSv2 | 00:45 |
| harlowja | ya, i'm getting a run down on the various things/weirdness in the api | 00:45 |
| harlowja | that coworker didn't like | 00:45 |
| harlowja | u guys might like to listen in sometime :) | 00:45 |
| harlowja | user-feedback :-P | 00:45 |
| harlowja | *if u interested ;) | 00:46 |
| johnsom | Ha! If he thinks this is bad, he should have seen v1 | 00:47 |
| harlowja | :) | 00:47 |
| johnsom | Sure, happy to get input | 00:47 |
| johnsom | Happy to have someone else join the meetings and write code too... grin | 00:47 |
| harlowja | ;) | 00:48 |
| johnsom | https://pypi.python.org/pypi?name=neutron-lbaas-dashboard&version=1.0.0&:action=display | 00:48 |
| harlowja | ya, godaddy is building a custom kind of UI for this (for better or worse) | 00:49 |
| johnsom | Ok | 00:50 |
| johnsom | Well, they can always look at how it was done in horizon to ideas | 00:50 |
| harlowja | ya, i'm hearing about the stats stuffs | 00:50 |
| harlowja | the output format seems scary, lol | 00:51 |
| johnsom | Yeah, that is an area that has not had a lot of attention. | 00:51 |
| harlowja | :) | 00:51 |
| johnsom | stats or status? | 00:51 |
| johnsom | stats is pretty simple | 00:51 |
| harlowja | i think load-balancer-stats | 00:51 |
| harlowja | that shows like bytes_in and stuff | 00:51 |
| johnsom | https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Retrieve_a_specific_Load_Balancer.27s_Statistics | 00:52 |
| johnsom | Yeah, that is really simple json | 00:52 |
| johnsom | Status, well, that is another story | 00:52 |
| harlowja | ya, hearing about reconnecting stats to listeners is hard | 00:52 |
| harlowja | (if i undertstand it( | 00:53 |
| johnsom | We don't do stats at the listener level, just the load balancer level | 00:53 |
| harlowja | oh, hmmmm | 00:53 |
| johnsom | listeners are like TCP ports | 00:53 |
| johnsom | I hope they aren't looking at the V1 api | 00:55 |
| harlowja | ya, hmmm i'm confused to :-P | 00:55 |
| johnsom | https://review.openstack.org/#/c/286381/ | 00:55 |
| harlowja | ya, its v2 | 00:56 |
| johnsom | LBaaS v1 is about to hit the circular file | 00:56 |
| *** harlowja has quit IRC | 01:00 | |
| *** harlowja has joined #openstack-lbaas | 01:03 | |
| reedip | johnsom: ping | 01:07 |
| johnsom | reedip Hi | 01:08 |
| reedip | johnsom: I saw your above message about updating HealthMonitors: https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Update_a_Health_Monitor | 01:08 |
| reedip | johnsom: hello :) | 01:08 |
| johnsom | Yes | 01:09 |
| reedip | johnsom: Do you know that NeutronClient does not currently display these options :P ( or in other words, can LBaaS team check the following review out?? https://review.openstack.org/#/c/255093/27) | 01:09 |
| johnsom | Yes, I am aware of that issue. They are available via the api pass through | 01:10 |
| reedip | I have been trying to get this ^^ merged for some time , as it allows a lot of LBaaS options to be visible to the user | 01:10 |
| johnsom | I even commented on that patch | 01:10 |
| reedip | But it has been sitting idle for some time now.... should I rebase it to get more eyes ? | 01:11 |
| johnsom | It doesn't look like it needs a rebase. I would solicit for reviews in the openstack-neutron channel. | 01:12 |
| reedip | johnsom: it would be great... :) | 01:13 |
| reedip | thanks | 01:13 |
| *** reedip has quit IRC | 01:22 | |
| *** reedip has joined #openstack-lbaas | 01:23 | |
| openstackgerrit | Banashankar k proposed openstack/octavia: Adding the topology info at the time of LB AMP association https://review.openstack.org/286365 | 01:30 |
| *** ducttape_ has joined #openstack-lbaas | 01:34 | |
| blogan | johnsom: i thought people wanted stats per listener | 01:35 |
| *** Purandar has quit IRC | 01:35 | |
| blogan | stats per listener and stats per lb as well | 01:35 |
| *** bana_k has quit IRC | 01:35 | |
| johnsom | blogan Well I was going off of this: https://wiki.openstack.org/wiki/Neutron/LBaaS/API_2.0#Retrieve_a_specific_Load_Balancer.27s_Statistics | 01:36 |
| blogan | yeah i think we were going to keep that but also add in listeners as well at some point | 01:37 |
| johnsom | I don't think we have a way to access stats per listener | 01:37 |
| blogan | db is setup in such a way | 01:37 |
| blogan | lbaas_listener_statistics i think | 01:37 |
| johnsom | hmm, ok. | 01:37 |
| johnsom | BTW, do you have a minute for a python list question? | 01:37 |
| blogan | sure | 01:37 |
| *** ajmiller has joined #openstack-lbaas | 01:38 | |
| johnsom | I get this lovely beast back when querying interfaces: | 01:39 |
| johnsom | https://gist.github.com/johnsom/42f7f933d31765bb689816422d100940 | 01:39 |
| *** ajmiller has quit IRC | 01:39 | |
| blogan | yowzers | 01:39 |
| johnsom | I need to pull 'tx_bytes' value out of it | 01:39 |
| blogan | IFLA_STATS? | 01:40 |
| johnsom | It's list inside lists inside lists | 01:40 |
| blogan | under that key? | 01:40 |
| johnsom | IFLA_STATS64 | 01:40 |
| blogan | ah okay | 01:40 |
| johnsom | I assume we want the big numbers | 01:40 |
| blogan | yep | 01:40 |
| blogan | didnt see the 64 yet | 01:40 |
| johnsom | It's hard to see anything in that mess | 01:40 |
| blogan | jsonlint.com | 01:41 |
| johnsom | Ah, very nice | 01:41 |
| johnsom | I can get down to the attrs pretty clean with: link("get", index=3)[0]['attrs'] | 01:42 |
| johnsom | But my python lists is a bit weak on the best way to pull out the IFLA_STATS64 | 01:42 |
| blogan | the specific link you want i suppose | 01:43 |
| blogan | index=3 i suppose is the 4th item in the list? | 01:43 |
| johnsom | Yeah, I could do it with the index, but what if it's position changes? | 01:43 |
| johnsom | I was thinking something like this: for item in attrs if item[0] == 'IFLA_STATS64': | 01:44 |
| johnsom | But that doesn't work, bad syntax | 01:44 |
| blogan | oh man, yeah you're going to have to loop through the attrs and check position 0 for IFLA_STATS | 01:44 |
| blogan | IFLA_STATS64 i mean | 01:44 |
| johnsom | Ok, so no tricky/slick way to get there. Fair enough. | 01:45 |
| blogan | for attr in link("get", index=3)[0]['attrs'] if attr[0] == 'IFLA_STATS64' return attr[1]['tx_packets'] | 01:45 |
| blogan | that won't work in python | 01:46 |
| blogan | but we can make it | 01:46 |
| blogan | hold on | 01:46 |
| johnsom | I can make that work | 01:47 |
| blogan | you know that you will always want index 0? | 01:47 |
| johnsom | I just figured there was some "cleaner" way | 01:47 |
| blogan | sorry index 3 | 01:47 |
| johnsom | No | 01:47 |
| blogan | not with that monstrosity | 01:47 |
| johnsom | index 3 == eth1 | 01:47 |
| johnsom | index 1 == lo | 01:47 |
| johnsom | See the fun I'm having | 01:48 |
| blogan | so what you pasted included index = 1 | 01:48 |
| johnsom | All to get german's interface stats for the amp api that nobody uses | 01:48 |
| blogan | lol | 01:48 |
| *** ducttape_ has quit IRC | 01:48 | |
| blogan | how much different will that be from what haproxy returns? | 01:48 |
| blogan | a few bytes here i there i suppose | 01:48 |
| johnsom | His includes the backend network #s | 01:49 |
| johnsom | by interface | 01:49 |
| *** jaff_cheng has joined #openstack-lbaas | 01:49 | |
| johnsom | Ok. I think I know what I need to do. Thanks. Just thought there was some python-y way I couldn't figure out. | 01:49 |
| *** chenghang has joined #openstack-lbaas | 01:49 | |
| blogan | can't you get the traffic going to members from haproxy though? | 01:49 |
| blogan | there very well could be but i dont know of anything that goes that deep into dict and lists that easily | 01:50 |
| johnsom | Do I want to figure out if two members are on the same interface? | 01:50 |
| blogan | we could name each server i the haproxy config by member-id + subnet-id | 01:50 |
| johnsom | I don't even want to put brain effort into that comment.... | 01:51 |
| blogan | lol | 01:51 |
| johnsom | Thanks again. I hope to have the namespace thing cooked tomorrow. | 01:52 |
| blogan | im just saying, if haproxy returns the stats for that with the name assigned to each server in the config, you wouldn't have to do this | 01:52 |
| blogan | np hope kill that beast | 01:53 |
| *** cody-somerville has joined #openstack-lbaas | 01:53 | |
| *** bana_k has joined #openstack-lbaas | 01:54 | |
| *** jaff_cheng has quit IRC | 01:54 | |
| *** jaff_cheng has joined #openstack-lbaas | 01:57 | |
| *** chenghang has quit IRC | 01:57 | |
| *** Purandar has joined #openstack-lbaas | 02:00 | |
| *** ljianbj has quit IRC | 02:05 | |
| *** Aish has joined #openstack-lbaas | 02:08 | |
| *** Aish has quit IRC | 02:09 | |
| *** Purandar has quit IRC | 02:10 | |
| *** piet has joined #openstack-lbaas | 02:17 | |
| *** kevo has quit IRC | 02:17 | |
| *** ducttape_ has joined #openstack-lbaas | 02:20 | |
| *** chenghang has joined #openstack-lbaas | 02:29 | |
| *** jaff_cheng has quit IRC | 02:29 | |
| *** minwang2 has quit IRC | 02:30 | |
| *** bana_k has quit IRC | 02:35 | |
| *** bana_k has joined #openstack-lbaas | 02:35 | |
| *** piet has quit IRC | 02:37 | |
| *** yamamoto_ has joined #openstack-lbaas | 02:37 | |
| kong | hi, guys, today I setup my environment using Liberty Neutorn with Mitaka Octavia | 02:52 |
| kong | it works | 02:52 |
| kong | but I have a question, in Liberty neutron-lbaas, there is no project_id passed to octiva api | 02:54 |
| kong | although the project-id is a param for get_barbican_client, but we don't use that | 02:55 |
| *** piet has joined #openstack-lbaas | 02:55 | |
| kong | so, my question is, if it's ok that we play mitaka octavia with liberty neutron/neutron-lbaas, without project id in octavia db? | 02:56 |
| *** reedip__ has quit IRC | 03:07 | |
| *** reedip__ has joined #openstack-lbaas | 03:08 | |
| *** ducttape_ has quit IRC | 03:19 | |
| *** yamamoto_ has quit IRC | 03:20 | |
| *** ducttape_ has joined #openstack-lbaas | 03:20 | |
| *** piet has quit IRC | 03:29 | |
| *** piet has joined #openstack-lbaas | 03:35 | |
| *** chenghang has quit IRC | 03:39 | |
| *** jaff_cheng has joined #openstack-lbaas | 03:39 | |
| *** neelashah has joined #openstack-lbaas | 03:49 | |
| *** bana_k has quit IRC | 03:50 | |
| *** sekrit has quit IRC | 03:51 | |
| *** neelashah has quit IRC | 03:56 | |
| *** piet has quit IRC | 03:56 | |
| *** ducttape_ has quit IRC | 04:00 | |
| *** sekrit has joined #openstack-lbaas | 04:05 | |
| *** numan_ has joined #openstack-lbaas | 04:07 | |
| *** yamamoto_ has joined #openstack-lbaas | 04:10 | |
| *** links has joined #openstack-lbaas | 04:12 | |
| *** minwang2 has joined #openstack-lbaas | 04:17 | |
| *** amotoki has joined #openstack-lbaas | 04:20 | |
| *** prabampm has joined #openstack-lbaas | 04:23 | |
| *** prabampm has quit IRC | 04:44 | |
| *** armax has quit IRC | 04:59 | |
| *** numan_ has quit IRC | 05:08 | |
| *** minwang2 has quit IRC | 05:10 | |
| *** anilvenkata has joined #openstack-lbaas | 05:33 | |
| *** minwang2 has joined #openstack-lbaas | 05:43 | |
| *** rcernin has joined #openstack-lbaas | 05:45 | |
| *** minwang2 has quit IRC | 05:47 | |
| *** minwang2 has joined #openstack-lbaas | 05:47 | |
| *** bana_k has joined #openstack-lbaas | 05:53 | |
| *** minwang2 has quit IRC | 05:57 | |
| *** minwang2 has joined #openstack-lbaas | 05:59 | |
| *** cody-somerville has quit IRC | 06:02 | |
| *** numan_ has joined #openstack-lbaas | 06:10 | |
| openstackgerrit | Merged openstack/octavia: Updated from global requirements https://review.openstack.org/301394 | 06:14 |
| *** cody-somerville has joined #openstack-lbaas | 06:17 | |
| *** minwang2 has quit IRC | 06:19 | |
| *** minwang2 has joined #openstack-lbaas | 06:24 | |
| *** kevo has joined #openstack-lbaas | 06:24 | |
| *** pcaruana has joined #openstack-lbaas | 06:26 | |
| *** numan_ has quit IRC | 06:28 | |
| *** numan_ has joined #openstack-lbaas | 06:28 | |
| *** tesseract has joined #openstack-lbaas | 06:45 | |
| *** tesseract is now known as Guest12876 | 06:45 | |
| *** woodster_ has quit IRC | 06:57 | |
| *** minwang2 has quit IRC | 07:00 | |
| *** kobis has joined #openstack-lbaas | 07:03 | |
| *** Alex_Stef has joined #openstack-lbaas | 07:05 | |
| *** nmagnezi has joined #openstack-lbaas | 07:11 | |
| *** ihrachys has joined #openstack-lbaas | 07:11 | |
| *** bana_k has quit IRC | 07:14 | |
| *** dhlorenz has quit IRC | 07:39 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Merge tag '8.0.0' https://review.openstack.org/302575 | 07:44 |
| *** cody-somerville has quit IRC | 07:45 | |
| *** dhlorenz has joined #openstack-lbaas | 08:35 | |
| *** links has quit IRC | 09:31 | |
| *** yamamoto_ has quit IRC | 09:40 | |
| *** links has joined #openstack-lbaas | 09:44 | |
| *** jaff_cheng has quit IRC | 10:06 | |
| *** numan_ has quit IRC | 10:07 | |
| *** Kiall has quit IRC | 10:14 | |
| *** Kiall has joined #openstack-lbaas | 10:14 | |
| *** numan_ has joined #openstack-lbaas | 10:21 | |
| *** numan_ has quit IRC | 10:22 | |
| *** numan_ has joined #openstack-lbaas | 10:22 | |
| *** links has quit IRC | 10:39 | |
| *** yamamoto has joined #openstack-lbaas | 10:42 | |
| nmagnezi | kevinbenton, ping re: https://review.openstack.org/#/c/299998/ | 10:44 |
| *** Guest12876 is now known as tesseract | 10:47 | |
| *** tesseract is now known as Guest74036 | 10:48 | |
| *** links has joined #openstack-lbaas | 10:56 | |
| *** yamamoto has quit IRC | 11:04 | |
| *** yamamoto has joined #openstack-lbaas | 11:06 | |
| *** rtheis has joined #openstack-lbaas | 11:18 | |
| openstackgerrit | Merged openstack/neutron-lbaas: Merge tag '8.0.0' https://review.openstack.org/302575 | 11:46 |
| *** anilvenkata has quit IRC | 11:50 | |
| *** neelashah has joined #openstack-lbaas | 12:17 | |
| *** ducttape_ has joined #openstack-lbaas | 12:18 | |
| *** neelashah has quit IRC | 12:22 | |
| *** doug-fish has joined #openstack-lbaas | 12:26 | |
| *** ducttape_ has quit IRC | 12:32 | |
| *** St3F_A13x has joined #openstack-lbaas | 12:32 | |
| *** Alex_Stef has quit IRC | 12:34 | |
| *** dhlorenz has left #openstack-lbaas | 12:37 | |
| *** dhlorenz has joined #openstack-lbaas | 12:38 | |
| *** dhlorenz has left #openstack-lbaas | 12:38 | |
| *** dhlorenz has joined #openstack-lbaas | 12:38 | |
| dhlorenz | Please review latest active-active blueprint https://review.openstack.org/#/c/234639/. | 12:38 |
| dhlorenz | There are two blueprints under that commit, one for *Active-Active Topology* and another for the *Distributor* component. | 12:38 |
| dhlorenz | Please finish the review of the Topology blueprint (not changed) before moving to the Distributor. | 12:38 |
| dhlorenz | We would like to push this before our demo at the Austin summit. | 12:38 |
| dhlorenz | We will start pushing related code in couple of days. | 12:38 |
| *** doug-fish has quit IRC | 12:42 | |
| *** doug-fish has joined #openstack-lbaas | 12:42 | |
| *** doug-fish has quit IRC | 12:47 | |
| *** piet has joined #openstack-lbaas | 12:50 | |
| *** doug-fish has joined #openstack-lbaas | 12:54 | |
| *** doug-fis_ has joined #openstack-lbaas | 12:56 | |
| *** diogogmt has quit IRC | 12:58 | |
| *** diogogmt has joined #openstack-lbaas | 12:59 | |
| *** doug-fish has quit IRC | 12:59 | |
| *** diogogmt has quit IRC | 13:08 | |
| *** johnsom has quit IRC | 13:10 | |
| *** johnsom has joined #openstack-lbaas | 13:11 | |
| *** diogogmt has joined #openstack-lbaas | 13:12 | |
| *** anilvenkata has joined #openstack-lbaas | 13:12 | |
| *** ducttape_ has joined #openstack-lbaas | 13:18 | |
| *** ducttape_ has quit IRC | 13:18 | |
| *** ducttape_ has joined #openstack-lbaas | 13:18 | |
| *** doug-fis_ has quit IRC | 13:23 | |
| *** matt-borland has joined #openstack-lbaas | 13:28 | |
| *** ducttape_ has quit IRC | 13:31 | |
| *** yamamoto has quit IRC | 13:40 | |
| *** ducttape_ has joined #openstack-lbaas | 13:40 | |
| *** kobis has quit IRC | 13:46 | |
| *** links has quit IRC | 13:46 | |
| *** piet has quit IRC | 13:49 | |
| *** piet has joined #openstack-lbaas | 13:56 | |
| *** yamamoto has joined #openstack-lbaas | 13:57 | |
| *** yamamoto has quit IRC | 14:03 | |
| *** thomasem_ is now known as thomasem | 14:08 | |
| *** diogogmt has quit IRC | 14:09 | |
| *** neelashah has joined #openstack-lbaas | 14:10 | |
| *** ChrisBenson has joined #openstack-lbaas | 14:17 | |
| *** yamamoto has joined #openstack-lbaas | 14:29 | |
| *** St3F_A13x has quit IRC | 14:39 | |
| *** TrevorV has joined #openstack-lbaas | 14:42 | |
| *** fnaval has joined #openstack-lbaas | 14:46 | |
| *** numan_ has quit IRC | 14:47 | |
| *** nmagnezi has quit IRC | 14:49 | |
| *** St3F_A13x has joined #openstack-lbaas | 14:53 | |
| *** anilvenkata has quit IRC | 14:55 | |
| *** ducttape_ has quit IRC | 14:59 | |
| *** woodster_ has joined #openstack-lbaas | 15:00 | |
| *** 7JTAALB9C has joined #openstack-lbaas | 15:06 | |
| *** ajmiller has joined #openstack-lbaas | 15:07 | |
| *** diogogmt has joined #openstack-lbaas | 15:09 | |
| *** Guest74036 has quit IRC | 15:10 | |
| *** neelashah has quit IRC | 15:25 | |
| *** minwang2 has joined #openstack-lbaas | 15:26 | |
| *** armax has joined #openstack-lbaas | 15:30 | |
| *** links has joined #openstack-lbaas | 15:36 | |
| TrevorV | Who was it that worked on L7 a while ago? | 15:41 |
| johnsom | sbalukoff | 15:41 |
| TrevorV | johnsom I thought someone else worked on it before him and he helped a little here and there | 15:42 |
| TrevorV | Who is "Fedoruk"? | 15:42 |
| johnsom | Evgeny did the LBaaSv2 side of the API | 15:43 |
| TrevorV | Thanks johnsom | 15:43 |
| johnsom | NP | 15:43 |
| *** afranc has joined #openstack-lbaas | 15:44 | |
| *** links has quit IRC | 15:48 | |
| *** St3F_A13x has quit IRC | 15:49 | |
| *** pcaruana has quit IRC | 15:53 | |
| *** 7JTAALB9C has quit IRC | 15:54 | |
| *** numan_ has joined #openstack-lbaas | 15:54 | |
| *** ducttape_ has joined #openstack-lbaas | 15:56 | |
| openstackgerrit | Michael Johnson proposed openstack/octavia: Run amphora haproxy in a network namespace https://review.openstack.org/300292 | 15:59 |
| *** minwang2 has quit IRC | 16:00 | |
| *** nmagnezi has joined #openstack-lbaas | 16:01 | |
| *** bana_k has joined #openstack-lbaas | 16:01 | |
| *** armax has quit IRC | 16:02 | |
| *** armax has joined #openstack-lbaas | 16:02 | |
| *** yamamoto has quit IRC | 16:06 | |
| *** eranra has joined #openstack-lbaas | 16:07 | |
| *** Bjoern_ has joined #openstack-lbaas | 16:28 | |
| *** Bjoern_ is now known as BjoernT | 16:30 | |
| *** minwang2 has joined #openstack-lbaas | 16:31 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/300735 | 16:32 |
| *** rcernin has quit IRC | 16:52 | |
| *** neelashah has joined #openstack-lbaas | 17:02 | |
| *** dhlorenz has quit IRC | 17:03 | |
| *** yamamoto has joined #openstack-lbaas | 17:07 | |
| *** pcaruana has joined #openstack-lbaas | 17:08 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/neutron-lbaas: Updated from global requirements https://review.openstack.org/300735 | 17:10 |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/octavia: Updated from global requirements https://review.openstack.org/302870 | 17:12 |
| *** kevo has quit IRC | 17:13 | |
| *** yamamoto has quit IRC | 17:16 | |
| *** rcernin has joined #openstack-lbaas | 17:33 | |
| *** ihrachys has quit IRC | 17:41 | |
| *** kevo has joined #openstack-lbaas | 17:47 | |
| *** ducttape_ has quit IRC | 17:51 | |
| *** SumitNaiksatam has joined #openstack-lbaas | 17:51 | |
| *** ducttape_ has joined #openstack-lbaas | 17:53 | |
| *** ducttape_ has quit IRC | 17:57 | |
| *** piet has quit IRC | 18:06 | |
| *** bana_k has quit IRC | 18:16 | |
| *** bana_k has joined #openstack-lbaas | 18:16 | |
| *** Purandar has joined #openstack-lbaas | 18:17 | |
| bana_k | Hi Team, this is little urgent, can we use the amphorae in the 2 arm mode? | 18:20 |
| *** doug-fish has joined #openstack-lbaas | 18:26 | |
| bana_k | johnsom xgerman blogan bharathm | 18:26 |
| johnsom | Yes | 18:27 |
| bana_k | is there any extra work needs to be done like plugging the non vip ip | 18:27 |
| johnsom | I don't understand your question. | 18:28 |
| bharathm | 2 arm mode ? | 18:28 |
| bana_k | so if we want to use 2 arm mode | 18:28 |
| bana_k | yes | 18:28 |
| johnsom | Two are mode is where you create the vip on one network and the members are on another network | 18:28 |
| bana_k | yes | 18:28 |
| johnsom | You specify the networks when you create your vip and when you create your members | 18:28 |
| bana_k | so I tried that and we need to connect those to networks through a router | 18:29 |
| johnsom | No | 18:29 |
| johnsom | VIP network does not need routing to member networks | 18:29 |
| bana_k | I created a vip on 10.0.0.0/24 network and then added a member from 11.0.0.0/24 n.w | 18:29 |
| johnsom | In fact, member networks don't need a router at all | 18:29 |
| bana_k | oh I tried to curl it didn't work | 18:30 |
| johnsom | Yes, that works fine. That is how I normally test | 18:30 |
| bana_k | oops | 18:30 |
| johnsom | The host that is curling to the VIP will need to have an interface or route to the VIP network, yes | 18:30 |
| *** eranra has quit IRC | 18:31 | |
| bana_k | yea I am using default 10.0.0.0/24 network | 18:31 |
| *** eranra has joined #openstack-lbaas | 18:31 | |
| johnsom | private? | 18:31 |
| bana_k | yes | 18:32 |
| johnsom | Yeah, that is how I test on devstack. | 18:32 |
| bana_k | n added a member from 10.0.0.0/24 nw also | 18:32 |
| bana_k | when I curled I was able to reach member on 10 n.w but no response from member on 11 nw | 18:32 |
| bana_k | hmmm I am not sure what I am missing in here | 18:33 |
| johnsom | member on 10.0.0.0/24, was that also added on private-subnet or is that a different network that also has 10.0.0.0/24? | 18:33 |
| bana_k | it was on private n.w | 18:33 |
| *** cody-somerville has joined #openstack-lbaas | 18:33 | |
| johnsom | This is the test script I am using this morning: https://gist.github.com/anonymous/880101b28da63b4c7c44747f3c1e2adc | 18:34 |
| bana_k | thanks a lot johnsom, I will try it out n see | 18:34 |
| *** BjoernT has quit IRC | 18:35 | |
| johnsom | Ok | 18:35 |
| *** ducttape_ has joined #openstack-lbaas | 18:43 | |
| blogan | bana_k: yeah that should work, i too have a script that tests all thsoe things but i haven't run it in a while | 18:46 |
| bana_k | blogan johnsom : I tried out the same test again with the new loadbalancer after removing the interface from router it worked fine :) | 18:47 |
| bana_k | I am not sure why it didn't work the first time | 18:47 |
| bana_k | thanks | 18:48 |
| blogan | bana_k: ah okay, well at least it works, had me worried it regressed | 18:48 |
| bana_k | he he he I am going spin up a new devsrtack env and test it out again :) | 18:48 |
| johnsom | I have been extensively testing the multi-arm use case recently, so I was pretty sure it was in good shape | 18:49 |
| bana_k | oh ok :) | 18:50 |
| blogan | johnsom: thats right cuz you're diong the namespace stuff | 18:50 |
| johnsom | Yep | 18:51 |
| *** SumitNaiksatam has left #openstack-lbaas | 18:51 | |
| johnsom | Just cleanup and unit test work left on that | 18:51 |
| *** neelashah has quit IRC | 18:56 | |
| *** neelashah has joined #openstack-lbaas | 18:56 | |
| *** dhlorenz has joined #openstack-lbaas | 19:01 | |
| *** Purandar has quit IRC | 19:02 | |
| *** ihrachys has joined #openstack-lbaas | 19:24 | |
| *** minwang2 has quit IRC | 19:31 | |
| TrevorV | Hey is this "LoadBalancerDeleteCascade" class supposed to be in Neutron LBaaS right now? Cuz its breaking... | 19:36 |
| *** crc32 has joined #openstack-lbaas | 19:36 | |
| TrevorV | Ha ha ha I guess *I* added it somehow? | 19:37 |
| TrevorV | RIP nevermind... | 19:37 |
| *** minwang2 has joined #openstack-lbaas | 19:42 | |
| openstackgerrit | Trevor Vardeman proposed openstack/neutron-lbaas: WIP - Get Me A LB https://review.openstack.org/257201 | 19:48 |
| TrevorV | ALRIGHTY | 19:48 |
| TrevorV | I have Get Me a LB in "working" condition, and unit tests SHOULD be passing, though I need more permutations of the graph. If you guys want to pull it down and tinker, be my guests :D | 19:48 |
| *** diogogmt has quit IRC | 19:52 | |
| *** diogogmt has joined #openstack-lbaas | 19:52 | |
| *** matt-borland has quit IRC | 19:53 | |
| TrevorV | johnsom you running tox at all recently? Like, the last 15 minutes? | 19:59 |
| johnsom | yes | 19:59 |
| johnsom | But on an older checkot | 19:59 |
| TrevorV | I'm getting this error: https://gist.github.com/TrevorV/955d2c472872a98d863e7a27a5f025af | 19:59 |
| TrevorV | Its fresh "tox -r" | 20:00 |
| TrevorV | And I also deleted the ".testrepository" and ".tox" to test it as well | 20:00 |
| johnsom | Ah, yeah, I'm not running neutron-lbaas right now, just octavia | 20:00 |
| TrevorV | Oh, gotcha. Well, anyone else seeing this? I'm getting it on a large amount of tests, and it doesn't seem to be related to my patch. | 20:01 |
| *** TrevorV has quit IRC | 20:05 | |
| blogan | that error is being addressed in neutron right now | 20:07 |
| *** Purandar has joined #openstack-lbaas | 20:16 | |
| openstackgerrit | min wang proposed openstack/octavia: Add missing unit test for cascade lb delete https://review.openstack.org/300689 | 20:19 |
| openstackgerrit | min wang proposed openstack/octavia: Add missing unit test for cascade lb delete https://review.openstack.org/300689 | 20:20 |
| *** numan_ has quit IRC | 20:28 | |
| *** ducttape_ has quit IRC | 20:37 | |
| *** ducttape_ has joined #openstack-lbaas | 20:42 | |
| *** matt-borland has joined #openstack-lbaas | 20:43 | |
| *** pcaruana has quit IRC | 21:01 | |
| openstackgerrit | Franklin Naval proposed openstack/neutron-lbaas: Barbican Scenario Test (TLS with Intermediates) https://review.openstack.org/164828 | 21:06 |
| *** bana_k has quit IRC | 21:12 | |
| *** shakamunyi has joined #openstack-lbaas | 21:17 | |
| *** markvan has quit IRC | 21:24 | |
| *** shakamunyi has quit IRC | 21:24 | |
| *** Purandar has quit IRC | 21:25 | |
| *** markvan has joined #openstack-lbaas | 21:27 | |
| *** bana_k has joined #openstack-lbaas | 21:27 | |
| *** rtheis has quit IRC | 21:31 | |
| *** ducttape_ has quit IRC | 21:33 | |
| *** matt-borland has quit IRC | 21:56 | |
| *** ducttape_ has joined #openstack-lbaas | 22:00 | |
| *** nmagnezi has quit IRC | 22:02 | |
| *** ihrachys has quit IRC | 22:05 | |
| *** Purandar has joined #openstack-lbaas | 22:09 | |
| *** ducttape_ has quit IRC | 22:11 | |
| kong | hi, guys, do you think if it's ok that we play mitaka octavia with liberty neutron/neutron-lbaas, without project id in octavia db? | 22:13 |
| blogan | kong: that would mean octavia does nto store the project/tenant id correct? | 22:16 |
| *** ducttape_ has joined #openstack-lbaas | 22:16 | |
| kong | blogan: because liberty octavia driver won't send project id to octavia service | 22:16 |
| kong | which was added in mitaka, i guess | 22:17 |
| kong | what I want to know is, does the project id matters? | 22:17 |
| openstackgerrit | Franklin Naval proposed openstack/octavia: [WIP]: Octavia: Basic LoadBalancer Scenario Test https://review.openstack.org/172199 | 22:18 |
| *** shakamunyi has joined #openstack-lbaas | 22:18 | |
| blogan | kong: it mattered to us internally (rackspace) but i think that was just bc of how we were deploying it | 22:18 |
| *** neelashah has quit IRC | 22:21 | |
| kong | blogan: so, for our use case, there will not have any feature lost? I'm not sure | 22:22 |
| *** doug-fish has quit IRC | 22:23 | |
| blogan | kong: bc of the project_id i dont think so, but for other features i can't be sure. I'm sure l7 and shared pools won't work | 22:23 |
| *** shakamunyi has quit IRC | 22:24 | |
| blogan | but liberty n-lbaas doesn't have those anyway | 22:24 |
| *** johnsom has quit IRC | 22:26 | |
| kong | blogan: yes, you're right, didn't see l7 and sharedpools extension in liberty | 22:27 |
| kong | blogan: so, we are safe? :-) | 22:28 |
| kong | need more testing | 22:28 |
| kong | and do we have scenario tests for liberty? | 22:28 |
| *** rcernin has quit IRC | 22:29 | |
| blogan | kong: i'm going to say i think you are bc the API is meant to be backwards comaptible and project_id was added in mitaka and its not required | 22:29 |
| blogan | kong: yes there are | 22:30 |
| kong | blogan: thanks, need to dig more detail | 22:30 |
| *** ducttape_ has quit IRC | 22:31 | |
| *** minwang2 has left #openstack-lbaas | 22:41 | |
| *** crc32 has quit IRC | 22:42 | |
| *** minwang2 has joined #openstack-lbaas | 22:42 | |
| *** qwebirc80789 has joined #openstack-lbaas | 22:46 | |
| qwebirc80789 | hello, I have a question. How do I get the total number of floating ip addresses available and the number used using the neutron command? | 22:47 |
| qwebirc80789 | There doesnt seem to be an option to list this, is there? | 22:48 |
| blogan | qwebirc80789: what command? | 22:51 |
| blogan | qwebirc80789: net-ip-availability-show <floating-network> should give you what you want no? | 22:51 |
| qwebirc80789 | I cannot find the neutron command net-ip-availability-show | 22:55 |
| qwebirc80789 | $ Unknown command [u'net-ip-availability-show'] | 22:56 |
| qwebirc80789 | Yes. That would be what I need | 22:57 |
| qwebirc80789 | It lists total_ips and used_ips | 22:58 |
| qwebirc80789 | @blogan, would you know why I might not have the command? | 22:59 |
| qwebirc80789 | Ok. It was added in Mitaka. | 23:00 |
| qwebirc80789 | Since I am not at Mitaka, any other way? | 23:00 |
| *** johnsom has joined #openstack-lbaas | 23:06 | |
| *** reedip__ has quit IRC | 23:16 | |
| *** ducttape_ has joined #openstack-lbaas | 23:32 | |
| *** ducttape_ has quit IRC | 23:37 | |
| *** qwebirc80789 has quit IRC | 23:39 | |
| openstackgerrit | Banashankar k proposed openstack/octavia: Adding the topology info at the time of LB AMP association https://review.openstack.org/286365 | 23:54 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!