opendevreview | Merged openstack/networking-odl master: Update pylint version https://review.opendev.org/c/openstack/networking-odl/+/823428 | 00:00 |
---|---|---|
opendevreview | Miguel Lavalle proposed openstack/neutron master: Fix gerrit dashboards url's in docs https://review.opendev.org/c/openstack/neutron/+/826397 | 00:07 |
opendevreview | Merged openstack/neutron-vpnaas master: Remove BUILD_OVS_FROM_SOURCE from the functional tests job https://review.opendev.org/c/openstack/neutron-vpnaas/+/822292 | 00:08 |
*** lajoskatona_ is now known as lajoskatona | 00:31 | |
opendevreview | Merged openstack/networking-bgpvpn master: CI: Use latest Neutron for jobs https://review.opendev.org/c/openstack/networking-bgpvpn/+/825144 | 00:32 |
opendevreview | Merged openstack/networking-bgpvpn master: remove unicode from code https://review.opendev.org/c/openstack/networking-bgpvpn/+/822875 | 00:32 |
opendevreview | Merged openstack/neutron stable/wallaby: [OVN] Prevent OVS to OVN migration if firewall "iptables_hybrid" https://review.opendev.org/c/openstack/neutron/+/826107 | 00:52 |
opendevreview | Merged openstack/neutron stable/xena: [OVN] Prevent OVS to OVN migration if firewall "iptables_hybrid" https://review.opendev.org/c/openstack/neutron/+/826106 | 00:56 |
opendevreview | Merged openstack/networking-sfc master: Fix find group id ERROR https://review.opendev.org/c/openstack/networking-sfc/+/817527 | 01:06 |
opendevreview | Miguel Lavalle proposed openstack/neutron master: Fix gerrit dashboards url's in docs https://review.opendev.org/c/openstack/neutron/+/826397 | 01:29 |
opendevreview | Merged openstack/neutron-lib stable/wallaby: [Stable Wallaby Only] CI Jobs fixes https://review.opendev.org/c/openstack/neutron-lib/+/826266 | 01:43 |
opendevreview | shanyunfan33 proposed openstack/neutron-tempest-plugin master: remove unicode from code https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/822882 | 03:03 |
opendevreview | shanyunfan33 proposed openstack/neutron-tempest-plugin master: Update python testing classifier https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/826407 | 03:14 |
opendevreview | shanyunfan33 proposed openstack/ovn-octavia-provider master: Update python testing classifier https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826412 | 05:37 |
opendevreview | shanyunfan33 proposed openstack/networking-sfc master: Update python testing classifier https://review.opendev.org/c/openstack/networking-sfc/+/826413 | 05:39 |
opendevreview | shanyunfan33 proposed openstack/neutron-vpnaas master: Update python testing classifier https://review.opendev.org/c/openstack/neutron-vpnaas/+/826414 | 05:43 |
opendevreview | Frode Nordahl proposed openstack/neutron master: [OVN] Extend port binding parameter validation https://review.opendev.org/c/openstack/neutron/+/818420 | 05:54 |
opendevreview | Frode Nordahl proposed openstack/neutron master: [OVN] Extend port binding parameter validation https://review.opendev.org/c/openstack/neutron/+/818420 | 06:09 |
opendevreview | Bodo Petermann proposed openstack/neutron-vpnaas master: VPNaaS support for OVN https://review.opendev.org/c/openstack/neutron-vpnaas/+/765353 | 10:19 |
kopecmartin | hi there, a few heat tests are failing to create a stack and we found the following error in the neutron's log - port does not have an IP assigned and there are no driver with connectivity = l2, port cannot be bound - https://paste.openstack.org/show/812367/ | 10:20 |
kopecmartin | we can see this only on a master job | 10:20 |
kopecmartin | any pointers or suggestions what the root cause might be? | 10:20 |
opendevreview | Frode Nordahl proposed openstack/neutron master: WIP ovn: Off-path SmartNIC DPU Port Binding with OVN https://review.opendev.org/c/openstack/neutron/+/808961 | 10:21 |
opendevreview | Frode Nordahl proposed openstack/neutron master: WIP ovn: Off-path SmartNIC DPU Port Binding with OVN https://review.opendev.org/c/openstack/neutron/+/808961 | 10:26 |
ralonsoh | kopecmartin, what driver are you using? | 10:29 |
ralonsoh | OVN? | 10:29 |
kopecmartin | yes | 10:29 |
ralonsoh | kopecmartin, what version? | 10:30 |
kopecmartin | no idea, installed devstack from master .. how can i find out? | 10:32 |
ralonsoh | in the logs of neutron server, when it starts | 10:32 |
ralonsoh | INFO neutron.common.config [-] /opt/stack/neutron/rah_neutron-server.py version 19.1.0.dev427 | 10:33 |
ralonsoh | something like this | 10:33 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826438 | 10:34 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826439 | 10:35 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/victoria: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826440 | 10:36 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/ussuri: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826441 | 10:36 |
kopecmartin | ralonsoh: 19.1.0.dev379 | 10:39 |
kopecmartin | everything works with version 19.1.1.dev10 | 10:40 |
ralonsoh | kopecmartin, yes | 10:40 |
ralonsoh | because of the patches ^^^ there | 10:40 |
ralonsoh | https://review.opendev.org/c/openstack/neutron/+/814143 | 10:40 |
ralonsoh | the connectivity parameter was not correctly set in OVN mech driver | 10:40 |
kopecmartin | it's weird that newer version got used on xena job and not master | 10:40 |
kopecmartin | i see, it's fixed, we just need to use a newer version, need to check why older one was installed | 10:41 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Local IP internal documentation and release note https://review.opendev.org/c/openstack/neutron/+/820031 | 10:59 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Add FIPS enabled scenario jobs https://review.opendev.org/c/openstack/neutron/+/797537 | 10:59 |
opendevreview | Merged openstack/ovn-octavia-provider master: [FT] Enable OVS and OVN compilation from source https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826323 | 11:05 |
opendevreview | Merged openstack/neutron master: Fix gerrit dashboards url's in docs https://review.opendev.org/c/openstack/neutron/+/826397 | 11:18 |
opendevreview | Merged openstack/neutron master: Local IP internal documentation and release note https://review.opendev.org/c/openstack/neutron/+/820031 | 11:28 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: Add support for fullypopulated load balancers https://review.opendev.org/c/openstack/ovn-octavia-provider/+/826257 | 11:43 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Fix reference before assignment error in the dhcp_rpc module https://review.opendev.org/c/openstack/neutron/+/826449 | 11:53 |
opendevreview | Bence Romsics proposed openstack/neutron master: Block delete_flows until there is a flow to delete https://review.opendev.org/c/openstack/neutron/+/826460 | 12:48 |
*** dasm|off is now known as dasm | 13:48 | |
opendevreview | Merged openstack/neutron stable/xena: Fix OVS OVSNeutronAgent.reclaim_local_vlan() https://review.opendev.org/c/openstack/neutron/+/825449 | 13:57 |
kopecmartin | ralonsoh: i backported this https://review.opendev.org/c/openstack/neutron/+/826438 to my xena deployment running locally and it broke it and it's failing the same way now as the master one - the error I pasted earlier | 14:15 |
froyo | ralonsoh++ ovn-octavia-provider functional tests ovn-provider working! | 14:25 |
*** dansmith is now known as Guest661 | 14:38 | |
opendevreview | Merged openstack/networking-ovn stable/train: [OVN] Allow only one physical network per bridge https://review.opendev.org/c/openstack/networking-ovn/+/824359 | 14:52 |
ralonsoh | froyo, nice to hear that | 15:02 |
ralonsoh | kopecmartin, what test are you executing? | 15:02 |
kopecmartin | ralonsoh: heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata | 15:02 |
kopecmartin | 2 heat tests are failing only on master job (for now), it seems it's related to that review - Add the VIF details .. - a build of the job can be found here: https://review.opendev.org/c/openinfra/ansible-role-refstack-client/+/825183 | 15:04 |
ralonsoh | kopecmartin, how do I execute those tests locally? | 15:47 |
kopecmartin | ralonsoh: install the heat-tempest-plugin (to the same env as tempest is) - https://opendev.org/openstack/heat-tempest-plugin | 15:47 |
kopecmartin | if you ran 'tempest list-plugins' you should see heat there | 15:48 |
kopecmartin | and then - tempest run --regex heat_tempest_plugin.tests.functional.test_software_config.ParallelDeploymentsTest.test_deployments_metadata | 15:48 |
ralonsoh | kopecmartin, sorry, I must be doing something wrong but I don't see this plugin | 15:59 |
ralonsoh | after following the installation commands | 15:59 |
kopecmartin | np, give me min | 16:04 |
kopecmartin | ralonsoh: https://paste.openstack.org/show/812374/ | 16:07 |
*** dansmith_ is now known as dansmith | 16:09 | |
ralonsoh | sorry, I can't | 16:14 |
ralonsoh | I can't see the plugin | 16:14 |
opendevreview | Merged openstack/networking-ovn stable/train: [OVN] Prevent OVS to OVN migration if firewall "iptables_hybrid" https://review.opendev.org/c/openstack/networking-ovn/+/826265 | 16:15 |
kopecmartin | ralonsoh: hm, can you paste me somewhere the output you're getting and commands you ran? is tempest installed globally or in a venv? (which tempest) | 16:25 |
ralonsoh | it is in both | 16:26 |
ralonsoh | I'm using now the tempest venv | 16:26 |
ralonsoh | (py38) stack@u20ovn:/opt/stack/tempest$ tempest list-plugins | 16:26 |
ralonsoh | +------+------------+ | 16:26 |
ralonsoh | | Name | EntryPoint | | 16:26 |
ralonsoh | +------+------------+ | 16:26 |
ralonsoh | +------+------------+ | 16:26 |
ralonsoh | I've instlled the pluging | 16:26 |
ralonsoh | and executed the env preparations scripts | 16:26 |
kopecmartin | did you install it via pip? | 16:27 |
ralonsoh | yes | 16:27 |
kopecmartin | that's weird, .. if you deactivate the venv and run 'tempest list-plugins', still nothing? | 16:28 |
kopecmartin | i wonder where the plugin got installed then | 16:28 |
ralonsoh | no | 16:28 |
opendevreview | Merged openstack/ovsdbapp master: Log what exception caused abort of the transaction https://review.opendev.org/c/openstack/ovsdbapp/+/825727 | 17:09 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib master: Add "connectivity" property to "MechanismDriver" https://review.opendev.org/c/openstack/neutron-lib/+/826501 | 17:29 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Use the "connectivity" property of "MechanismDriver" https://review.opendev.org/c/openstack/neutron/+/826502 | 17:40 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826438 | 18:04 |
ralonsoh | bcafarel, ^^ if you have time | 18:04 |
ralonsoh | if this is weird, I'll change it | 18:04 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [OVN] Add the VIF details "connectivity" parameter https://review.opendev.org/c/openstack/neutron/+/826438 | 18:06 |
*** dansmith is now known as Guest688 | 19:01 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] Add "bound_drivers" information to port "vif_details" https://review.opendev.org/c/openstack/neutron/+/826512 | 19:03 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] Add "bound_drivers" information to port "vif_details" https://review.opendev.org/c/openstack/neutron/+/826512 | 19:07 |
*** Guest688 is now known as dansmith | 19:40 | |
*** dansmith is now known as dansmith_ | 19:41 | |
*** dansmith_ is now known as dansmith | 19:41 | |
opendevreview | Merged openstack/neutron stable/ussuri: [OVN] Prevent OVS to OVN migration if firewall "iptables_hybrid" https://review.opendev.org/c/openstack/neutron/+/826109 | 20:24 |
opendevreview | Merged openstack/neutron stable/xena: [OVN][FT] Check UNIX socket file before using it https://review.opendev.org/c/openstack/neutron/+/825721 | 20:24 |
opendevreview | Merged openstack/neutron stable/wallaby: [OVN][FT] Check UNIX socket file before using it https://review.opendev.org/c/openstack/neutron/+/825731 | 20:25 |
opendevreview | Merged openstack/neutron stable/victoria: [OVN][FT] Check UNIX socket file before using it https://review.opendev.org/c/openstack/neutron/+/825732 | 20:27 |
opendevreview | Merged openstack/neutron stable/ussuri: [OVN][FT] Check UNIX socket file before using it https://review.opendev.org/c/openstack/neutron/+/825733 | 20:28 |
opendevreview | Merged openstack/neutron stable/xena: Properly clean up ovn-northd in functional tests https://review.opendev.org/c/openstack/neutron/+/825722 | 20:28 |
opendevreview | Merged openstack/neutron stable/wallaby: Properly clean up ovn-northd in functional tests https://review.opendev.org/c/openstack/neutron/+/825723 | 20:28 |
opendevreview | Merged openstack/neutron stable/victoria: Properly clean up ovn-northd in functional tests https://review.opendev.org/c/openstack/neutron/+/825724 | 20:36 |
opendevreview | Merged openstack/neutron stable/xena: Exclude router gw subnet ports from port list while port delete. https://review.opendev.org/c/openstack/neutron/+/825076 | 21:44 |
opendevreview | Merged openstack/neutron-lib master: Add api-ref for tap service and tap flow https://review.opendev.org/c/openstack/neutron-lib/+/821937 | 22:13 |
opendevreview | Merged openstack/neutron-lib master: Move API definitions of taas to neutron-lib https://review.opendev.org/c/openstack/neutron-lib/+/824926 | 22:42 |
*** dasm is now known as dasm|off | 23:24 | |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L3 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 23:26 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L3 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 23:30 |
opendevreview | Merged openstack/neutron stable/ussuri: Avoid writing segments to the DB repeatedly https://review.opendev.org/c/openstack/neutron/+/825734 | 23:34 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Don't set HA ports down while L3 agent restart. https://review.opendev.org/c/openstack/neutron/+/826545 | 23:34 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!