openstackgerrit | Merged openstack/neutron-lbaas master: Updated from global requirements https://review.openstack.org/519125 | 00:00 |
---|---|---|
openstackgerrit | Merged openstack/octavia-dashboard master: Imported Translations from Zanata https://review.openstack.org/519007 | 00:10 |
*** dayou has joined #openstack-lbaas | 01:30 | |
*** dayou has quit IRC | 01:37 | |
*** LutzB has quit IRC | 01:52 | |
*** LutzB has joined #openstack-lbaas | 01:52 | |
*** armax has joined #openstack-lbaas | 01:58 | |
*** Yipei has joined #openstack-lbaas | 02:09 | |
*** armax has quit IRC | 02:26 | |
*** dayou has joined #openstack-lbaas | 02:35 | |
*** links has joined #openstack-lbaas | 02:53 | |
*** fnaval_ has joined #openstack-lbaas | 02:57 | |
*** fnaval has quit IRC | 03:00 | |
*** dayou has quit IRC | 03:38 | |
*** yamamoto has joined #openstack-lbaas | 04:01 | |
*** krypto has joined #openstack-lbaas | 04:19 | |
*** krypto has quit IRC | 04:24 | |
*** krypto has joined #openstack-lbaas | 04:24 | |
*** Alex_Staf has joined #openstack-lbaas | 05:15 | |
*** ssmith has joined #openstack-lbaas | 05:17 | |
*** ssmith has quit IRC | 05:23 | |
*** eN_Guruprasad_Rn has joined #openstack-lbaas | 05:29 | |
*** krypto has quit IRC | 05:36 | |
*** krypto has joined #openstack-lbaas | 05:36 | |
*** Yipei has quit IRC | 05:57 | |
*** krypto has quit IRC | 06:02 | |
*** krypto has joined #openstack-lbaas | 06:03 | |
*** krypto has quit IRC | 06:03 | |
*** krypto has joined #openstack-lbaas | 06:03 | |
*** gcheresh has joined #openstack-lbaas | 06:07 | |
*** yedongcan has joined #openstack-lbaas | 06:47 | |
*** slaweq has joined #openstack-lbaas | 06:54 | |
openstackgerrit | Dongcan Ye proposed openstack/neutron-lbaas master: Add missing NAME attribute for SessionPersistenceV2 https://review.openstack.org/519242 | 06:57 |
*** slaweq has quit IRC | 06:59 | |
*** dayou has joined #openstack-lbaas | 06:59 | |
*** fnaval_ has quit IRC | 07:08 | |
*** spectr has joined #openstack-lbaas | 07:14 | |
*** spectr has quit IRC | 07:24 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 07:45 | |
*** rcernin has quit IRC | 07:51 | |
*** slaweq has joined #openstack-lbaas | 07:52 | |
*** slaweq has quit IRC | 07:56 | |
*** krypto has quit IRC | 08:04 | |
*** krypto has joined #openstack-lbaas | 08:04 | |
*** krypto has quit IRC | 08:04 | |
*** krypto has joined #openstack-lbaas | 08:04 | |
*** yedongcan has quit IRC | 08:07 | |
*** yedongcan has joined #openstack-lbaas | 08:07 | |
*** slaweq has joined #openstack-lbaas | 08:08 | |
*** yedongcan1 has joined #openstack-lbaas | 08:09 | |
*** slaweq has quit IRC | 08:10 | |
*** pcaruana has joined #openstack-lbaas | 08:10 | |
*** slaweq has joined #openstack-lbaas | 08:11 | |
*** yedongcan has quit IRC | 08:12 | |
*** tesseract has joined #openstack-lbaas | 08:27 | |
*** avtar has joined #openstack-lbaas | 08:35 | |
*** avtar is now known as Guest64760 | 08:35 | |
*** Guest64760 is now known as avi_ | 08:36 | |
*** codenamelxl has joined #openstack-lbaas | 09:00 | |
codenamelxl | Hello everyone, I'm having issue getting Octavia to work | 09:01 |
codenamelxl | The amphora is up and running, status is Active, however, when i SSH into the amphora, it shows the interface for VIP is down | 09:01 |
codenamelxl | lshw show 2 interface but the second one does not have a MAC | 09:02 |
codenamelxl | i tried to reboot the amphora, it then have a MAC but still no config in /etc/network | 09:02 |
*** rcernin has joined #openstack-lbaas | 09:03 | |
nmagnezi | codenamelxl, how do you check to see if the interface is down? | 09:07 |
codenamelxl | ip a in the amphora | 09:07 |
codenamelxl | the second interface does not even show up in ip a | 09:08 |
*** fnaval has joined #openstack-lbaas | 09:08 | |
codenamelxl | just the interface for management network is up and show up in ip a | 09:08 |
nmagnezi | codenamelxl, you should try see what's going on in the haproxy namespace | 09:11 |
nmagnezi | sec | 09:11 |
*** strigazi_ is now known as strigazi | 09:11 | |
nmagnezi | codenamelxl, sudo ip netns exec amphora-haproxy ip a | 09:11 |
codenamelxl | ok, i saw it now | 09:12 |
codenamelxl | so it must have been on a different namespace, that explains why horizon report that interface as up | 09:13 |
*** fnaval has quit IRC | 09:13 | |
codenamelxl | However, the status of VIP port on Horizon still show as Down | 09:13 |
codenamelxl | is that normal? | 09:14 |
nmagnezi | codenamelxl, what do you get when you check the port status via API/CLI ? | 09:20 |
codenamelxl | it shows as down | 09:21 |
codenamelxl | The nova port is up, but the VIP is down | 09:21 |
codenamelxl | I have no listener on this loadbalancer yet, if that matter | 09:23 |
rm_work | yeah | 09:44 |
rm_work | you need a listener first | 09:44 |
rm_work | so, if you just look up the VIP port, i think it will ALWAYS report as "down", but it isn't | 09:44 |
rm_work | fully configure the LB first (listener, pool, members) | 09:45 |
rm_work | and see if it works -- it should | 09:45 |
codenamelxl | ah, i see, the VIP will float, that's why it shows as down, right? | 09:45 |
rm_work | yes | 09:45 |
rm_work | you are looking too deep under the covers | 09:46 |
codenamelxl | Great | 09:46 |
rm_work | normal users can not see that | 09:46 |
codenamelxl | Yeah, i just trying to understand how Octavia works | 09:46 |
rm_work | :) | 09:46 |
codenamelxl | One more question, My horizon probably screwed up, when i try to create a LBaas on Horizon | 09:47 |
codenamelxl | it create an amphora | 09:47 |
codenamelxl | but it seems like it also call to neutron LBaas and create a LB on neutron too | 09:48 |
codenamelxl | so Octavia and Neutron end up fighting each other | 09:48 |
rm_work | which dashboard project | 09:48 |
codenamelxl | ngloadbalancersv2 | 09:48 |
rm_work | you need to use octavia-dashboard from master | 09:48 |
rm_work | or MAYBE pike | 09:48 |
rm_work | neutron-lbaas-dashboard will go to neutron | 09:48 |
rm_work | probably that's neutron-lbaas-dashboard | 09:49 |
codenamelxl | Yeah, that's what i thought cause i got nothing when trying to list loadbalancer with openstack CLI | 09:49 |
rm_work | which project/package did you install | 09:50 |
codenamelxl | but it shows up on Horizon, and neutron CLi | 09:50 |
rm_work | err | 09:50 |
rm_work | it should also show up in the CLI i think | 09:50 |
rm_work | ... maybe | 09:50 |
codenamelxl | Probably this https://github.com/openstack/neutron-lbaas-dashboard | 09:50 |
codenamelxl | i got kolla-ansible to set it up for me | 09:50 |
rm_work | yeah, that's wrong | 09:50 |
rm_work | use octavia-dashboard | 09:51 |
rm_work | https://github.com/openstack/octavia-dashboard | 09:51 |
codenamelxl | Yeah, but isn't it weird that this dashboard also create an amphora through Octavia :-? | 09:51 |
rm_work | so | 09:51 |
rm_work | neutron-lbaas USES octavia | 09:51 |
rm_work | but probably the LB doesn't show up because it is created on the neutron-lbaas service tenant | 09:52 |
rm_work | if you list loadbalancers for ALL tenants from the CLI | 09:52 |
rm_work | it should show up | 09:52 |
codenamelxl | Ok, i should try to install octavia-dashboard | 09:54 |
codenamelxl | last time i tried, it keeps reloading when i clicked on the module last time i tried | 09:55 |
*** eN_Guruprasad_Rn has quit IRC | 09:55 | |
codenamelxl | Anyway, thanks for your help! | 09:57 |
nmagnezi | rm_work, o/ | 09:58 |
rm_work | o/ | 09:58 |
nmagnezi | rm_work, i think this is no longer needed, am I right? https://github.com/openstack/octavia/blob/e27a531d1d76f7f2dcbcf53b2e7d49cec7905aee/devstack/plugin.sh#L579-L581 | 09:58 |
rm_work | ah | 09:58 |
rm_work | lol yeah | 09:58 |
nmagnezi | :D | 09:58 |
rm_work | oh | 09:58 |
nmagnezi | will add it to https://review.openstack.org/#/c/503638/ | 09:58 |
rm_work | wait no | 09:58 |
nmagnezi | ? | 09:58 |
rm_work | that might ne just regular NEUTRON | 09:58 |
rm_work | q-svc | 09:58 |
rm_work | maybe? | 09:58 |
nmagnezi | that is indeed neutron | 10:00 |
nmagnezi | but actually, when I think about it | 10:00 |
nmagnezi | neutron is the only networking driver we currently support so maybe we should just leave that there at the moment | 10:00 |
rm_work | yeah | 10:00 |
rm_work | i think so | 10:00 |
rm_work | for now | 10:01 |
codenamelxl | Oh, just curious, since Octavia now a top level project. Is it possible to use Octavia Pike on Liberty Openstack ( Neutron, Nova) ? | 10:01 |
nmagnezi | so.. forget I even asked :D | 10:01 |
rm_work | codenamelxl: yeah | 10:01 |
rm_work | codenamelxl: we use Octavia on git-master | 10:01 |
rm_work | on our Liberty cloud | 10:01 |
rm_work | works fine :) | 10:01 |
nmagnezi | rm_work, that's insane :D | 10:01 |
rm_work | :D | 10:02 |
codenamelxl | Wow, that would be great | 10:02 |
rm_work | yeah | 10:02 |
rm_work | i recommend you use AT LEAST pike | 10:02 |
*** yamamoto has quit IRC | 10:02 | |
rm_work | before that it is ... not great | 10:02 |
nmagnezi | rm_work, what is this for? https://github.com/openstack/octavia/blob/e27a531d1d76f7f2dcbcf53b2e7d49cec7905aee/devstack/plugin.sh#L237-L243 | 10:02 |
codenamelxl | We're in a haste to implement Octavia, so upgrading the whold OPS in a haste is just not a good idead, hah! | 10:02 |
rm_work | umm | 10:03 |
rm_work | nmagnezi: that's two things really | 10:03 |
rm_work | do you mean the first line, or the if/else block | 10:03 |
rm_work | first line is ??? some sort of thing | 10:03 |
rm_work | if/else block sets the base_url that's used in pagination links | 10:04 |
rm_work | oh sorry bo | 10:04 |
rm_work | *no | 10:04 |
rm_work | that's neutron conf | 10:04 |
nmagnezi | just wondering why does neutron-server needs to be configure with those | 10:04 |
rm_work | so it sets the URL of octavia that neutron-lbaas will use to communicate | 10:04 |
rm_work | if we're not using neutron-lbaas, then it does not | 10:04 |
rm_work | probably THAT can go away unless n-lbaas service is enabled | 10:04 |
nmagnezi | rm_work, once we merge https://review.openstack.org/#/c/503638/ it won't (still finalizing it) | 10:05 |
nmagnezi | rm_work, I think I'll just include this in the patch | 10:05 |
rm_work | well, some people might run with neutron-lbaas even in pike+ | 10:05 |
rm_work | (because they don't know better? or they hate themselves) | 10:05 |
rm_work | so it should check if the service is enabled | 10:06 |
*** rcernin has quit IRC | 10:06 | |
nmagnezi | that's fine. we're not changing the devstack plugin for the neutron-lbaas codebase at the moment | 10:06 |
rm_work | and still do it, if they enabled neutron-lbaas | 10:06 |
rm_work | yes, but the neutron-lbaas plugin doesn't do the octavia base-url stuff, i think? | 10:06 |
rm_work | you have to include octavia for it to configure itself? ... maybe | 10:06 |
rm_work | i don't really touch n-lbaas anymore | 10:06 |
* nmagnezi looks at the n-lbaas plugin | 10:07 | |
*** salmankhan has joined #openstack-lbaas | 10:07 | |
nmagnezi | rm_work, yeah it looks like it does not | 10:08 |
*** AlexeyAbashkin has quit IRC | 10:08 | |
nmagnezi | rm_work, it might break things.. maybe I'll ask johnsom about this later | 10:09 |
*** krypto has quit IRC | 10:37 | |
*** krypto has joined #openstack-lbaas | 10:37 | |
*** krypto has quit IRC | 10:37 | |
*** krypto has joined #openstack-lbaas | 10:37 | |
*** codenamelxl has quit IRC | 10:48 | |
*** yamamoto has joined #openstack-lbaas | 10:52 | |
*** yedongcan1 has left #openstack-lbaas | 11:12 | |
*** atoth has quit IRC | 11:13 | |
*** bar_ has joined #openstack-lbaas | 11:20 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 11:23 | |
*** fnaval has joined #openstack-lbaas | 11:24 | |
*** fnaval has quit IRC | 11:29 | |
*** fnaval has joined #openstack-lbaas | 11:32 | |
*** fnaval has quit IRC | 11:37 | |
*** fnaval has joined #openstack-lbaas | 11:47 | |
*** yamamoto has quit IRC | 11:51 | |
*** fnaval has quit IRC | 11:51 | |
*** bar_ has quit IRC | 11:54 | |
*** fnaval has joined #openstack-lbaas | 11:59 | |
*** atoth has joined #openstack-lbaas | 11:59 | |
*** fnaval has quit IRC | 12:03 | |
*** bar_ has joined #openstack-lbaas | 12:04 | |
*** fnaval has joined #openstack-lbaas | 12:06 | |
*** yamamoto has joined #openstack-lbaas | 12:08 | |
*** fnaval has quit IRC | 12:10 | |
*** salmankhan has quit IRC | 12:27 | |
*** bar_ has quit IRC | 12:29 | |
*** salmankhan has joined #openstack-lbaas | 12:29 | |
*** bar_ has joined #openstack-lbaas | 12:30 | |
*** krypto has quit IRC | 12:35 | |
*** krypto has joined #openstack-lbaas | 12:41 | |
*** krypto has quit IRC | 12:41 | |
*** krypto has joined #openstack-lbaas | 12:41 | |
*** salmankhan has quit IRC | 12:57 | |
*** salmankhan has joined #openstack-lbaas | 12:58 | |
*** sri_ has joined #openstack-lbaas | 13:01 | |
*** krypto has quit IRC | 13:04 | |
*** krypto has joined #openstack-lbaas | 13:04 | |
*** krypto has quit IRC | 13:15 | |
*** yamamoto has quit IRC | 13:24 | |
openstackgerrit | Nir Magnezi proposed openstack/neutron-lbaas master: [WIP] Support OVN driver for lbaas v2 https://review.openstack.org/510921 | 13:47 |
numans | nmagnezi++ thanks for the rebase. I still need to work on the test cases :) | 13:48 |
nmagnezi | numans, np :) just wanted to see how it holds up with CI (will probably fail pep* because of the spaces, but it's okay for now) | 13:58 |
nmagnezi | pep8 | 13:58 |
nmagnezi | :D | 13:58 |
*** salmankhan has quit IRC | 14:09 | |
*** links has quit IRC | 14:18 | |
openstackgerrit | Nir Magnezi proposed openstack/neutron-lbaas master: Update member status to return real statuses https://review.openstack.org/480933 | 14:23 |
*** yamamoto has joined #openstack-lbaas | 14:25 | |
*** salmankhan has joined #openstack-lbaas | 14:28 | |
*** yamamoto has quit IRC | 14:34 | |
openstackgerrit | Bar RH proposed openstack/octavia master: Refine api-ref regarding loadbalancer creation https://review.openstack.org/519370 | 14:46 |
*** ssmith has joined #openstack-lbaas | 14:47 | |
*** cpusmith has joined #openstack-lbaas | 14:48 | |
*** ssmith has quit IRC | 14:52 | |
*** armax has joined #openstack-lbaas | 14:56 | |
*** dayou has quit IRC | 15:04 | |
openstackgerrit | Bar RH proposed openstack/octavia master: Specify management IP addresses per amphora https://review.openstack.org/505158 | 15:19 |
*** dayou has joined #openstack-lbaas | 15:24 | |
*** longstaff has joined #openstack-lbaas | 15:28 | |
*** gcheresh has quit IRC | 15:45 | |
*** slaweq has quit IRC | 15:52 | |
*** fnaval has joined #openstack-lbaas | 16:03 | |
openstackgerrit | Bar RH proposed openstack/octavia master: Refine api-ref regarding loadbalancer creation https://review.openstack.org/519370 | 16:21 |
*** krypto has joined #openstack-lbaas | 16:35 | |
*** krypto has quit IRC | 16:35 | |
*** krypto has joined #openstack-lbaas | 16:35 | |
*** krypto has quit IRC | 16:41 | |
*** krypto has joined #openstack-lbaas | 16:42 | |
*** krypto has quit IRC | 16:42 | |
*** krypto has joined #openstack-lbaas | 16:42 | |
*** pcaruana has quit IRC | 16:49 | |
openstackgerrit | Mark Giles proposed openstack/neutron-lbaas master: Fix to prevent password from being displayed in logs. https://review.openstack.org/519429 | 16:57 |
*** krypto has quit IRC | 17:02 | |
*** krypto has joined #openstack-lbaas | 17:02 | |
*** krypto has quit IRC | 17:02 | |
*** krypto has joined #openstack-lbaas | 17:02 | |
*** sapd_ has joined #openstack-lbaas | 17:04 | |
*** sapd__ has quit IRC | 17:05 | |
*** Alex_Staf has quit IRC | 17:12 | |
*** tesseract has quit IRC | 17:34 | |
*** longstaff has quit IRC | 17:58 | |
openstackgerrit | Bar RH proposed openstack/python-octaviaclient master: [WIP] Refine synopsis of loadbalancer_create https://review.openstack.org/519439 | 18:05 |
*** AlexeyAbashkin has quit IRC | 18:18 | |
*** salmankhan has quit IRC | 18:20 | |
*** aojea has joined #openstack-lbaas | 18:21 | |
*** sshank has joined #openstack-lbaas | 18:31 | |
openstackgerrit | Bar RH proposed openstack/python-octaviaclient master: Refine synopsis of loadbalancer_create https://review.openstack.org/519439 | 18:31 |
*** slaweq has joined #openstack-lbaas | 18:36 | |
*** gcheresh has joined #openstack-lbaas | 18:38 | |
*** bar_ has quit IRC | 18:43 | |
*** sshank has quit IRC | 18:56 | |
*** slaweq has quit IRC | 19:03 | |
*** sshank has joined #openstack-lbaas | 19:03 | |
*** slaweq has joined #openstack-lbaas | 19:13 | |
*** aojea has quit IRC | 19:14 | |
johnsom | nmagnezi When you have a chance can you look at this: https://review.openstack.org/#/c/518632/ It has a not-so-great workaround for RHEL/CentOS7 and would like your review/comment/thoughts | 19:29 |
*** gcheresh has quit IRC | 19:30 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 19:37 | |
*** sshank has quit IRC | 19:37 | |
*** AlexeyAbashkin has quit IRC | 19:41 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 19:59 | |
*** AlexeyAbashkin has quit IRC | 20:06 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 20:06 | |
nmagnezi | johnsom, np :) | 20:09 |
*** atoth has quit IRC | 20:09 | |
johnsom | Thank you | 20:10 |
*** krypto has quit IRC | 20:10 | |
*** Alexey_Abashkin has joined #openstack-lbaas | 20:27 | |
*** Alexey_Abashkin1 has joined #openstack-lbaas | 20:28 | |
*** AlexeyAbashkin has quit IRC | 20:30 | |
*** Alexey_Abashkin1 is now known as AlexeyAbashkin | 20:30 | |
*** Alexey_Abashkin has quit IRC | 20:31 | |
*** aojea has joined #openstack-lbaas | 20:33 | |
*** longstaff has joined #openstack-lbaas | 20:49 | |
longstaff | johnsom Want to let you know I'm continuing to work on provider driver spec and plan to commit additional changes. Does this conflict with anyone else's work? | 20:52 |
johnsom | longstaff Sounds good. No conflicts here, didn't get to it last week | 20:52 |
longstaff | Thanks | 20:52 |
*** AlexeyAbashkin has quit IRC | 20:53 | |
*** sshank has joined #openstack-lbaas | 20:54 | |
kong | hi, guys, i think https://review.openstack.org/#/c/486775/ is ready to go, anything we are waiting for? | 21:13 |
kong | johnsom, rm_work ^^ | 21:13 |
johnsom | kong I agree with Nir, we should have a gate that at least runs it. I think he was going to work on that | 21:15 |
kong | johnsom: but will that block that patch to be merged? | 21:15 |
kong | or we are still concerned about the stability? | 21:16 |
kong | our CI is waiting for that patch | 21:16 |
johnsom | Well, a core -1'd it. I think it's a valid point that we shouldn't merge it until it's actually being run. | 21:16 |
johnsom | We can do it in-repo so should go pretty quick | 21:17 |
kong | nmagnezi: hi, are you currently working on adding the gate job? | 21:18 |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements https://review.openstack.org/519166 | 21:18 |
kong | fine, we will leave it to upstream for now | 21:19 |
*** armax has quit IRC | 21:24 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements https://review.openstack.org/519166 | 21:29 |
*** AlexeyAbashkin has joined #openstack-lbaas | 21:32 | |
*** AlexeyAbashkin has quit IRC | 21:36 | |
*** redondo-mk_ has joined #openstack-lbaas | 21:46 | |
*** xgerman__ has joined #openstack-lbaas | 21:46 | |
*** fyxim_ has joined #openstack-lbaas | 21:46 | |
*** johnsom_ has joined #openstack-lbaas | 21:47 | |
*** bar_ has joined #openstack-lbaas | 21:48 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements https://review.openstack.org/519166 | 21:49 |
*** xgerman_ has quit IRC | 21:51 | |
*** ying_zuo has quit IRC | 21:51 | |
*** johnsom has quit IRC | 21:51 | |
*** fyxim has quit IRC | 21:51 | |
*** ptoohill1 has quit IRC | 21:51 | |
*** redondo-mk has quit IRC | 21:51 | |
*** xgerman__ is now known as xgerman_ | 21:51 | |
*** redondo-mk_ is now known as redondo-mk | 21:51 | |
*** fyxim_ is now known as fyxim | 21:51 | |
*** johnsom_ is now known as johnsom | 21:51 | |
*** ptoohill1 has joined #openstack-lbaas | 21:52 | |
*** kbyrne has quit IRC | 21:54 | |
openstackgerrit | Michael Johnson proposed openstack/octavia master: ACTIVE-ACTIVE Topology: Initial Distributor Driver Mixin https://review.openstack.org/313006 | 21:56 |
*** kbyrne has joined #openstack-lbaas | 21:56 | |
johnsom | Ugh, what a mess. Posted to get the docs rendered so I can contemplate a re-write vs. fix | 21:57 |
*** aojea has quit IRC | 22:01 | |
*** aojea has joined #openstack-lbaas | 22:02 | |
openstackgerrit | Merged openstack/python-octaviaclient master: Updated from global requirements https://review.openstack.org/519166 | 22:03 |
*** aojea has quit IRC | 22:06 | |
*** rcernin has joined #openstack-lbaas | 22:09 | |
*** armax has joined #openstack-lbaas | 22:22 | |
*** AlexeyAbashkin has joined #openstack-lbaas | 22:26 | |
xgerman_ | johnsom and this is after I straightened it out… | 22:28 |
johnsom | Yeah, really leaning towards starting over. | 22:28 |
johnsom | Breaking this down even more | 22:28 |
xgerman_ | well,this was my first impulse, too | 22:29 |
xgerman_ | so I think we could start over… | 22:29 |
johnsom | Ok, I'm heading down that path with a proposal | 22:30 |
xgerman_ | ok | 22:30 |
*** AlexeyAbashkin has quit IRC | 22:31 | |
*** slaweq has quit IRC | 22:36 | |
*** cpusmith has quit IRC | 22:43 | |
openstackgerrit | Bar RH proposed openstack/python-octaviaclient master: Refine synopsis of loadbalancer_create https://review.openstack.org/519439 | 22:44 |
bar_ | ^apparently, octaviaclient forbid from creating a load balancer with both vip_port and subnet_port | 22:46 |
johnsom | Yes, that is invalid | 22:47 |
johnsom | bar_ If you specify a port, you cannot specify anything else | 22:48 |
bar_ | why is it invalid? api-ref allows it, and both octavia code does | 22:48 |
johnsom | The API should not allow you to specify a port and (network|subnet|IP) | 22:50 |
bar_ | johnsom, it says the opposite here: https://github.com/openstack/octavia/blob/master/api-ref/source/v2/loadbalancer.inc | 22:51 |
bar_ | see: "vip_subnet_id or vip_address" | 22:51 |
bar_ | johnsom, the only combination prohibited is port&network | 22:52 |
johnsom | Ok, I am not remembering what I wrote correctly. Ok, yeah, so a port can have multiple fixed IPs, each with a subnet/IP so you have to specify which one to use. | 22:53 |
bar_ | johnsom, cool | 22:55 |
*** longstaff has quit IRC | 22:58 | |
*** sticker has joined #openstack-lbaas | 23:11 | |
*** bar_ has quit IRC | 23:32 | |
*** ying_zuo has joined #openstack-lbaas | 23:43 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!