*** cjloader has quit IRC | 00:32 | |
*** armax has joined #openstack-lbaas | 00:40 | |
*** tkajinam_ has quit IRC | 00:43 | |
*** tkajinam has joined #openstack-lbaas | 00:43 | |
*** openstackgerrit has quit IRC | 00:57 | |
*** tkajinam_ has joined #openstack-lbaas | 01:00 | |
*** tkajinam has quit IRC | 01:00 | |
*** mithilarun has quit IRC | 01:36 | |
*** logan- has quit IRC | 02:48 | |
*** logan_ has joined #openstack-lbaas | 02:50 | |
*** logan_ is now known as logan- | 02:50 | |
*** psachin has joined #openstack-lbaas | 03:19 | |
*** rpittau|afk has quit IRC | 05:34 | |
*** kklimonda has quit IRC | 05:34 | |
*** rpittau|afk has joined #openstack-lbaas | 05:34 | |
*** kklimonda has joined #openstack-lbaas | 05:34 | |
*** gcheresh has joined #openstack-lbaas | 06:03 | |
*** jamesdenton has quit IRC | 06:10 | |
*** gcheresh has quit IRC | 06:11 | |
*** jamesdenton has joined #openstack-lbaas | 06:11 | |
*** gcheresh has joined #openstack-lbaas | 06:18 | |
*** tkajinam__ has joined #openstack-lbaas | 06:37 | |
*** tkajinam_ has quit IRC | 06:39 | |
*** numans has quit IRC | 06:39 | |
*** tkajinam_ has joined #openstack-lbaas | 06:42 | |
*** tkajinam__ has quit IRC | 06:44 | |
*** Dinesh_Bhor has quit IRC | 07:02 | |
*** gcheresh has quit IRC | 07:08 | |
*** ramishra has quit IRC | 07:18 | |
*** NobodyCam has quit IRC | 07:18 | |
*** trident has quit IRC | 07:18 | |
*** JayF has quit IRC | 07:19 | |
*** tobberydberg has quit IRC | 07:19 | |
*** zigo has quit IRC | 07:19 | |
*** brtknr has quit IRC | 07:19 | |
*** gthiemonge has quit IRC | 07:20 | |
*** gthiemonge has joined #openstack-lbaas | 07:20 | |
*** openstackstatus has quit IRC | 07:20 | |
*** xgerman has quit IRC | 07:20 | |
*** xgerman has joined #openstack-lbaas | 07:21 | |
*** ramishra has joined #openstack-lbaas | 08:05 | |
*** NobodyCam has joined #openstack-lbaas | 08:05 | |
*** trident has joined #openstack-lbaas | 08:05 | |
*** JayF has joined #openstack-lbaas | 08:05 | |
*** tobberydberg has joined #openstack-lbaas | 08:05 | |
*** zigo has joined #openstack-lbaas | 08:05 | |
*** brtknr has joined #openstack-lbaas | 08:05 | |
*** maciejjozefczyk has joined #openstack-lbaas | 08:06 | |
*** jamesdenton has quit IRC | 08:08 | |
*** tkajinam_ has quit IRC | 08:11 | |
*** jamesdenton has joined #openstack-lbaas | 08:11 | |
*** tesseract has joined #openstack-lbaas | 08:16 | |
*** openstackgerrit has joined #openstack-lbaas | 08:18 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Transition amphora flows to dicts https://review.opendev.org/668898 | 08:18 |
---|---|---|
openstackgerrit | Ann Taraday proposed openstack/octavia master: Convert Lb flows to use provider dicts https://review.opendev.org/671725 | 08:25 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Convert health_monitor flows to use provider models https://review.opendev.org/679779 | 08:27 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Transition l7policy flows to dicts https://review.opendev.org/665977 | 08:27 |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Transition l7rule flows to dicts https://review.opendev.org/668173 | 08:27 |
*** rpittau|afk is now known as rpittau | 08:28 | |
*** dmellado has quit IRC | 08:34 | |
*** dmellado has joined #openstack-lbaas | 08:35 | |
*** rcernin_ has joined #openstack-lbaas | 09:04 | |
*** rcernin has quit IRC | 09:04 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Use LUKS1 for certfs-ramfs for all distributions https://review.opendev.org/698885 | 09:26 |
openstackgerrit | Merged openstack/octavia-dashboard stable/stein: Fix Django version in lower-constraints https://review.opendev.org/700721 | 09:30 |
*** psachin has quit IRC | 09:35 | |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Use LUKS1 for certfs-ramfs for all distributions https://review.opendev.org/698885 | 09:38 |
*** ccamposr__ has quit IRC | 10:18 | |
*** rcernin_ has quit IRC | 10:34 | |
*** ccamposr has joined #openstack-lbaas | 10:41 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Jobboard based controller https://review.opendev.org/647406 | 11:58 |
*** pcaruana has joined #openstack-lbaas | 11:59 | |
cgoncalves | ataraday, jobboard works well thus far in my testings! killed -9 the o-cw while it was creating a load balancer. once started again, it resumed the flow | 12:33 |
ataraday | cgoncalves, Hooray! :) | 12:34 |
ataraday | for multinodes if o-cw stopped on one node - it should continue on other one as well | 12:35 |
cgoncalves | ataraday, I have not looked much into the code yet. I observed that it took ~21 seconds for flow resumption. would you know why? | 12:35 |
cgoncalves | yeah. that's really cool! | 12:36 |
ataraday | cgoncalves, for redis we have to set https://review.opendev.org/#/c/647406/75/octavia/common/config.py@474 jobboard_expiration_time - it is ttl time for jobboard claims on job | 12:37 |
ataraday | when this time is up - job set to be unclaimed and can be started work again | 12:38 |
ataraday | zookeper checks claims itself, so no ttl time needs to be set, so it will start working on flow as soon as worker is up again | 12:39 |
cgoncalves | ah, indeed. I just didn't wait that timeout before starting o-cw again. I tried again and waited longer. o-cw resumed flow immediate \o/ | 12:40 |
*** dmellado has quit IRC | 12:41 | |
cgoncalves | really excited. thanks a lot, amazing work | 12:42 |
ataraday | cgoncalves, actually I set jobboard_expiration_time to 60 seconds as default, as gate seems to be rather slow - but on my devstack it is working with 30 seconds fine | 12:43 |
ataraday | so for production env could be different as well | 12:43 |
*** dmellado has joined #openstack-lbaas | 12:44 | |
ataraday | I'm really happy that things are working as expected ^_^ | 12:44 |
cgoncalves | hmm. IMO default config values should be recommended ones for production environments. we can override them for CI in the Zuul jobs | 12:44 |
cgoncalves | what do you think? | 12:45 |
ataraday | yeah, this seems better | 12:46 |
*** pcaruana has quit IRC | 13:45 | |
*** yamamoto has joined #openstack-lbaas | 13:59 | |
*** pcaruana has joined #openstack-lbaas | 14:22 | |
cgoncalves | whaaaat! RAX nodepool instances ran scenario job in 1h02! | 14:55 |
cgoncalves | uuuh! some of their hosts have nested virt enabled \o/ | 14:55 |
cgoncalves | never mind, lol, it's OVH | 14:57 |
cgoncalves | I was misled by the log url being rackcdn.com | 14:57 |
cgoncalves | fortnebula appears to have nested virt enabled too, awesome | 14:59 |
*** yamamoto has quit IRC | 15:28 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Enable KVM libvirt type on all scenario jobs https://review.opendev.org/702921 | 15:32 |
*** yamamoto has joined #openstack-lbaas | 15:44 | |
*** yamamoto has quit IRC | 15:45 | |
*** yamamoto has joined #openstack-lbaas | 15:45 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Enable KVM libvirt type on all scenario jobs https://review.opendev.org/702921 | 15:49 |
*** sapd1_x has joined #openstack-lbaas | 16:17 | |
*** maciejjozefczyk has quit IRC | 16:19 | |
*** yamamoto has quit IRC | 16:40 | |
*** rpittau is now known as rpittau|afk | 16:53 | |
*** sapd1_x has quit IRC | 17:06 | |
*** yamamoto has joined #openstack-lbaas | 17:17 | |
*** yamamoto has quit IRC | 17:26 | |
*** mithilarun has joined #openstack-lbaas | 17:27 | |
*** mithilarun has quit IRC | 17:44 | |
*** devfaz has quit IRC | 17:59 | |
*** devfaz has joined #openstack-lbaas | 18:00 | |
*** mithilarun has joined #openstack-lbaas | 18:21 | |
*** mithilarun has quit IRC | 18:25 | |
*** pcaruana has quit IRC | 18:51 | |
*** mithilarun has joined #openstack-lbaas | 19:11 | |
*** gcheresh has joined #openstack-lbaas | 19:22 | |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Add tests for allowed CIDRs in listeners https://review.opendev.org/702629 | 19:30 |
*** tesseract has quit IRC | 19:32 | |
*** gcheresh has quit IRC | 19:34 | |
*** canori01 has joined #openstack-lbaas | 19:44 | |
canori01 | hey guys, I'm running Rocky octavia...is it possible to make the amphorae aware of the AZ so that it won't put two amphorae for a loadbalancer on the same az? | 19:45 |
openstackgerrit | Carlos Goncalves proposed openstack/octavia-tempest-plugin master: Enable KVM libvirt type on all scenario jobs https://review.opendev.org/702921 | 19:53 |
*** openstackstatus has joined #openstack-lbaas | 20:01 | |
*** ChanServ sets mode: +v openstackstatus | 20:01 | |
*** haleyb has quit IRC | 20:28 | |
*** haleyb has joined #openstack-lbaas | 20:32 | |
johnsom | canori01 No, not currently. Rocky supports anti-affinity for the amphorae, so no two instances will be in the same location based on Nova's anti-affinity rules. But currently Nova does not support that for AZs | 21:18 |
johnsom | canori01 Question though, would the VIP IP address be accessible from both AZs in your cloud? | 21:20 |
johnsom | canori01 This is the setting in Rocky for anti-affinity in Octavia: https://docs.openstack.org/octavia/rocky/configuration/configref.html#nova.enable_anti_affinity | 21:21 |
*** yamamoto has joined #openstack-lbaas | 21:24 | |
*** yamamoto has quit IRC | 21:29 | |
*** gcheresh has joined #openstack-lbaas | 21:44 | |
*** mithilarun has quit IRC | 21:57 | |
*** gcheresh has quit IRC | 22:06 | |
*** mithilarun has joined #openstack-lbaas | 22:50 | |
*** KeithMnemonic1 has quit IRC | 22:51 | |
*** rcernin_ has joined #openstack-lbaas | 23:59 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!