*** marlinc has quit IRC | 00:04 | |
*** sapd1_x has quit IRC | 00:04 | |
*** marlinc has joined #openstack-lbaas | 00:05 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Use valid_vip_subnet_tag to select subnets https://review.opendev.org/c/openstack/octavia/+/788133 | 00:26 |
---|---|---|
rm_work | haleyb: dawned on me the clean way to use a List for subnets, so got that done | 00:26 |
*** marlinc has quit IRC | 00:46 | |
haleyb | rm_work: thanks. just sent a review, and looks like there might be an issue somewhere as cover tests failed | 00:50 |
rm_work | hmm | 00:50 |
rm_work | will check locally again | 00:50 |
rm_work | thought i got passes | 00:50 |
haleyb | and lower-constraints, but think it's just unit tests, seems to be related to the change | 00:50 |
haleyb | oh, you need to change a mock for the list_subnets() change, or tweak the noop driver test? | 00:51 |
rm_work | hmmm i didn't change list_subnets | 00:53 |
rm_work | but maybe the test | 00:53 |
rm_work | yeah | 00:53 |
rm_work | units passed, functional i didn't yet get running | 00:53 |
rm_work | and pep8 is giving me a weird error | 00:53 |
*** marlinc has joined #openstack-lbaas | 00:53 | |
haleyb | i thought you added list_subnets() ? | 00:53 |
rm_work | flake8.exceptions.PluginRequestedUnknownParameters: "pycodestyle" requested unknown parameters causing 'FileProcessor' object has no attribute 'indent_size' | 00:53 |
rm_work | nope that's standard | 00:53 |
rm_work | our neutron client stuff is all magic-passthrough stuff | 00:53 |
rm_work | it's a little hard to follow if you didn't help write it originally, lol | 00:54 |
haleyb | you can update test-requirements.txt locally to get around that, pin pycodestyle<2.7.0 | 00:54 |
rm_work | ah ok so that's expected | 00:54 |
haleyb | i've seen that pycodestyle issue locally randomly, i guess installing 2.6.0 would fix it too, zuul seems to be ok | 00:55 |
rm_work | hmm, JUST rebuilt my pep8 env, so, weird | 00:56 |
rm_work | how does it not explode in the gate? or is it? | 00:56 |
haleyb | the gate is fine, i haven't dug-into why, but it's the same with the ovn provider. i'm assuming it will eventually fix itself when i pip update one day | 00:58 |
*** marlinc has quit IRC | 01:12 | |
*** marlinc has joined #openstack-lbaas | 01:40 | |
*** rcernin has quit IRC | 03:03 | |
*** rcernin has joined #openstack-lbaas | 03:34 | |
*** rcernin has quit IRC | 03:38 | |
*** rcernin has joined #openstack-lbaas | 04:08 | |
*** gcheresh_ has joined #openstack-lbaas | 05:53 | |
*** gcheresh_ has quit IRC | 06:03 | |
*** gcheresh_ has joined #openstack-lbaas | 06:12 | |
*** xgerman has quit IRC | 06:41 | |
*** rpittau|afk is now known as rpittau | 07:24 | |
*** marlinc has quit IRC | 07:39 | |
*** rcernin has quit IRC | 07:56 | |
*** gcheresh_ has quit IRC | 08:03 | |
*** marlinc has joined #openstack-lbaas | 08:03 | |
*** njohnston has quit IRC | 08:25 | |
rm_work | haleyb: well I was apparently wrong about the neutron-client stuff somehow, looking into it. I SWEAR list should just "work" but maybe I just mistyped something | 09:48 |
rm_work | ah I see | 09:52 |
*** gcheresh_ has joined #openstack-lbaas | 10:27 | |
rm_work | yeah the _get_resource layer is magic, but still have to provide the layer above it explicitly <_< | 10:30 |
*** dasp has quit IRC | 10:31 | |
openstackgerrit | Adam Harwell proposed openstack/octavia master: Use vip_subnet_selection_tag to select subnets https://review.opendev.org/c/openstack/octavia/+/788133 | 10:34 |
*** dasp has joined #openstack-lbaas | 11:57 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Add option to set default ssl ciphers in haproxy https://review.opendev.org/c/openstack/octavia/+/685337 | 12:53 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Optimize CountPoolChildrenForQuota task in amphorav2 https://review.opendev.org/c/openstack/octavia/+/788945 | 12:54 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia master: Alias change amphorav2 -> amphora https://review.opendev.org/c/openstack/octavia/+/740432 | 12:55 |
*** gcheresh_ has quit IRC | 13:39 | |
openstackgerrit | Ann Taraday proposed openstack/octavia master: Add option to set default ssl ciphers in haproxy https://review.opendev.org/c/openstack/octavia/+/685337 | 13:44 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: WIP Move ubuntu jobs to focal https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/788954 | 13:50 |
*** rpittau is now known as rpittau|afk | 14:10 | |
marlinc | Is amphorav2 still supported? I tried running the migrations command specified in https://docs.openstack.org/octavia/latest/install/install-amphorav2.html but that results in: octavia-db-manage: error: argument command: invalid choice: 'upgrade_persistence' (choose from 'current', 'history', 'branches', 'check_migration', 'upgrade', 'downgrade', | 14:35 |
marlinc | 'stamp', 'revision') | 14:35 |
marlinc | I also tried 'octavia-db-manage upgrade persistence' but that results in ERROR alembic.util.messaging [-] Can't locate revision identified by 'persistence': CommandError: Can't locate revision identified by 'persistence' | 14:36 |
*** rcernin has joined #openstack-lbaas | 14:48 | |
*** rcernin has quit IRC | 14:52 | |
gthiemonge | marlinc: amphorav2 is supported, it will be the default provider driver in Xena | 14:53 |
gthiemonge | there's still a couple of issues to fix | 14:53 |
gthiemonge | "it will be the default provider driver in Xena" -> but persistence could be disabled by default | 14:56 |
marlinc | gthiemonge that's great! When was the amphorav2 driver introduced? Currently I'm running Ussuri, could it be its not available in that version yet? | 14:56 |
gthiemonge | marlinc: it was added in ussuri, but i would wait for the backports of recent patches before enabling it in ussuri | 15:00 |
marlinc | Then I'll just run on amphora for now | 15:01 |
openstackgerrit | Gregory Thiemonge proposed openstack/octavia-tempest-plugin master: WIP Move ubuntu jobs to focal https://review.opendev.org/c/openstack/octavia-tempest-plugin/+/788954 | 16:38 |
*** gcheresh_ has joined #openstack-lbaas | 17:08 | |
*** rouk has joined #openstack-lbaas | 17:09 | |
*** rouk has quit IRC | 17:58 | |
*** priteau has quit IRC | 18:04 | |
*** servagem has quit IRC | 18:04 | |
*** stand has quit IRC | 18:04 | |
*** gthiemonge has quit IRC | 18:04 | |
*** icey has quit IRC | 18:04 | |
*** lemko has quit IRC | 18:04 | |
*** priteau has joined #openstack-lbaas | 18:07 | |
*** servagem has joined #openstack-lbaas | 18:07 | |
*** stand has joined #openstack-lbaas | 18:07 | |
*** gthiemonge has joined #openstack-lbaas | 18:07 | |
*** icey has joined #openstack-lbaas | 18:07 | |
*** lemko has joined #openstack-lbaas | 18:07 | |
*** gcheresh_ has quit IRC | 18:48 | |
*** rcernin has joined #openstack-lbaas | 18:48 | |
*** rcernin has quit IRC | 18:53 | |
*** luksky has joined #openstack-lbaas | 20:11 | |
*** gcheresh_ has joined #openstack-lbaas | 20:42 | |
*** rcernin has joined #openstack-lbaas | 20:48 | |
*** rcernin has quit IRC | 20:53 | |
*** servagem has quit IRC | 20:58 | |
*** gcheresh_ has quit IRC | 21:00 | |
*** ramishra has quit IRC | 21:07 | |
*** zzzeek has quit IRC | 21:55 | |
*** luksky has quit IRC | 21:56 | |
*** luksky has joined #openstack-lbaas | 21:56 | |
*** luksky has quit IRC | 21:57 | |
*** zzzeek has joined #openstack-lbaas | 21:58 | |
*** luksky has joined #openstack-lbaas | 21:58 | |
*** zzzeek has quit IRC | 22:44 | |
*** zzzeek has joined #openstack-lbaas | 22:47 | |
*** luksky has quit IRC | 23:31 |
Generated by irclog2html.py 2.17.2 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!