johnsom | FYI, the cross project gate job neutron-tempest-plugin-designate-scenario is failing with ovn issues. I have opened a critical bug: | 00:21 |
---|---|---|
johnsom | https://bugs.launchpad.net/neutron/+bug/1970679 | 00:21 |
johnsom | I will hold off until tomorrow to change it to non-voiting in designate in case it's a straight forward fix. | 00:22 |
opendevreview | Damian Dąbrowski proposed openstack/neutron master: [L3-HA] Always keep qg- port up, but with a few tweaks to avoid issues https://review.opendev.org/c/openstack/neutron/+/839671 | 00:55 |
opendevreview | OpenStack Proposal Bot proposed openstack/neutron master: Imported Translations from Zanata https://review.opendev.org/c/openstack/neutron/+/838078 | 03:35 |
ykarel | frickler, i have updated the patch to collect ovn logs to see what's the issue | 05:14 |
ykarel | also running jobs with ovs/ovn from source | 05:14 |
ykarel | :( wronly copied the var, fixed now | 06:18 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: [OVN] Fix checks/gates https://review.opendev.org/c/openstack/ovn-octavia-provider/+/839083 | 07:06 |
opendevreview | Fernando Royo proposed openstack/ovn-octavia-provider master: [OVN] Pin OVS to OVN main version https://review.opendev.org/c/openstack/ovn-octavia-provider/+/839083 | 08:24 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: [OVN] Handle OVN agents when "Chassis" register is deleted https://review.opendev.org/c/openstack/neutron/+/839024 | 08:33 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/victoria: [OVN] Handle OVN agents when "Chassis" register is deleted https://review.opendev.org/c/openstack/neutron/+/839027 | 08:38 |
ralonsoh | hi folks, do you know if there is a bug related to tox docs job? | 08:44 |
ralonsoh | it is failing in all queues | 08:44 |
ralonsoh | ok, this is actually a problem detected and commented in oslo channel right now | 08:46 |
mnasiadka | Hello, stupid question - OVS hw offloading (doc: https://docs.openstack.org/neutron/queens/admin/config-ovs-offload.html) relies on creating port with binding-profile - but default Neutron policy.yaml only allows that for admin with system scope. How wrong is to allow that for a user? | 08:58 |
ralonsoh | mnasiadka, you can change the default policy if needed. By default a user should not modify any port profile | 09:23 |
ralonsoh | but I understand the specific usecase | 09:23 |
mnasiadka | sure, changed - was just asking if I'm exposing any crazy rights to users with that | 09:26 |
congnt | hi ralonsoh, can i ask a stupid question ^^! we have any concept like route tables of aws? | 09:28 |
ralonsoh | congnt, sorry, what route tables? | 09:29 |
lajoskatona | all, ralonsoh: there is: https://bugs.launchpad.net/oslo.policy/+bug/1970725 | 09:48 |
ralonsoh | yeah, there is a patch already | 09:48 |
ralonsoh | https://review.opendev.org/c/openstack/oslo.policy/+/839711 | 09:49 |
lajoskatona | ralonsoh: +1 | 09:49 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/xena: Add extra debug log with current and new port statuses in ML2 plugin https://review.opendev.org/c/openstack/neutron/+/839733 | 10:15 |
opendevreview | Slawek Kaplonski proposed openstack/neutron stable/wallaby: Add extra debug log with current and new port statuses in ML2 plugin https://review.opendev.org/c/openstack/neutron/+/839734 | 10:16 |
opendevreview | yatin proposed openstack/neutron master: [DNM] Test multinode ovn grenade skip stop_ovn https://review.opendev.org/c/openstack/neutron/+/839714 | 10:22 |
*** elvira is now known as elvira-lunch | 10:34 | |
ykarel | slaweq, ralonsoh lajoskatona when you get chance please check following backport patches https://review.opendev.org/q/I2416fba50fc495da4d59a3f335f33d831ca6e91d and https://review.opendev.org/q/I0c4d492887216cad7a8155dceb738389f2886376 | 11:07 |
ykarel | thx in advance | 11:07 |
lajoskatona | ykarel: sure | 11:11 |
lajoskatona | ykarel: could you check please this one from jonsom: https://bugs.launchpad.net/neutron/+bug/1970679 For me it seems some OVN deployment issue, and I know you used to work with the jobs | 11:13 |
ykarel | lajoskatona, sure will check | 11:14 |
lajoskatona | ykarel: I checked this morning the job for the deisgnate scenario which the bug mentions but for first have no idea what should have changed | 11:14 |
lajoskatona | ykarel: thanks | 11:14 |
ykarel | lajoskatona, i think i have see the same failure in non designate job | 11:15 |
lajoskatona | ykarel: perhaps some central job should be adopted as I checked with opensearch (https://bugs.launchpad.net/neutron/+bug/1970679/comments/1 ) and more jobs are affected it seems around openstack | 11:15 |
opendevreview | Merged openstack/networking-ovn stable/train: [OVN] Correctly set dns_server in dhcpv4/v6 options https://review.opendev.org/c/openstack/networking-ovn/+/838988 | 11:15 |
lajoskatona | ykarel: yes opensearch showed cinder octavia and some other | 11:16 |
ykarel | lajoskatona, ack will check | 11:16 |
lajoskatona | ykarel: thanks | 11:17 |
*** elvira-lunch is now known as elvira | 11:26 | |
ykarel | lajoskatona, one common thing in all those jobs is all those jobs don't have ovs/ovn installed from source | 11:31 |
ykarel | likely that;s why we have not noticed the failure in neutron gates | 11:31 |
ykarel | as most of the jobs installed ovs/ovn from source and that likely different version the distro ones | 11:32 |
ykarel | now checking what can cause that fail | 11:32 |
lajoskatona | ykarel: so we ovn/ovs version must be set in those and install from source instead of from pkg? | 11:32 |
ykarel | lajoskatona, i don't think so, i think both ways should work | 11:33 |
ykarel | i just pointed out the difference | 11:33 |
ykarel | not saying we should switch other jobs also to source ones | 11:34 |
lajoskatona | ykarel: ok | 11:38 |
opendevreview | Lajos Katona proposed openstack/networking-odl master: CI: Adopt networking-odl to latest changes https://review.opendev.org/c/openstack/networking-odl/+/838451 | 11:49 |
lajoskatona | bcafarel, slaweq, mlavalle: Hi, When you have some free time could you please check this series for zuul cfg errors on stable branches of stadiums: https://review.opendev.org/q/topic:zuul_cfg_errors (except rocky one for taas, that I have to check again) | 11:59 |
bcafarel | lajoskatona: sure thing! | 12:00 |
slaweq | lajoskatona: done | 12:16 |
lajoskatona | bcafarel, slaweq: thanks | 12:19 |
opendevreview | Merged openstack/neutron-fwaas stable/queens: zuul,stable-only: Remove faulty or failing job configs https://review.opendev.org/c/openstack/neutron-fwaas/+/836916 | 12:26 |
bcafarel | lajoskatona: no ussuri for https://review.opendev.org/c/openstack/tap-as-a-service/+/836943 ? | 12:27 |
bcafarel | oh no ussuri branch at all ack | 12:28 |
lajoskatona | bcafarel: yeah no ussuri for taas | 12:34 |
*** dasm|off is now known as dasm | 13:10 | |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] [OVS][QoS] Add QoS support for Trunk service, OVS driver https://review.opendev.org/c/openstack/neutron/+/839523 | 13:22 |
ralonsoh | obondarev, lajoskatona slaweq https://review.opendev.org/c/openstack/neutron-lib/+/828738 | 13:23 |
ralonsoh | can we merge this patch ? | 13:24 |
ralonsoh | I'm asking this to test it during this release | 13:24 |
ralonsoh | now we are starting it | 13:24 |
ralonsoh | in case of having problems, I can revert it | 13:24 |
ralonsoh | thanks in advance | 13:24 |
opendevreview | yatin proposed openstack/neutron-tempest-plugin master: Collect ovn/ovs logs and ovn dbs https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/839763 | 13:27 |
ykarel | docs jobs broken so patches will not merge :( | 13:27 |
obondarev | ralonsoh: makes sense, done | 13:27 |
ralonsoh | thanks | 13:27 |
ralonsoh | ykarel, this is a known issue | 13:28 |
ykarel | yes oslo.policy | 13:28 |
ralonsoh | the patch for oslo.policy is already proposed | 13:28 |
ykarel | hmm not sure why docs job in stable using master upper-constraints | 13:28 |
ykarel | lajoskatona, pushed https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/839763 and https://review.opendev.org/c/openstack/devstack/+/839752 to collect more logs to get the root cause | 13:29 |
ykarel | i see ovn-central in ubuntu depends on ovn-northd and ovn db services, so likely one of those failing or taking time to start | 13:30 |
ykarel | but need logs to confirm | 13:30 |
opendevreview | Krzysztof Tomaszewski proposed openstack/neutron master: Use monkey_patch for neutron API server. https://review.opendev.org/c/openstack/neutron/+/839218 | 13:34 |
opendevreview | Arnau Verdaguer proposed openstack/neutron master: [ WIP ] Migration revert plan https://review.opendev.org/c/openstack/neutron/+/835638 | 13:48 |
opendevreview | Merged openstack/tap-as-a-service stable/victoria: zuul,stable-only: Change taas to be in openstack namespace https://review.opendev.org/c/openstack/tap-as-a-service/+/836943 | 14:09 |
opendevreview | Merged openstack/tap-as-a-service stable/train: zuul,stable-only: Change taas to be in openstack namespace https://review.opendev.org/c/openstack/tap-as-a-service/+/836789 | 14:09 |
opendevreview | Merged openstack/tap-as-a-service stable/stein: zuul,stable-only: Change taas to be in openstack namespace https://review.opendev.org/c/openstack/tap-as-a-service/+/837054 | 14:09 |
opendevreview | yatin proposed openstack/neutron stable/xena: [DNM] Test docs in stable https://review.opendev.org/c/openstack/neutron/+/839772 | 14:12 |
opendevreview | Merged openstack/ovn-octavia-provider stable/yoga: Use python3-devel in bindep for rpm distros https://review.opendev.org/c/openstack/ovn-octavia-provider/+/838527 | 14:12 |
opendevreview | yatin proposed openstack/neutron master: Docs build: Add requirements.txt to deps https://review.opendev.org/c/openstack/neutron/+/839777 | 14:53 |
opendevreview | Slawek Kaplonski proposed openstack/neutron master: Handle properly ObjectNotFound while deleting network from DHCP agent https://review.opendev.org/c/openstack/neutron/+/839779 | 14:54 |
ykarel | ralonsoh, ^ should fix the issue with docs job in stable | 14:54 |
ykarel | stable branches shouldn't be impacted with new master releases | 14:54 |
ykarel | need to backport it to stable branches | 14:55 |
ykarel | master need to wait for oslo.policy fix and release but we can unblock other branches with backport of above | 14:55 |
ykarel | slaweq, lajoskatona you too please check ^ | 14:56 |
ralonsoh | ykarel, but we already have doc/requirements.txt | 14:56 |
ykarel | ralonsoh, actually neutron in itself get's installed and that installs reqs from requirements.txt | 14:57 |
ralonsoh | in tox docs? | 14:57 |
ykarel | yes | 14:57 |
opendevreview | Merged openstack/ovn-octavia-provider stable/wallaby: Use python3-devel in bindep for rpm distros https://review.opendev.org/c/openstack/ovn-octavia-provider/+/838529 | 15:30 |
opendevreview | Fernando Royo proposed openstack/neutron master: [WIP] Avoid register config options on imports https://review.opendev.org/c/openstack/neutron/+/839783 | 15:57 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: [WIP] [OVS][QoS] Add QoS support for Trunk service, OVS driver https://review.opendev.org/c/openstack/neutron/+/839523 | 16:23 |
opendevreview | Eduardo Olivares proposed openstack/neutron-tempest-plugin master: Fix wrong exceptions import from test_metadata https://review.opendev.org/c/openstack/neutron-tempest-plugin/+/839192 | 16:23 |
opendevreview | Stefan Schmidt proposed openstack/neutron master: doc: refernece to peering network missing in BGP dynamic routing guide https://review.opendev.org/c/openstack/neutron/+/839792 | 16:26 |
opendevreview | Fernando Royo proposed openstack/neutron master: [WIP] Avoid register config options on imports https://review.opendev.org/c/openstack/neutron/+/839783 | 16:28 |
opendevreview | Merged openstack/ovn-octavia-provider stable/xena: Use python3-devel in bindep for rpm distros https://review.opendev.org/c/openstack/ovn-octavia-provider/+/838528 | 17:00 |
opendevreview | Fernando Royo proposed openstack/neutron master: [WIP] Avoid register config options on imports https://review.opendev.org/c/openstack/neutron/+/839783 | 17:54 |
opendevreview | Elvira García Ruiz proposed openstack/neutron-specs master: Add spec for DNS subdomain support in OVN https://review.opendev.org/c/openstack/neutron-specs/+/832658 | 18:01 |
opendevreview | Merged openstack/networking-ovn stable/train: Retry port_update in the OVN if revision mismatch during live-migration https://review.opendev.org/c/openstack/networking-ovn/+/837709 | 18:02 |
opendevreview | Elvira García Ruiz proposed openstack/neutron-specs master: Add spec for DNS subdomain support in OVN https://review.opendev.org/c/openstack/neutron-specs/+/832658 | 18:05 |
opendevreview | Brian Haley proposed openstack/neutron master: Change 'DHCP' option group name to 'dhcp' https://review.opendev.org/c/openstack/neutron/+/839818 | 19:18 |
congnt | Hello everyone, i deploy openstack ovn by kolla-ansible (Victoria), but ovn-sb move leader very short. Can i ask why? | 19:22 |
congnt | 2022-04-28T18:57:33.236Z|01499|raft|INFO|server 0de4 is leader for term 80 | 19:22 |
congnt | 2022-04-28T19:01:07.609Z|01550|raft|INFO|server 31da is leader for term 81 | 19:22 |
congnt | 2022-04-28T19:02:24.265Z|01566|raft|INFO|server 0de4 is leader for term 82 | 19:22 |
congnt | 2022-04-28T19:04:43.825Z|01596|raft|INFO|server 31da is leader for term 84 | 19:22 |
congnt | 2022-04-28T19:09:34.165Z|01680|raft|INFO|server 0de4 is leader for term 86 | 19:22 |
congnt | 2022-04-28T19:12:00.847Z|01710|raft|INFO|server 31da is leader for term 87 | 19:22 |
congnt | 2022-04-28T19:13:19.336Z|01722|raft|INFO|server 0de4 is leader for term 88 | 19:22 |
congnt | 2022-04-28T19:14:31.168Z|01731|raft|INFO|server 31da is leader for term 89 | 19:22 |
congnt | 2022-04-28T19:17:08.839Z|01773|raft|INFO|server 0de4 is leader for term 91 | 19:22 |
*** dasm is now known as dasm|off | 20:32 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!