*** hongbin has joined #openstack-lbaas | 00:18 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Fix cleanup calls in scenario tests https://review.openstack.org/631991 | 00:39 |
---|---|---|
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add compute flavor support to the amphora driver https://review.openstack.org/631906 | 00:46 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add compute flavor support to the amphora driver https://review.openstack.org/631906 | 01:00 |
*** hongbin has quit IRC | 01:39 | |
*** hongbin has joined #openstack-lbaas | 01:41 | |
*** hongbin_ has joined #openstack-lbaas | 01:45 | |
*** hongbin has quit IRC | 01:45 | |
openstackgerrit | Yang JianFeng proposed openstack/octavia master: Some adjustments about l3-active-active blueprint https://review.openstack.org/631947 | 01:54 |
*** sapd1_x has joined #openstack-lbaas | 02:11 | |
*** mkuf_ has quit IRC | 02:40 | |
*** psachin has joined #openstack-lbaas | 03:04 | |
*** sapd1_x has quit IRC | 03:38 | |
*** ramishra has joined #openstack-lbaas | 03:41 | |
*** sapd1_x has joined #openstack-lbaas | 03:56 | |
openstackgerrit | Lingxian Kong proposed openstack/octavia master: [WIP] Support to filter resources by tags https://review.openstack.org/632013 | 04:09 |
*** ramishra has quit IRC | 04:59 | |
*** ramishra has joined #openstack-lbaas | 05:07 | |
*** numans_ has quit IRC | 05:10 | |
openstackgerrit | Lingxian Kong proposed openstack/octavia master: Support to filter resources by tags https://review.openstack.org/632013 | 05:17 |
*** numans has joined #openstack-lbaas | 05:17 | |
*** ramishra_ has joined #openstack-lbaas | 05:48 | |
*** ramishra has quit IRC | 05:51 | |
*** ileixe has joined #openstack-lbaas | 06:08 | |
ileixe | Hi guys. | 06:08 |
ileixe | I have a simple question to deploy octavia LB. It's about allocating VIP without L2 adjacency. | 06:09 |
ileixe | Does anybody have any experience about that..? | 06:09 |
*** aojea has joined #openstack-lbaas | 06:17 | |
*** aojea has quit IRC | 06:22 | |
*** hongbin has joined #openstack-lbaas | 06:25 | |
*** hongbin_ has quit IRC | 06:27 | |
johnsom | ileixe: VIPs are allocated on the subnet the user specifies at load balancer creation time. | 06:29 |
ileixe | johnsom: Yes, from my undestanding, using allowed_address_pair driver, amphora instance does not have VIP port right? | 06:30 |
ileixe | amp just have VRRP port with allowed_address_pair property with VIP port. | 06:31 |
ileixe | and it makes problem when network plugin deos not gurantee L2 connectivity. | 06:32 |
johnsom | ileixe: only in active standby mode. Allowed address pairs is just adding a secondary IP to a port. They must be on the same L2 per neutron. It is only when you enable active standby that an IP needs to be able to move between instances. | 06:41 |
*** johnsom has quit IRC | 06:42 | |
*** icey has quit IRC | 06:42 | |
*** johnsom has joined #openstack-lbaas | 06:42 | |
*** icey has joined #openstack-lbaas | 06:43 | |
*** ccamposr has joined #openstack-lbaas | 06:47 | |
*** mkuf_ has joined #openstack-lbaas | 06:47 | |
*** ccamposr__ has joined #openstack-lbaas | 06:48 | |
*** ramishra_ has quit IRC | 06:50 | |
*** ccamposr has quit IRC | 06:51 | |
ileixe | Hm.. on single mode, VIP allocation and Plugin logic seems to be same as active/standby mode in that allocate_vip is making unbound port and plug_vip is making vrrp port.. | 06:53 |
ileixe | johnsom: So, you mean on standalone mode, there was no restrict for l2 connectivity? | 06:54 |
*** mkuf_ has quit IRC | 06:55 | |
*** mkuf has joined #openstack-lbaas | 06:55 | |
*** ramishra has joined #openstack-lbaas | 06:59 | |
*** rcernin has quit IRC | 07:00 | |
*** reedip has joined #openstack-lbaas | 07:37 | |
*** sapd1_x has quit IRC | 07:47 | |
*** sapd__x has joined #openstack-lbaas | 07:47 | |
lxkong | johnsom: https://review.openstack.org/#/c/632013/ this patch is for tags filtering, please help review when you're available :-) | 07:52 |
*** rpittau has joined #openstack-lbaas | 07:54 | |
*** gcheresh has joined #openstack-lbaas | 07:57 | |
*** ramishra has quit IRC | 08:03 | |
*** velizarx has joined #openstack-lbaas | 08:08 | |
*** ramishra has joined #openstack-lbaas | 08:09 | |
*** velizarx has quit IRC | 08:26 | |
*** abaindur has joined #openstack-lbaas | 08:27 | |
*** sapd__x has quit IRC | 08:30 | |
*** sapd__x has joined #openstack-lbaas | 08:30 | |
*** velizarx has joined #openstack-lbaas | 08:32 | |
*** abaindur has quit IRC | 08:42 | |
*** sapd__x has quit IRC | 09:18 | |
*** salmankhan has joined #openstack-lbaas | 09:21 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Install DIB binary dependencies from bindep.txt https://review.openstack.org/632051 | 09:30 |
*** salmankhan1 has joined #openstack-lbaas | 09:30 | |
*** salmankhan has quit IRC | 09:30 | |
*** salmankhan1 is now known as salmankhan | 09:30 | |
*** sapd__x has joined #openstack-lbaas | 09:30 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia master: Install DIB binary dependencies from bindep.txt https://review.openstack.org/632051 | 09:33 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Add octavia-v2-dsvm-scenario-fedora-latest job https://review.openstack.org/600381 | 09:34 |
*** ramishra has quit IRC | 09:38 | |
*** ramishra has joined #openstack-lbaas | 09:40 | |
*** salmankhan has quit IRC | 09:44 | |
reedip | Hi, any reviews for https://review.openstack.org/#/c/621493/6 ? | 09:47 |
*** salmankhan has joined #openstack-lbaas | 09:47 | |
*** salmankhan1 has joined #openstack-lbaas | 09:51 | |
*** salmankhan has quit IRC | 09:52 | |
*** salmankhan1 is now known as salmankhan | 09:52 | |
*** yboaron has joined #openstack-lbaas | 10:12 | |
*** openstackgerrit has quit IRC | 10:21 | |
*** ramishra has quit IRC | 10:41 | |
*** ramishra has joined #openstack-lbaas | 10:41 | |
*** reedip has quit IRC | 10:51 | |
*** aojea_ has joined #openstack-lbaas | 11:32 | |
*** sapd__x has quit IRC | 11:53 | |
*** aojea_ has quit IRC | 12:26 | |
*** openstackgerrit has joined #openstack-lbaas | 12:48 | |
openstackgerrit | Yang JianFeng proposed openstack/octavia master: [WIP] Implement bgp speaker in amphora https://review.openstack.org/628915 | 12:48 |
*** celebdor has joined #openstack-lbaas | 13:37 | |
*** ileixe has quit IRC | 13:56 | |
*** yboaron_ has joined #openstack-lbaas | 14:03 | |
*** amuller has joined #openstack-lbaas | 14:05 | |
*** yboaron has quit IRC | 14:05 | |
*** sapd__x has joined #openstack-lbaas | 14:21 | |
*** yboaron_ has quit IRC | 14:50 | |
*** celebdor has quit IRC | 15:07 | |
*** yboaron_ has joined #openstack-lbaas | 15:07 | |
zigo | Hi here ! | 15:10 |
zigo | Where is the script to create the amphorae? | 15:10 |
zigo | I'd like to create my own, but need a reference... | 15:10 |
nmagnezi | zigo, you mean an amphora image? | 15:10 |
zigo | Yep. | 15:10 |
nmagnezi | zigo, 1 sec | 15:10 |
nmagnezi | zigo, https://github.com/openstack/octavia/blob/master/diskimage-create/diskimage-create.sh | 15:11 |
zigo | Maybe we can have Debian to produce an official image... | 15:11 |
zigo | Oh... | 15:11 |
zigo | How come this isn't in Rocky? | 15:11 |
nmagnezi | zigo, this script was in Rocky for sure | 15:11 |
zigo | Oh, stupid me ... | 15:12 |
zigo | Indeed. | 15:12 |
zigo | nmagnezi: Are you familliar with what's in the base amphorae image? | 15:12 |
nmagnezi | zigo, we use disk-image-builder to build the image. As for the content you will find referenced to all of the disk image builder elements in that script | 15:13 |
zigo | nmagnezi: Yeah, though I don't really want to use DIB... | 15:14 |
nmagnezi | zigo, for what reason? | 15:14 |
zigo | nmagnezi: I'd like to make it produced by the official Debian image builder. | 15:14 |
zigo | So it has to use our common image builder. | 15:14 |
zigo | nmagnezi: If I understand well, I'll need to build an amphorae agent, right? | 15:16 |
zigo | Looks like it isn't built in the Debian package ... :/ | 15:17 |
nmagnezi | zigo, you will need to adapt the agent code to your with your distro | 15:17 |
zigo | nmagnezi: Well, I find it weird that neither Debian or Ubuntu has octavia-agent as a separate package. | 15:18 |
nmagnezi | zigo, yeah you need a proper package, but you might also need to modify the actual agent code | 15:18 |
zigo | Oh ! | 15:18 |
zigo | Why that? | 15:18 |
nmagnezi | It does work on Ubuntu | 15:18 |
nmagnezi | So it might just work | 15:18 |
zigo | Right. | 15:19 |
nmagnezi | I don't use those distros so I can't tell | 15:19 |
zigo | nmagnezi: FYI, I am the package maintainer of OpenStack in Debian since 2011 ... :P | 15:22 |
zigo | nmagnezi: Though for Octavia, I'm not the one who did the work, I'm kind of discovering the project. | 15:22 |
johnsom | zigo: fyi, all of the stuff we load and configure in the image is defined in the DIB elements folder in the Octavia repo | 15:24 |
zigo | johnsom: Yeah, got to dig it out ! :) | 15:24 |
johnsom | Other than those it is a stock cloud image | 15:25 |
zigo | johnsom: Well, if I get it correct, there's the need to have 1/ octavia-agent 2/ haproxy, then how is the image getting in touch with the rest of the world to configure itself? | 15:30 |
zigo | I guess there's some kind of config file as well, no? | 15:31 |
zigo | Gosh, uglyness at all levels ... :/ | 15:35 |
zigo | Sorry that I am saying this, but even the logrotate script is wrong... | 15:36 |
zigo | pip install -U -c /opt/upper-constraints.txt /opt/amphora-agent <=== This really looks super ugly too. | 15:36 |
johnsom | Cloud-init does the config. Keepalived is needed as well | 15:40 |
*** velizarx has quit IRC | 15:41 | |
zigo | johnsom: Why is the cert folder mounted on a crypted ramfs ? | 15:46 |
johnsom | It stores tenant private keys for haproxy to use | 15:47 |
zigo | Hum... | 15:49 |
*** gcheresh has quit IRC | 15:58 | |
zigo | johnsom: Does the agent need to run as root? | 16:03 |
zigo | I can't find the amphora-agent.conf file... | 16:06 |
johnsom | It does for now | 16:08 |
cgoncalves | zigo, amphora-agent.conf is generated server-side and passed via ConfigDrive | 16:09 |
zigo | Oh ok. | 16:09 |
*** psachin has quit IRC | 16:12 | |
*** yboaron_ has quit IRC | 16:15 | |
zigo | cgoncalves: Could you give me an example /etc/octavia/amphora-agent.conf ? | 16:20 |
zigo | Just so that I can check the script to make the ramdisk ... | 16:20 |
cgoncalves | zigo, I don't have one handy now, sorry | 16:23 |
*** ramishra has quit IRC | 16:24 | |
*** sapd__x has quit IRC | 16:25 | |
*** gcheresh has joined #openstack-lbaas | 16:40 | |
*** ccamposr__ has quit IRC | 16:53 | |
*** gcheresh has quit IRC | 16:55 | |
*** rpittau has quit IRC | 16:59 | |
*** salmankhan has quit IRC | 17:32 | |
*** salmankhan has joined #openstack-lbaas | 17:35 | |
*** salmankhan has quit IRC | 17:43 | |
*** salmankhan has joined #openstack-lbaas | 17:44 | |
*** logan- has quit IRC | 17:52 | |
*** logan_ has joined #openstack-lbaas | 17:53 | |
*** logan_ is now known as logan- | 17:53 | |
*** openstackgerrit has quit IRC | 18:07 | |
*** ccamposr has joined #openstack-lbaas | 18:09 | |
*** ccamposr has quit IRC | 18:30 | |
*** yboaron_ has joined #openstack-lbaas | 19:11 | |
-openstackstatus- NOTICE: The error causing post failures on jobs has been corrected. It is safe to recheck these jobs. | 19:17 | |
*** aojea has joined #openstack-lbaas | 19:38 | |
*** aojea has quit IRC | 19:38 | |
*** aojea has joined #openstack-lbaas | 19:39 | |
johnsom | zigo This is a very simple one for a basic load balancer | 19:44 |
johnsom | https://www.irccloud.com/pastebin/y4L25M1X/ | 19:44 |
*** aojea has quit IRC | 20:10 | |
*** openstackgerrit has joined #openstack-lbaas | 20:49 | |
openstackgerrit | Michael Johnson proposed openstack/octavia-tempest-plugin master: Retry subnet/network deletes on 409 Conflict https://review.openstack.org/631991 | 20:49 |
*** aojea has joined #openstack-lbaas | 21:02 | |
johnsom | Cores, this is in the check gate now, but will be a nice gate fix for the darn "tearDownClass" failures we have been randomly seeing. https://review.openstack.org/631991 | 21:07 |
*** celebdor has joined #openstack-lbaas | 21:13 | |
*** yboaron_ has quit IRC | 21:17 | |
rm_work | damn, wish i had caught ileixe, what they are talking about is exactly what i dealt with | 21:27 |
rm_work | and no, single mode doesn't fix it, because failovers will not work | 21:27 |
rm_work | because the new node might be in a different L2 | 21:27 |
johnsom | Oh, random L2 on amp VIP. Ugh, messy | 21:28 |
rm_work | the L3 driver is the solution to that <_< at least, the only one i came up with | 21:29 |
*** rcernin has joined #openstack-lbaas | 21:54 | |
*** celebdor has quit IRC | 21:55 | |
lxkong | johnsom, rm_work, the patch for tags filtering is ready for review https://review.openstack.org/#/c/632013/ :-) | 22:01 |
johnsom | lxkong I saw that, thanks! I will try to have a look at it soon. | 22:01 |
lxkong | johnsom: ta | 22:01 |
openstackgerrit | Michael Johnson proposed openstack/octavia master: Add compute flavor support to the amphora driver https://review.openstack.org/631906 | 22:02 |
johnsom | lol, maybe I should have said "Add compute flavor, flavor support" | 22:03 |
johnsom | flavor-flav? | 22:07 |
*** amuller has quit IRC | 22:30 | |
*** aojea has quit IRC | 22:36 | |
* rm_work dies | 22:42 | |
*** abaindur has joined #openstack-lbaas | 22:55 | |
*** abaindur has quit IRC | 22:57 | |
*** abaindur has joined #openstack-lbaas | 22:57 | |
johnsom | rm_work If you have one minute, wasn't there a reason these were inside the "local" cert driver? https://review.openstack.org/#/c/627064/13/octavia/common/config.py | 23:11 |
rm_work | i think i was maybe just trying to keep stuff cleanly isolated on a per-driver basis | 23:11 |
rm_work | but it has been too long... | 23:12 |
johnsom | I'm not against moving it, but vaguely remembered some discussion on it | 23:12 |
rm_work | there might have been more of a reason, but if it passes testing, it should be ok i guess | 23:12 |
rm_work | i think i was just avoiding loading those options if the driver wasn't loaded maybe? | 23:12 |
johnsom | lol, well, we pretty much always load the local driver, so | 23:12 |
rm_work | hmm | 23:13 |
rm_work | ah yeah this is for gen | 23:13 |
rm_work | it may have just been my idea of cleanliness at the time | 23:13 |
johnsom | Ok, thanks | 23:13 |
rm_work | that's just to say "maybe, but i can't remember" >_< | 23:14 |
*** abaindur has quit IRC | 23:17 | |
*** abaindur has joined #openstack-lbaas | 23:18 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!