| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Migrate setup configuration to pyproject.toml https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977554 | 00:14 |
|---|---|---|
| opendevreview | Merged openstack/tap-as-a-service master: tox: Drop redundant injection of VIRTUAL_ENV variable https://review.opendev.org/c/openstack/tap-as-a-service/+/976899 | 00:44 |
| opendevreview | Merged openstack/neutron-lib stable/2025.2: Add the is_filter attribute to status on trunk port https://review.opendev.org/c/openstack/neutron-lib/+/977312 | 02:25 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: [OVN] Add a maintenace method to create the AS for each AG https://review.opendev.org/c/openstack/neutron/+/977907 | 04:04 |
| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Migrate setup configuration to pyproject.toml https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977554 | 05:02 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: [OVN] Add a maintenace method to create the AS for each AG https://review.opendev.org/c/openstack/neutron/+/977907 | 05:18 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: Get rid of pkg_resources https://review.opendev.org/c/openstack/neutron/+/977910 | 05:22 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: [OVN] Add a maintenace method to create the AS for each AG https://review.opendev.org/c/openstack/neutron/+/977907 | 05:33 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: [OVN] Add a maintenace method to create the AS for each AG https://review.opendev.org/c/openstack/neutron/+/977907 | 05:47 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: Fix issues related to ``pkg_resources`` module https://review.opendev.org/c/openstack/neutron/+/977912 | 05:59 |
| frickler | haleyb: ykarel: quickly skimming backlog I don't see a solution for the md5 removal issue yet? https://zuul.opendev.org/t/openstack/build/0aa9da1022ab4345b967461d93286cb3 I've asked the oslo team whether they would defer that to early in the next cycle | 07:21 |
| ykarel | frickler, so tempest released and u-c updated? | 07:25 |
| ykarel | no https://review.opendev.org/c/openstack/releases/+/977624?usp=search not merged yet | 07:26 |
| frickler | oh, so this is only broken by tempest? it looked to me like there were some direct consumptions by neutron* projects. but them I'll check the release patch first, not sure why gmaan's +1 didn't trigger ptl approval | 07:29 |
| ykarel | frickler, yes with release and u-c bump we expect this to be resolved | 08:03 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Pass ``external_ids`` in the ``address_set_add`` command https://review.opendev.org/c/openstack/neutron/+/977923 | 08:49 |
| opendevreview | Elod Illes proposed openstack/neutron unmaintained/2024.1: [CI][stable-only] Workaround for missing pkg_resources https://review.opendev.org/c/openstack/neutron/+/977928 | 09:01 |
| frickler | ykarel: the release patch merged, but tempest isn't listed in u-c? so not sure what else needs to happen | 09:06 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2025.2: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977931 | 09:25 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2025.1: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977932 | 09:25 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron stable/2024.2: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977933 | 09:25 |
| frickler | ykarel: also just wondering how the docs jobs would be fixed which doesn't even install tempest? https://zuul.opendev.org/t/openstack/build/f9a19872861542e080fb0be6c6c64445 | 10:13 |
| opendevreview | yatin proposed openstack/neutron stable/2025.1: [Stable 2025.1 Only][tox] Limit virtualenv version https://review.opendev.org/c/openstack/neutron/+/977823 | 10:37 |
| opendevreview | Maor Blaustein proposed x/whitebox-neutron-tempest-plugin master: Run `test_mtu` scenarios single thread https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977941 | 10:57 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Add missing libraries in the requirements file https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977946 | 11:31 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Add missing libraries in the requirements file https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977946 | 11:42 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Add auxiliary method ``set_service_setting_on_neutron_api`` https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977766 | 12:01 |
| eolivare | ralonsoh, ykarel we have to fix N-T-P. It's the only openstack repo using testtools.try_import: https://codesearch.openstack.org/?q=testtools.try_import&i=nope&literal=nope&files=&excludeFiles=&repos= | 13:25 |
| eolivare | testools version has been bumped: https://review.opendev.org/c/openstack/requirements/+/977082 | 13:26 |
| eolivare | and the new version does not support try_import, apparently: https://zuul.opendev.org/t/openstack/build/ad5e1f3c40f242d58f9075ec6130080b | 13:26 |
| ralonsoh | eolivare, yes, I was working on this | 13:28 |
| eolivare | 10x | 13:28 |
| ykarel | eolivare, ralonsoh thx for the updates, this is something new | 13:30 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron-tempest-plugin master: Replace deprecated method ``testtools.try_import`` https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977958 | 13:31 |
| ralonsoh | ykarel, eolivare ^ | 13:31 |
| ykarel | lajoskatona, slaweq ralonsoh can you also check https://review.opendev.org/c/openstack/neutron/+/977823 | 13:34 |
| ralonsoh | sure | 13:34 |
| lajoskatona | ykarel: checking | 13:47 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: Added ``ip_allocation`` extension support to ML2/OVN https://review.opendev.org/c/openstack/neutron/+/977961 | 13:51 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: [OVN] Add a maintenace method to create the AS for each AG https://review.opendev.org/c/openstack/neutron/+/977907 | 14:09 |
| ralonsoh | haleyb, more broken stuff because requirement bumps | 14:12 |
| ralonsoh | --> https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977958 | 14:12 |
| opendevreview | Slawek Kaplonski proposed openstack/tap-as-a-service master: Filter service providers configuration by the service name https://review.opendev.org/c/openstack/tap-as-a-service/+/977968 | 14:18 |
| haleyb | ralonsoh: ack, thanks, approving | 14:18 |
| haleyb | i guess i jinxed myself yesterday and will buy the first round | 14:19 |
| ralonsoh | hehehe | 14:20 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Method to retrieve a configuration parameter from a service node https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977973 | 14:59 |
| oschwart | hey folks, I have just opened https://bugs.launchpad.net/neutron/+bug/2142679, just FYI | 15:18 |
| oschwart | damn, I just saw 2 hours ago you guys pushed a fix | 15:19 |
| oschwart | lol, I will close it then | 15:20 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Restore the Neutron API default configuration https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977769 | 15:30 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Add auxiliary method ``set_service_setting_on_neutron_api`` https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977766 | 15:31 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Method to retrieve a configuration parameter from a service node https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977973 | 15:31 |
| opendevreview | Rodolfo Alonso proposed x/whitebox-neutron-tempest-plugin master: Restore the Neutron API default configuration https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977769 | 15:32 |
| opendevreview | Lajos Katona proposed openstack/python-neutronclient master: Remove bgpvpn client code https://review.opendev.org/c/openstack/python-neutronclient/+/977975 | 15:39 |
| frickler | oh, code of mine from 9 years ago, great | 15:43 |
| lajoskatona | frickler: moving to osc, so the code remains basically | 15:44 |
| frickler | lajoskatona: oh, I wasn't referring to your change, but https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977958 , sorry for the confusion | 15:50 |
| lajoskatona | frickler: ah, ok | 15:50 |
| opendevreview | Rodolfo Alonso proposed openstack/neutron master: WIP == [OVN] Update the MAC_Binding age threshold default value to 300 https://review.opendev.org/c/openstack/neutron/+/977984 | 16:12 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977987 | 16:27 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977987 | 16:28 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: Make the ``logging_rpc`` member a class property https://review.opendev.org/c/openstack/neutron/+/977987 | 16:32 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: bgp: Fix UpdateLocalOVSEvent match https://review.opendev.org/c/openstack/neutron/+/978005 | 17:35 |
| opendevreview | Merged openstack/neutron unmaintained/2024.1: [CI][stable-only] Workaround for missing pkg_resources https://review.opendev.org/c/openstack/neutron/+/977928 | 17:48 |
| opendevreview | Merged openstack/neutron stable/2025.1: [Stable 2025.1 Only][tox] Limit virtualenv version https://review.opendev.org/c/openstack/neutron/+/977823 | 17:56 |
| opendevreview | Merged openstack/neutron-tempest-plugin master: Replace deprecated method ``testtools.try_import`` https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977958 | 18:13 |
| haleyb | gmaan: hi, i'm helping you can maybe point me in a direction regarding tempest. The unmaintained/2024.1 neutron gate is failing running tempest jobs during setup - "tempest: 'verify-config -uro /tmp/tmp.zxRKPxwWJt' is not a tempest command. See 'tempest --help'." It say's it installed 45.0.0, just wondering if you've seen it and where i should start looking | 20:46 |
| haleyb | this is the change i'm looking at, https://review.opendev.org/c/openstack/neutron/+/977907 but others are similar | 20:46 |
| gmaan | haleyb: k, give me 15 min. I will check it after nova rebasing | 20:47 |
| haleyb | gmaan: thanks | 20:47 |
| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Migrate setup configuration to pyproject.toml https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/977554 | 20:59 |
| gmaan | haleyb: 2024.1 use 45.0.0 https://github.com/openstack/devstack/blob/unmaintained/2024.1/stackrc#L312 | 21:03 |
| gmaan | let me check in logs | 21:03 |
| gmaan | it seems it use master constraints where it should be 2024.1 constrains https://zuul.opendev.org/t/openstack/build/b5257bb909434636b42809dcc1989623/log/job-output.txt#21205 | 21:05 |
| haleyb | gmaan: it does say 45.0.0, and of course this was working until maybe a week ago, so seems like it's related to recent CI breakage | 21:05 |
| gmaan | if it is using 45.0.0 with proper constraints then any change in master should not impact it but let me check | 21:06 |
| haleyb | i do notice now that you mention it that there is not an override-checkout for the 2024.1 job template in neutron-tempest-plugin | 21:08 |
| gmaan | ok, because you can see here it is recreating the venv with master constraints verify-config | 21:10 |
| gmaan | https://zuul.opendev.org/t/openstack/build/b5257bb909434636b42809dcc1989623/log/job-output.txt#21083-21084 | 21:10 |
| haleyb | gmaan: ok, so if i fixed override-checkout in the job descriptions would it change that? the neutron 2024.1 tox.ini does set upper/2024.1 | 21:19 |
| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Fix 2024.1 job definitions to have override-checkout https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/978027 | 21:20 |
| haleyb | i.e. ^^^ | 21:20 |
| haleyb | although that is not contraints... | 21:21 |
| haleyb | oh, there is also a TEMPEST_VENV_UPPER_CONSTRAINTS: master in that file :( | 21:23 |
| haleyb | and that was set in https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/967479 along with a tempest dependency | 21:26 |
| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Fix 2024.1 job definitions to have override-checkout https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/978027 | 21:33 |
| opendevreview | Brian Haley proposed openstack/neutron unmaintained/2024.1: DNM: Tesing n-t-p change https://review.opendev.org/c/openstack/neutron/+/978030 | 21:33 |
| opendevreview | Merged x/whitebox-neutron-tempest-plugin master: Run `test_mtu` scenarios single thread https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977941 | 21:54 |
| opendevreview | Merged x/whitebox-neutron-tempest-plugin master: Change the order of the Neutron metadata service check https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/976123 | 22:09 |
| opendevreview | Merged x/whitebox-neutron-tempest-plugin master: Fix cleanup in MTU tests affecting followed tests https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977792 | 22:09 |
| opendevreview | Merged x/whitebox-neutron-tempest-plugin master: Add unit tests for config parser functions https://review.opendev.org/c/x/whitebox-neutron-tempest-plugin/+/977332 | 22:09 |
| gmaan | haleyb: I think it should fix until master constraints coming from somewhere else also | 22:24 |
| opendevreview | Brian Haley proposed openstack/neutron-tempest-plugin master: Fix 2024.1 job definitions to have override-checkout https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/978027 | 23:21 |
| haleyb | gmaan: thanks for the info, i've got some hacking to do to test this, first try did not work | 23:22 |
| opendevreview | Jakub Libosvar proposed openstack/neutron master: WIP: new job tempest-multinode-with-bgp https://review.opendev.org/c/openstack/neutron/+/962188 | 23:48 |
Generated by irclog2html.py 4.0.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!