Monday, 2017-11-13

openstackgerritMerged openstack/neutron-lbaas master: Updated from global requirements  https://review.openstack.org/51912500:00
openstackgerritMerged openstack/octavia-dashboard master: Imported Translations from Zanata  https://review.openstack.org/51900700:10
*** dayou has joined #openstack-lbaas01:30
*** dayou has quit IRC01:37
*** LutzB has quit IRC01:52
*** LutzB has joined #openstack-lbaas01:52
*** armax has joined #openstack-lbaas01:58
*** Yipei has joined #openstack-lbaas02:09
*** armax has quit IRC02:26
*** dayou has joined #openstack-lbaas02:35
*** links has joined #openstack-lbaas02:53
*** fnaval_ has joined #openstack-lbaas02:57
*** fnaval has quit IRC03:00
*** dayou has quit IRC03:38
*** yamamoto has joined #openstack-lbaas04:01
*** krypto has joined #openstack-lbaas04:19
*** krypto has quit IRC04:24
*** krypto has joined #openstack-lbaas04:24
*** Alex_Staf has joined #openstack-lbaas05:15
*** ssmith has joined #openstack-lbaas05:17
*** ssmith has quit IRC05:23
*** eN_Guruprasad_Rn has joined #openstack-lbaas05:29
*** krypto has quit IRC05:36
*** krypto has joined #openstack-lbaas05:36
*** Yipei has quit IRC05:57
*** krypto has quit IRC06:02
*** krypto has joined #openstack-lbaas06:03
*** krypto has quit IRC06:03
*** krypto has joined #openstack-lbaas06:03
*** gcheresh has joined #openstack-lbaas06:07
*** yedongcan has joined #openstack-lbaas06:47
*** slaweq has joined #openstack-lbaas06:54
openstackgerritDongcan Ye proposed openstack/neutron-lbaas master: Add missing NAME attribute for SessionPersistenceV2  https://review.openstack.org/51924206:57
*** slaweq has quit IRC06:59
*** dayou has joined #openstack-lbaas06:59
*** fnaval_ has quit IRC07:08
*** spectr has joined #openstack-lbaas07:14
*** spectr has quit IRC07:24
*** AlexeyAbashkin has joined #openstack-lbaas07:45
*** rcernin has quit IRC07:51
*** slaweq has joined #openstack-lbaas07:52
*** slaweq has quit IRC07:56
*** krypto has quit IRC08:04
*** krypto has joined #openstack-lbaas08:04
*** krypto has quit IRC08:04
*** krypto has joined #openstack-lbaas08:04
*** yedongcan has quit IRC08:07
*** yedongcan has joined #openstack-lbaas08:07
*** slaweq has joined #openstack-lbaas08:08
*** yedongcan1 has joined #openstack-lbaas08:09
*** slaweq has quit IRC08:10
*** pcaruana has joined #openstack-lbaas08:10
*** slaweq has joined #openstack-lbaas08:11
*** yedongcan has quit IRC08:12
*** tesseract has joined #openstack-lbaas08:27
*** avtar has joined #openstack-lbaas08:35
*** avtar is now known as Guest6476008:35
*** Guest64760 is now known as avi_08:36
*** codenamelxl has joined #openstack-lbaas09:00
codenamelxlHello everyone, I'm having issue getting Octavia to work09:01
codenamelxlThe amphora is up and running, status is Active, however, when i SSH into the amphora, it shows the interface for VIP is down09:01
codenamelxllshw show 2 interface but the second one does not have a MAC09:02
codenamelxli tried to reboot the amphora, it then have a MAC but still no config in /etc/network09:02
*** rcernin has joined #openstack-lbaas09:03
nmagnezicodenamelxl, how do you check to see if the interface is down?09:07
codenamelxlip a in the amphora09:07
codenamelxlthe second interface does not even show up in ip a09:08
*** fnaval has joined #openstack-lbaas09:08
codenamelxljust the interface for management network is up  and show up in ip a09:08
nmagnezicodenamelxl, you should try see what's going on in  the haproxy namespace09:11
nmagnezisec09:11
*** strigazi_ is now known as strigazi09:11
nmagnezicodenamelxl, sudo ip netns exec amphora-haproxy ip a09:11
codenamelxlok, i saw it now09:12
codenamelxlso it must have been on a different namespace, that explains why horizon report that interface as up09:13
*** fnaval has quit IRC09:13
codenamelxlHowever, the status of VIP port on Horizon still show as Down09:13
codenamelxlis that normal?09:14
nmagnezicodenamelxl, what do you get when you check the port status via API/CLI ?09:20
codenamelxlit shows as down09:21
codenamelxlThe nova port is up, but the VIP is down09:21
codenamelxlI have no listener on this loadbalancer yet, if that matter09:23
rm_workyeah09:44
rm_workyou need a listener first09:44
rm_workso, if you just look up the VIP port, i think it will ALWAYS report as "down", but it isn't09:44
rm_workfully configure the LB first (listener, pool, members)09:45
rm_workand see if it works -- it should09:45
codenamelxlah, i see, the VIP will float, that's why it shows as down, right?09:45
rm_workyes09:45
rm_workyou are looking too deep under the covers09:46
codenamelxlGreat09:46
rm_worknormal users can not see that09:46
codenamelxlYeah, i just trying to understand how Octavia works09:46
rm_work:)09:46
codenamelxlOne more question, My horizon probably screwed up, when i try to create a LBaas on Horizon09:47
codenamelxlit create an amphora09:47
codenamelxlbut it seems like it also call to neutron LBaas and create a LB on neutron too09:48
codenamelxlso Octavia and Neutron end up fighting each other09:48
rm_workwhich dashboard project09:48
codenamelxlngloadbalancersv209:48
rm_workyou need to use octavia-dashboard from master09:48
rm_workor MAYBE pike09:48
rm_workneutron-lbaas-dashboard will go to neutron09:48
rm_workprobably that's neutron-lbaas-dashboard09:49
codenamelxlYeah, that's what i thought cause i got nothing when trying to list loadbalancer with openstack CLI09:49
rm_workwhich project/package did you install09:50
codenamelxlbut it shows up on Horizon,  and neutron CLi09:50
rm_workerr09:50
rm_workit should also show up in the CLI i think09:50
rm_work... maybe09:50
codenamelxlProbably this  https://github.com/openstack/neutron-lbaas-dashboard09:50
codenamelxli got kolla-ansible to set it up for me09:50
rm_workyeah, that's wrong09:50
rm_workuse octavia-dashboard09:51
rm_workhttps://github.com/openstack/octavia-dashboard09:51
codenamelxlYeah,  but isn't it weird that this dashboard also create an amphora through Octavia :-?09:51
rm_workso09:51
rm_workneutron-lbaas USES octavia09:51
rm_workbut probably the LB doesn't show up because it is created on the neutron-lbaas service tenant09:52
rm_workif you list loadbalancers for ALL tenants from the CLI09:52
rm_workit should show up09:52
codenamelxlOk, i should try to install octavia-dashboard09:54
codenamelxllast time i tried, it keeps reloading when i clicked on the module last time i tried09:55
*** eN_Guruprasad_Rn has quit IRC09:55
codenamelxlAnyway, thanks for your help!09:57
nmagnezirm_work, o/09:58
rm_worko/09:58
nmagnezirm_work, i think this is no longer needed, am I right? https://github.com/openstack/octavia/blob/e27a531d1d76f7f2dcbcf53b2e7d49cec7905aee/devstack/plugin.sh#L579-L58109:58
rm_workah09:58
rm_worklol yeah09:58
nmagnezi:D09:58
rm_workoh09:58
nmagneziwill add it to https://review.openstack.org/#/c/503638/09:58
rm_workwait no09:58
nmagnezi?09:58
rm_workthat might ne just regular NEUTRON09:58
rm_workq-svc09:58
rm_workmaybe?09:58
nmagnezithat is indeed neutron10:00
nmagnezibut actually, when I think about it10:00
nmagnezineutron is the only networking driver we currently support so maybe we should just leave that there at the moment10:00
rm_workyeah10:00
rm_worki think so10:00
rm_workfor now10:01
codenamelxlOh, just curious, since Octavia now a top level project. Is it possible to use Octavia Pike on Liberty Openstack ( Neutron, Nova) ?10:01
nmagneziso.. forget I even asked :D10:01
rm_workcodenamelxl: yeah10:01
rm_workcodenamelxl: we use Octavia on git-master10:01
rm_workon our Liberty cloud10:01
rm_workworks fine :)10:01
nmagnezirm_work, that's insane :D10:01
rm_work:D10:02
codenamelxlWow, that would be great10:02
rm_workyeah10:02
rm_worki recommend you use AT LEAST pike10:02
*** yamamoto has quit IRC10:02
rm_workbefore that it is ... not great10:02
nmagnezirm_work, what is this for? https://github.com/openstack/octavia/blob/e27a531d1d76f7f2dcbcf53b2e7d49cec7905aee/devstack/plugin.sh#L237-L24310:02
codenamelxlWe'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_workumm10:03
rm_worknmagnezi: that's two things really10:03
rm_workdo you mean the first line, or the if/else block10:03
rm_workfirst line is ??? some sort of thing10:03
rm_workif/else block sets the base_url that's used in pagination links10:04
rm_workoh sorry bo10:04
rm_work*no10:04
rm_workthat's neutron conf10:04
nmagnezijust wondering why does neutron-server needs to be configure with those10:04
rm_workso it sets the URL of octavia that neutron-lbaas will use to communicate10:04
rm_workif we're not using neutron-lbaas, then it does not10:04
rm_workprobably THAT can go away unless n-lbaas service is enabled10:04
nmagnezirm_work, once we merge https://review.openstack.org/#/c/503638/ it won't (still finalizing it)10:05
nmagnezirm_work, I think I'll just include this in the patch10:05
rm_workwell, 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_workso it should check if the service is enabled10:06
*** rcernin has quit IRC10:06
nmagnezithat's fine. we're not changing the devstack plugin for the neutron-lbaas codebase at the moment10:06
rm_workand still do it, if they enabled neutron-lbaas10:06
rm_workyes, but the neutron-lbaas plugin doesn't do the octavia base-url stuff, i think?10:06
rm_workyou have to include octavia for it to configure itself? ... maybe10:06
rm_worki don't really touch n-lbaas anymore10:06
* nmagnezi looks at the n-lbaas plugin10:07
*** salmankhan has joined #openstack-lbaas10:07
nmagnezirm_work, yeah it looks like it does not10:08
*** AlexeyAbashkin has quit IRC10:08
nmagnezirm_work, it might break things.. maybe I'll ask johnsom about this later10:09
*** krypto has quit IRC10:37
*** krypto has joined #openstack-lbaas10:37
*** krypto has quit IRC10:37
*** krypto has joined #openstack-lbaas10:37
*** codenamelxl has quit IRC10:48
*** yamamoto has joined #openstack-lbaas10:52
*** yedongcan1 has left #openstack-lbaas11:12
*** atoth has quit IRC11:13
*** bar_ has joined #openstack-lbaas11:20
*** AlexeyAbashkin has joined #openstack-lbaas11:23
*** fnaval has joined #openstack-lbaas11:24
*** fnaval has quit IRC11:29
*** fnaval has joined #openstack-lbaas11:32
*** fnaval has quit IRC11:37
*** fnaval has joined #openstack-lbaas11:47
*** yamamoto has quit IRC11:51
*** fnaval has quit IRC11:51
*** bar_ has quit IRC11:54
*** fnaval has joined #openstack-lbaas11:59
*** atoth has joined #openstack-lbaas11:59
*** fnaval has quit IRC12:03
*** bar_ has joined #openstack-lbaas12:04
*** fnaval has joined #openstack-lbaas12:06
*** yamamoto has joined #openstack-lbaas12:08
*** fnaval has quit IRC12:10
*** salmankhan has quit IRC12:27
*** bar_ has quit IRC12:29
*** salmankhan has joined #openstack-lbaas12:29
*** bar_ has joined #openstack-lbaas12:30
*** krypto has quit IRC12:35
*** krypto has joined #openstack-lbaas12:41
*** krypto has quit IRC12:41
*** krypto has joined #openstack-lbaas12:41
*** salmankhan has quit IRC12:57
*** salmankhan has joined #openstack-lbaas12:58
*** sri_ has joined #openstack-lbaas13:01
*** krypto has quit IRC13:04
*** krypto has joined #openstack-lbaas13:04
*** krypto has quit IRC13:15
*** yamamoto has quit IRC13:24
openstackgerritNir Magnezi proposed openstack/neutron-lbaas master: [WIP] Support OVN driver for lbaas v2  https://review.openstack.org/51092113:47
numansnmagnezi++ thanks for the rebase. I still need to work on the test cases :)13:48
nmagnezinumans, 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
nmagnezipep813:58
nmagnezi:D13:58
*** salmankhan has quit IRC14:09
*** links has quit IRC14:18
openstackgerritNir Magnezi proposed openstack/neutron-lbaas master: Update member status to return real statuses  https://review.openstack.org/48093314:23
*** yamamoto has joined #openstack-lbaas14:25
*** salmankhan has joined #openstack-lbaas14:28
*** yamamoto has quit IRC14:34
openstackgerritBar RH proposed openstack/octavia master: Refine api-ref regarding loadbalancer creation  https://review.openstack.org/51937014:46
*** ssmith has joined #openstack-lbaas14:47
*** cpusmith has joined #openstack-lbaas14:48
*** ssmith has quit IRC14:52
*** armax has joined #openstack-lbaas14:56
*** dayou has quit IRC15:04
openstackgerritBar RH proposed openstack/octavia master: Specify management IP addresses per amphora  https://review.openstack.org/50515815:19
*** dayou has joined #openstack-lbaas15:24
*** longstaff has joined #openstack-lbaas15:28
*** gcheresh has quit IRC15:45
*** slaweq has quit IRC15:52
*** fnaval has joined #openstack-lbaas16:03
openstackgerritBar RH proposed openstack/octavia master: Refine api-ref regarding loadbalancer creation  https://review.openstack.org/51937016:21
*** krypto has joined #openstack-lbaas16:35
*** krypto has quit IRC16:35
*** krypto has joined #openstack-lbaas16:35
*** krypto has quit IRC16:41
*** krypto has joined #openstack-lbaas16:42
*** krypto has quit IRC16:42
*** krypto has joined #openstack-lbaas16:42
*** pcaruana has quit IRC16:49
openstackgerritMark Giles proposed openstack/neutron-lbaas master: Fix to prevent password from being displayed in logs.  https://review.openstack.org/51942916:57
*** krypto has quit IRC17:02
*** krypto has joined #openstack-lbaas17:02
*** krypto has quit IRC17:02
*** krypto has joined #openstack-lbaas17:02
*** sapd_ has joined #openstack-lbaas17:04
*** sapd__ has quit IRC17:05
*** Alex_Staf has quit IRC17:12
*** tesseract has quit IRC17:34
*** longstaff has quit IRC17:58
openstackgerritBar RH proposed openstack/python-octaviaclient master: [WIP] Refine synopsis of loadbalancer_create  https://review.openstack.org/51943918:05
*** AlexeyAbashkin has quit IRC18:18
*** salmankhan has quit IRC18:20
*** aojea has joined #openstack-lbaas18:21
*** sshank has joined #openstack-lbaas18:31
openstackgerritBar RH proposed openstack/python-octaviaclient master: Refine synopsis of loadbalancer_create  https://review.openstack.org/51943918:31
*** slaweq has joined #openstack-lbaas18:36
*** gcheresh has joined #openstack-lbaas18:38
*** bar_ has quit IRC18:43
*** sshank has quit IRC18:56
*** slaweq has quit IRC19:03
*** sshank has joined #openstack-lbaas19:03
*** slaweq has joined #openstack-lbaas19:13
*** aojea has quit IRC19:14
johnsomnmagnezi 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/thoughts19:29
*** gcheresh has quit IRC19:30
*** AlexeyAbashkin has joined #openstack-lbaas19:37
*** sshank has quit IRC19:37
*** AlexeyAbashkin has quit IRC19:41
*** AlexeyAbashkin has joined #openstack-lbaas19:59
*** AlexeyAbashkin has quit IRC20:06
*** AlexeyAbashkin has joined #openstack-lbaas20:06
nmagnezijohnsom, np :)20:09
*** atoth has quit IRC20:09
johnsomThank you20:10
*** krypto has quit IRC20:10
*** Alexey_Abashkin has joined #openstack-lbaas20:27
*** Alexey_Abashkin1 has joined #openstack-lbaas20:28
*** AlexeyAbashkin has quit IRC20:30
*** Alexey_Abashkin1 is now known as AlexeyAbashkin20:30
*** Alexey_Abashkin has quit IRC20:31
*** aojea has joined #openstack-lbaas20:33
*** longstaff has joined #openstack-lbaas20:49
longstaffjohnsom 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
johnsomlongstaff Sounds good.  No conflicts here, didn't get to it last week20:52
longstaffThanks20:52
*** AlexeyAbashkin has quit IRC20:53
*** sshank has joined #openstack-lbaas20:54
konghi, guys, i think https://review.openstack.org/#/c/486775/ is ready to go, anything we are waiting for?21:13
kongjohnsom, rm_work ^^21:13
johnsomkong I agree with Nir, we should have a gate that at least runs it.  I think he was going to work on that21:15
kongjohnsom: but will that block that patch to be merged?21:15
kongor we are still concerned about the stability?21:16
kongour CI is waiting for that patch21:16
johnsomWell, 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
johnsomWe can do it in-repo so should go pretty quick21:17
kongnmagnezi: hi, are you currently working on adding the gate job?21:18
openstackgerritOpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements  https://review.openstack.org/51916621:18
kongfine, we will leave it to upstream for now21:19
*** armax has quit IRC21:24
openstackgerritOpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements  https://review.openstack.org/51916621:29
*** AlexeyAbashkin has joined #openstack-lbaas21:32
*** AlexeyAbashkin has quit IRC21:36
*** redondo-mk_ has joined #openstack-lbaas21:46
*** xgerman__ has joined #openstack-lbaas21:46
*** fyxim_ has joined #openstack-lbaas21:46
*** johnsom_ has joined #openstack-lbaas21:47
*** bar_ has joined #openstack-lbaas21:48
openstackgerritOpenStack Proposal Bot proposed openstack/python-octaviaclient master: Updated from global requirements  https://review.openstack.org/51916621:49
*** xgerman_ has quit IRC21:51
*** ying_zuo has quit IRC21:51
*** johnsom has quit IRC21:51
*** fyxim has quit IRC21:51
*** ptoohill1 has quit IRC21:51
*** redondo-mk has quit IRC21:51
*** xgerman__ is now known as xgerman_21:51
*** redondo-mk_ is now known as redondo-mk21:51
*** fyxim_ is now known as fyxim21:51
*** johnsom_ is now known as johnsom21:51
*** ptoohill1 has joined #openstack-lbaas21:52
*** kbyrne has quit IRC21:54
openstackgerritMichael Johnson proposed openstack/octavia master: ACTIVE-ACTIVE Topology: Initial Distributor Driver Mixin  https://review.openstack.org/31300621:56
*** kbyrne has joined #openstack-lbaas21:56
johnsomUgh, what a mess.  Posted to get the docs rendered so I can contemplate a re-write vs. fix21:57
*** aojea has quit IRC22:01
*** aojea has joined #openstack-lbaas22:02
openstackgerritMerged openstack/python-octaviaclient master: Updated from global requirements  https://review.openstack.org/51916622:03
*** aojea has quit IRC22:06
*** rcernin has joined #openstack-lbaas22:09
*** armax has joined #openstack-lbaas22:22
*** AlexeyAbashkin has joined #openstack-lbaas22:26
xgerman_johnsom and this is after I straightened it out…22:28
johnsomYeah, really leaning towards starting over.22:28
johnsomBreaking this down even more22:28
xgerman_well,this was my first impulse, too22:29
xgerman_so I think we could start over…22:29
johnsomOk, I'm heading down that path with a proposal22:30
xgerman_ok22:30
*** AlexeyAbashkin has quit IRC22:31
*** slaweq has quit IRC22:36
*** cpusmith has quit IRC22:43
openstackgerritBar RH proposed openstack/python-octaviaclient master: Refine synopsis of loadbalancer_create  https://review.openstack.org/51943922:44
bar_^apparently, octaviaclient forbid from creating a load balancer with both vip_port and subnet_port22:46
johnsomYes, that is invalid22:47
johnsombar_ If you specify a port, you cannot specify anything else22:48
bar_why is it invalid? api-ref allows it, and both octavia code does22:48
johnsomThe 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.inc22:51
bar_see: "vip_subnet_id or vip_address"22:51
bar_johnsom, the only combination prohibited is port&network22:52
johnsomOk, 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, cool22:55
*** longstaff has quit IRC22:58
*** sticker has joined #openstack-lbaas23:11
*** bar_ has quit IRC23:32
*** ying_zuo has joined #openstack-lbaas23:43

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!