*** dayou_ has joined #openstack-lbaas | 00:09 | |
*** yamamoto has joined #openstack-lbaas | 00:24 | |
*** yamamoto has quit IRC | 00:34 | |
*** ianychoi has quit IRC | 00:49 | |
*** ianychoi has joined #openstack-lbaas | 00:50 | |
*** hongbin has joined #openstack-lbaas | 01:58 | |
*** yamamoto has joined #openstack-lbaas | 02:36 | |
*** yamamoto has quit IRC | 02:52 | |
*** abaindur has quit IRC | 03:25 | |
*** jmccrory has quit IRC | 03:32 | |
*** jmccrory has joined #openstack-lbaas | 03:37 | |
*** rcernin has quit IRC | 03:48 | |
*** rcernin has joined #openstack-lbaas | 03:49 | |
*** ramishra has joined #openstack-lbaas | 04:07 | |
*** hongbin has quit IRC | 04:45 | |
openstackgerrit | German Eichberger proposed openstack/octavia master: Refactor the AAP driver to not depend on nova https://review.openstack.org/604226 | 04:45 |
---|---|---|
*** yamamoto has joined #openstack-lbaas | 04:52 | |
*** yamamoto has quit IRC | 05:08 | |
*** yamamoto has joined #openstack-lbaas | 05:29 | |
openstackgerrit | Swaminathan Vasudevan proposed openstack/neutron-lbaas master: neutron-lbaas haproxy agent prevent vif unplug when failover occurs https://review.openstack.org/578966 | 05:42 |
*** abaindur has joined #openstack-lbaas | 05:48 | |
*** abaindur has quit IRC | 05:54 | |
*** abaindur has joined #openstack-lbaas | 06:02 | |
*** ltomasbo has joined #openstack-lbaas | 06:29 | |
*** rcernin has quit IRC | 07:02 | |
*** yamamoto has quit IRC | 07:19 | |
*** yamamoto has joined #openstack-lbaas | 07:58 | |
*** yamamoto has quit IRC | 08:04 | |
*** yamamoto has joined #openstack-lbaas | 08:04 | |
*** dims has quit IRC | 08:11 | |
*** dims has joined #openstack-lbaas | 08:12 | |
*** celebdor has joined #openstack-lbaas | 08:14 | |
*** celebdor has quit IRC | 08:15 | |
*** celebdor has joined #openstack-lbaas | 08:15 | |
*** abaindur has quit IRC | 08:23 | |
*** Emine has joined #openstack-lbaas | 08:45 | |
*** ramishra has quit IRC | 08:59 | |
*** sapd1 has quit IRC | 09:00 | |
*** sapd1_ has joined #openstack-lbaas | 09:01 | |
*** ramishra has joined #openstack-lbaas | 09:06 | |
*** Emine has quit IRC | 09:09 | |
*** salmankhan has joined #openstack-lbaas | 09:10 | |
*** salmankhan has quit IRC | 09:13 | |
*** salmankhan has joined #openstack-lbaas | 09:17 | |
*** Emine has joined #openstack-lbaas | 09:21 | |
*** eandersson has quit IRC | 10:30 | |
*** jiteka has quit IRC | 10:30 | |
*** Emine has quit IRC | 10:44 | |
*** yamamoto has quit IRC | 11:35 | |
*** jitek4 has joined #openstack-lbaas | 11:39 | |
*** salmankhan1 has joined #openstack-lbaas | 11:52 | |
*** salmankhan has quit IRC | 11:54 | |
*** salmankhan1 is now known as salmankhan | 11:54 | |
*** yamamoto has joined #openstack-lbaas | 11:56 | |
*** salmankhan1 has joined #openstack-lbaas | 12:40 | |
*** salmankhan has quit IRC | 12:41 | |
*** salmankhan1 is now known as salmankhan | 12:41 | |
maciejjozefczyk | rm_work: hey, you around? | 12:44 |
maciejjozefczyk | I have question about creating floating_ips in https://review.openstack.org/#/c/435612/148/octavia/network/drivers/neutron/floatingip.py | 12:50 |
maciejjozefczyk | for now when I specify --vip-net it creats neutron port and floating ip from the same subnet like the port | 12:51 |
maciejjozefczyk | port is called: octavia-lb-vrrp | 12:51 |
maciejjozefczyk | so the question is if there is possibity to add vrrp port from one network (private one) and associate VIP aka FIP from public subnet? | 12:52 |
maciejjozefczyk | associate it to this private port (vrrp port); of course router is set with External-Gateway as public nad private interfaces | 12:53 |
maciejjozefczyk | im looking for options like --vrrp-subnet-id --fip-subnet-id | 12:54 |
maciejjozefczyk | and let the neutron do the job | 12:54 |
maciejjozefczyk | idk is api is ready for it, maybe we could make this possible>? | 12:55 |
*** amuller has joined #openstack-lbaas | 13:01 | |
*** ramishra has quit IRC | 13:13 | |
*** yamamoto has quit IRC | 13:18 | |
*** yamamoto has joined #openstack-lbaas | 13:18 | |
ltomasbo | johnsom, https://storyboard.openstack.org/#!/story/2003833 (my findings from yesterdays issue I mentioned to you | 13:47 |
ltomasbo | xgerman_, perhaps you may know where that come from... ^^ | 13:48 |
ltomasbo | nmagnezi, ^^ | 13:48 |
*** yamamoto has quit IRC | 13:52 | |
*** openstackgerrit has quit IRC | 14:07 | |
xgerman_ | ltomasbo: johnsom + rm_work reworked the database model for speed so will defer to them or check once the dust settles (still a lot in flight) | 14:14 |
xgerman_ | maciejjozefczyk: VIP and VRRP need to be on the same subnet. Rational is that we want to check if we can reach other on that subnet and if not failover. If they would be on a different net some errors might be mask and an LB not failed over when in error (e.g. connectivity to vip net) | 14:16 |
jitek4 | Hey guys, how are you handling documentation typos ? | 14:25 |
jitek4 | I found one in operator-maintenance, Amohora instead of Amphora | 14:25 |
jitek4 | https://docs.openstack.org/octavia/latest/admin/guides/operator-maintenance.html#evacuating-a-specific-amohora-from-a-host | 14:25 |
*** yamamoto has joined #openstack-lbaas | 14:26 | |
maciejjozefczyk | xgerman_: Hey, yes, your right. But from the other hand what if I would like to create floating IP (public one) on private net port (VIP). For now octavia tries to allocate Floating-IP from the same subnet as VIP. | 14:26 |
maciejjozefczyk | I would like to distinguish that. | 14:27 |
xgerman_ | In stock octavia (not rm_work | 14:28 |
xgerman_ | driver we let the user allocate the FIP whatever way he wants… so that might be good input for the FLIP driver | 14:28 |
maciejjozefczyk | Nope :) using rm_work, thats why I asked him | 14:28 |
maciejjozefczyk | xgerman_: yep, so I vote for adding some kind of option to let user set the floating ip subnet while creating lb using rm_work | 14:29 |
xgerman_ | got it… let’s see if rm_work picks that up ;-) | 14:30 |
maciejjozefczyk | I'll ping him | 14:30 |
*** maciejjozefczyk has quit IRC | 14:34 | |
xgerman_ | PSA: https://rubasov.github.io/2018/09/21/openstack-qos-min-bw-demo.html | 14:44 |
*** jitek4 has quit IRC | 15:04 | |
*** jiteka has joined #openstack-lbaas | 15:13 | |
*** rpittau has quit IRC | 15:21 | |
*** celebdor has quit IRC | 15:26 | |
*** sapd1 has joined #openstack-lbaas | 15:27 | |
*** jiteka has quit IRC | 15:50 | |
*** sapd1 has quit IRC | 15:51 | |
*** jiteka has joined #openstack-lbaas | 15:51 | |
*** salmankhan has quit IRC | 16:36 | |
*** openstackgerrit has joined #openstack-lbaas | 16:36 | |
openstackgerrit | Luis Tomas Bolivar proposed openstack/octavia master: Ensure pool object contains the listener_id if passed https://review.openstack.org/604417 | 16:36 |
openstackgerrit | German Eichberger proposed openstack/octavia master: Refactor the AAP driver to not depend on nova https://review.openstack.org/604226 | 17:09 |
*** maciejjozefczyk has joined #openstack-lbaas | 17:12 | |
*** maciejjozefczyk has quit IRC | 17:14 | |
*** maciejjozefczyk has joined #openstack-lbaas | 17:14 | |
*** maciejjozefczyk has quit IRC | 17:19 | |
*** fnaval has joined #openstack-lbaas | 18:41 | |
*** maciejjozefczyk has joined #openstack-lbaas | 19:28 | |
*** abaindur has joined #openstack-lbaas | 19:46 | |
*** amuller has quit IRC | 20:46 | |
*** celebdor has joined #openstack-lbaas | 20:56 | |
*** abaindur has quit IRC | 21:02 | |
*** abaindur has joined #openstack-lbaas | 21:03 | |
rm_work | maciejjozefczyk: err, the FLIP network is entirely unrelated to the vrrp network | 21:09 |
rm_work | maciejjozefczyk: user passes in the FLIP network, and we create the FLIP on that, and it can be bound to any address anywhere | 21:10 |
rm_work | at least, there's nothing that should prevent that | 21:10 |
rm_work | I'm not sure exactly what you're seeing? | 21:10 |
openstackgerrit | German Eichberger proposed openstack/octavia master: Refactor the AAP driver to not depend on nova https://review.openstack.org/604226 | 21:26 |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: DNM: Testing bionic nodes https://review.openstack.org/600539 | 21:27 |
johnsom | Sorry for the noise, fixing DIB to work right on bionic nodepool instances | 21:28 |
openstackgerrit | German Eichberger proposed openstack/octavia master: [WIP] Refactor the pluggin of the VIP https://review.openstack.org/604479 | 21:29 |
xgerman_ | ^^ might be a bigger peice to chew then a thought | 21:29 |
*** ivve has quit IRC | 21:38 | |
*** abaindur has quit IRC | 22:04 | |
*** celebdor has quit IRC | 22:09 | |
*** fnaval has quit IRC | 22:41 | |
*** KeithMnemonic has quit IRC | 22:58 | |
*** KeithMnemonic has joined #openstack-lbaas | 22:59 | |
*** abaindur has joined #openstack-lbaas | 23:21 | |
*** abaindur has quit IRC | 23:29 | |
*** abaindur has joined #openstack-lbaas | 23:30 | |
*** maciejjozefczyk has quit IRC | 23:31 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!