opendevreview | liuyulong proposed openstack/neutron master: Refactor for meter ID Generator https://review.opendev.org/c/openstack/neutron/+/860765 | 01:33 |
---|---|---|
opendevreview | liuyulong proposed openstack/neutron master: Refactor for ovs qos driver meter limit features https://review.opendev.org/c/openstack/neutron/+/860766 | 01:33 |
opendevreview | liuyulong proposed openstack/neutron master: Add meter bandwidth bandwidth support https://review.opendev.org/c/openstack/neutron/+/860767 | 01:33 |
opendevreview | Takashi Kajinami proposed openstack/neutron-lib master: Update URL for flake8 from Gitlab to Github https://review.opendev.org/c/openstack/neutron-lib/+/864639 | 02:16 |
opendevreview | liuyulong proposed openstack/neutron-lib master: Add bandwidth rate limit table https://review.opendev.org/c/openstack/neutron-lib/+/860761 | 03:14 |
*** dasm|off is now known as Guest1634 | 03:20 | |
opendevreview | liuyulong proposed openstack/neutron master: Code move for metadata haproxy https://review.opendev.org/c/openstack/neutron/+/864648 | 03:35 |
opendevreview | liuyulong proposed openstack/neutron master: Add host metadata haproxy manager https://review.opendev.org/c/openstack/neutron/+/864649 | 03:35 |
__ministry | Hi, I had meet an error about neutron high load when use ovn cluster. Have anyone had this problem? | 03:48 |
opendevreview | liuyulong proposed openstack/neutron master: Add host metadata haproxy manager https://review.opendev.org/c/openstack/neutron/+/864649 | 04:37 |
han-guangyu | Hello, I want to package ovn in openEuler(a OS had been supported by openstack ci)) | 06:21 |
han-guangyu | Could I can get a recommended version of ovn to Train and Wallaby | 06:21 |
han-guangyu | I see: | 06:22 |
han-guangyu | > OpenStack doesn’t set explicit version requirements for OVN installation, but it’s recommended to follow at least the version that is used in upstream CI, | 06:22 |
han-guangyu | in https://docs.openstack.org/neutron/latest/ovn/faq/index.html | 06:22 |
han-guangyu | But I am not sure, if I use the latest version of ovn, whether the neutron of train and wallaby both can be connected normally | 06:22 |
han-guangyu | Do they have a capped version that supports | 06:22 |
han-guangyu | could I get some help | 06:22 |
han-guangyu | Thank you so much | 06:23 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: db: add segment_index to the unique constraint https://review.opendev.org/c/openstack/neutron/+/841459 | 08:20 |
opendevreview | Sahid Orentino Ferdjaoui proposed openstack/neutron master: segment: enable multisegments support for host https://review.opendev.org/c/openstack/neutron/+/841838 | 08:20 |
sahid | o/ lajoskatona I have addressed test in fullstack :-) I will ping you when CI is green | 08:23 |
lajoskatona | sahid: cool, to tell the truth I still have to work on how to succesfully execute fullstack in my env | 08:30 |
ralonsoh | han-guangyu__, you can use the same versions used in the CI, in the stable releases | 08:34 |
ralonsoh | those versions are well tested | 08:35 |
*** han-guangyu__ is now known as han-guangyu | 08:36 | |
ralonsoh | https://github.com/openstack/neutron/blob/4f24a1fa1e3baf0fb3f548dc21dfe03c9a44d90f/zuul.d/grenade.yaml#L224-L225 | 08:36 |
ralonsoh | for Wallaby | 08:37 |
ralonsoh | and you can use this for Train | 08:39 |
ralonsoh | https://github.com/openstack/neutron-tempest-plugin/blob/master/zuul.d/ussuri_jobs.yaml#L258-L259 | 08:39 |
ralonsoh | (there is no reference for Train because OVN was not in Neutron train branch) | 08:40 |
han-guangyu | ralonsoh: Hi, thankyou so much. | 08:40 |
han-guangyu | ralonsoh: could I ask some more? I see" to be able to use VXLAN network type, one must run OVN 20.09+. | 08:42 |
han-guangyu | " in to be able to use VXLAN network type, one must run OVN 20.09+ | 08:42 |
ralonsoh | I need to check that | 08:42 |
han-guangyu | https://github.com/openstack/neutron/blob/master/doc/source/ovn/faq/index.rst#:~:text=to%20be%20able%20to%20use%20VXLAN%20network%20type%2C%20one%20must%20run%20OVN%2020.09%2B | 08:42 |
ralonsoh | yes, exactly | 08:43 |
ralonsoh | and, that was supported in 20.09+ | 08:43 |
han-guangyu | can I use higher than v20.03.0(CI use for train) | 08:43 |
han-guangyu | if I want to have vxlan in train | 08:44 |
ralonsoh | I think you could use it. We don't test it in the CI but I don't recall any blocker for this | 08:44 |
frickler | han-guangyu: just being curious, why are you so focused on train? it is very old and almost eol | 08:47 |
han-guangyu | frickler: yes, it is a very old version, I'm so agree. But we have users who are still using train on a large scale | 08:49 |
han-guangyu | Upgrading is a high cost to them and something not currently considered | 08:49 |
han-guangyu | frickler:Exactly as I think, I'm more inclined to go with the higher version. so, I am here to ask whether ovn has an upper limit for version compatibility. I would like to use the same ovn version as W in the trian version if possible | 08:51 |
han-guangyu | ralonsoh: sorry to bother again. I'm a noob at this. why the ovn version in [1] and [2] is different?1] | 08:54 |
han-guangyu | [1] https://github.com/openstack/neutron/blob/4f24a1fa1e3baf0fb3f548dc21dfe03c9a44d90f/zuul.d/grenade.yaml#L224-L225 | 08:55 |
ralonsoh | because both are from different versions | 08:55 |
ralonsoh | the first one is used in grenade jobs in Wallaby | 08:55 |
han-guangyu | [2] https://github.com/openstack/neutron/blob/stable/wallaby/zuul.d/grenade.yaml | 08:55 |
ralonsoh | [1] is master | 08:56 |
ralonsoh | [2] is wallaby | 08:56 |
han-guangyu | ralonsoh: so, If I want to find the ovn versioned used in wallaby, I should look [2]? [2] is v20.06.1 | 08:57 |
ralonsoh | yes | 08:57 |
han-guangyu | and [1] is v21.06.0 | 08:59 |
han-guangyu | ralonsoh: thank you so much, answer the boring quesiton | 08:59 |
ralonsoh | [1] is master, we use 21.06 now | 09:00 |
han-guangyu | ok, At least in principle, I could also use 21.06 for w and t? | 09:03 |
han-guangyu | of course, CI | 09:03 |
ralonsoh | as commented, this version is not tested in Wallaby | 09:03 |
han-guangyu | not test this version, | 09:03 |
ralonsoh | I can't guarantee any result | 09:03 |
han-guangyu | Maybe I'll step on some pits | 09:04 |
han-guangyu | ok, I get it | 09:04 |
han-guangyu | best wish to you | 09:04 |
*** han-guangyu is now known as Guest1660 | 09:08 | |
*** han-guangyu_ is now known as han-guangyu | 09:08 | |
opendevreview | huanghailun proposed openstack/neutron master: [neutron]Update tap ip in metadata agent when metadata port ip updated https://review.opendev.org/c/openstack/neutron/+/864715 | 09:38 |
ralonsoh | slaweq, https://review.opendev.org/c/openstack/neutron/+/864435 if you have some mins | 10:03 |
ralonsoh | thanks in advance | 10:03 |
slaweq | ralonsoh: +2 | 10:04 |
ralonsoh | thanks! | 10:04 |
slaweq | but You need also lajoskatona or bcafarel to look at it :) | 10:04 |
lajoskatona | slaweq, ralonsoh: looking | 10:05 |
bcafarel | oh yes this one is in my toreview opened tabs | 10:05 |
sahid | ralonsoh, lajoskatona, slaweq How do you feel about to finalize multiseg: https://review.opendev.org/c/openstack/neutron/+/841838 :-) | 10:40 |
ralonsoh | ok | 10:40 |
sahid | two last patches left | 10:40 |
ralonsoh | lajoskatona, we are going to release n-lib for Antelope-1 | 10:43 |
ralonsoh | https://review.opendev.org/c/openstack/releases/+/864525 | 10:43 |
ralonsoh | and we should include https://review.opendev.org/c/openstack/neutron-lib/+/864213 | 10:43 |
ralonsoh | can you check it? thanks in advance | 10:43 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/zed: [stable-only] Add "tempest-integrated-networking" job to experimental https://review.opendev.org/c/openstack/neutron/+/864723 | 10:55 |
ralonsoh | ^^^^ this patch will allow us to execute this job when needed in the stable releases | 10:57 |
ralonsoh | for backports like this one: https://review.opendev.org/q/I54c8fd4d065ae537f396408df16832b158ee8998 | 10:58 |
opendevreview | Lajos Katona proposed openstack/neutron master: Fix bulk create without mac https://review.opendev.org/c/openstack/neutron/+/863881 | 11:20 |
slaweq | ralonsoh: https://bugs.launchpad.net/devstack/+bug/1996748 | 12:27 |
slaweq | ralonsoh: this is drop of lib/neutron tracker | 12:27 |
ralonsoh | slaweq, thanks! I'll add it to the meeting agenda | 12:28 |
opendevreview | Merged openstack/neutron-lib master: Don't check context.system_scope to check project scope https://review.opendev.org/c/openstack/neutron-lib/+/864213 | 13:03 |
opendevreview | Merged openstack/neutron-lib master: Update URL for flake8 from Gitlab to Github https://review.opendev.org/c/openstack/neutron-lib/+/864639 | 13:11 |
slaweq | ralonsoh: I think that if we will get https://review.opendev.org/c/openstack/neutron-lib/+/860761 and https://review.opendev.org/c/openstack/neutron-lib/+/864568 to be merged we can release new neutron-lib | 13:30 |
slaweq | wdyt? | 13:30 |
opendevreview | Merged openstack/neutron stable/zed: [stable-only] Add "tempest-integrated-networking" job to experimental https://review.opendev.org/c/openstack/neutron/+/864723 | 13:38 |
*** Guest1634 is now known as dasm | 13:48 | |
ralonsoh | slaweq, I'll stop the release patch | 13:55 |
ralonsoh | one is almost merged | 13:55 |
ralonsoh | I've +w the second one | 13:55 |
ralonsoh | slaweq, just a heads up | 13:58 |
ralonsoh | https://review.opendev.org/c/openstack/releases/+/864525 | 13:58 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/zed: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" https://review.opendev.org/c/openstack/neutron-lib/+/864735 | 14:00 |
slaweq | thx a lot ralonsoh | 14:00 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/yoga: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" https://review.opendev.org/c/openstack/neutron-lib/+/864736 | 14:00 |
slaweq | I think it will be good to include as much as possible in the release to unblock also others with work :) | 14:00 |
ralonsoh | agree | 14:01 |
lajoskatona | ralonsoh, slaweq: do you need extra review in n-lib? | 14:01 |
ralonsoh | no, both are in the gate queue already | 14:01 |
ralonsoh | thanks! | 14:01 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/xena: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" https://review.opendev.org/c/openstack/neutron-lib/+/864738 | 14:02 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/wallaby: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" https://review.opendev.org/c/openstack/neutron-lib/+/864739 | 14:03 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: OVN: Add support for DHCP option "domain-search" for IPv4 https://review.opendev.org/c/openstack/neutron/+/864740 | 14:11 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: OVN: Add support for DHCP option "domain-search" for IPv4 https://review.opendev.org/c/openstack/neutron/+/864740 | 14:11 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: OVN: Add support for DHCP option "domain-search" for IPv4 https://review.opendev.org/c/openstack/neutron/+/864740 | 14:14 |
opendevreview | Lucas Alvares Gomes proposed openstack/neutron master: OVN: Add support for DHCP option "domain-search" for IPv4 https://review.opendev.org/c/openstack/neutron/+/864740 | 14:15 |
plibeau | hello guys, I see you have merge the change in neutron-lib about default policy admin only for device_id param. I have also this change related https://review.opendev.org/c/openstack/neutron/+/861169 | 14:22 |
ralonsoh | plibeau, but we need first to create a new n-lib release and bump the requirements | 14:26 |
ralonsoh | this neutron patch won't work if the neutron API does not have the n-lib change | 14:26 |
plibeau | ralonsoh: oh yes I understood | 14:27 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: Replace Linux Brigde with Open vSwitch in installation docs https://review.opendev.org/c/openstack/neutron/+/864748 | 14:41 |
opendevreview | Merged openstack/neutron-lib master: Added "qos" plugin to "EXT_PARENT_RESOURCE_MAPPING" https://review.opendev.org/c/openstack/neutron-lib/+/864568 | 15:05 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/yoga: [test]Remove the validation of the tenant property https://review.opendev.org/c/openstack/neutron-lib/+/864751 | 15:07 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/yoga: Fix pep8 job issues with pylint==2.15.0 https://review.opendev.org/c/openstack/neutron-lib/+/864753 | 15:28 |
slaweq | ykarel: hi, I just replied to Your comment in https://review.opendev.org/c/openstack/neutron/+/862492 | 15:33 |
slaweq | please review it again when You will have some time | 15:33 |
slaweq | ralonsoh: lajoskatona: mlavalle: please also take a look at that once You will have few minutes | 15:33 |
ralonsoh | sure | 15:33 |
opendevreview | Merged openstack/neutron-lib master: Add bandwidth rate limit table https://review.opendev.org/c/openstack/neutron-lib/+/860761 | 15:49 |
opendevreview | Elvira García Ruiz proposed openstack/neutron master: Fix behaviour of enable/disable in OVN network log https://review.opendev.org/c/openstack/neutron/+/864152 | 15:51 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/yoga: Fix pep8 job issues with pylint==2.15.0 https://review.opendev.org/c/openstack/neutron-lib/+/864753 | 15:58 |
mlavalle | slaweq: done | 16:10 |
opendevreview | Rodolfo Alonso proposed openstack/neutron-lib stable/xena: Fix pep8 job issues with pylint==2.15.0 https://review.opendev.org/c/openstack/neutron-lib/+/864764 | 16:42 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/victoria: [stable-only] Do not fail making reservation when creating a SG https://review.opendev.org/c/openstack/neutron/+/864765 | 16:47 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/ussuri: [stable-only] Do not fail making reservation when creating a SG https://review.opendev.org/c/openstack/neutron/+/864766 | 16:48 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/train: [stable-only] Do not fail making reservation when creating a SG https://review.opendev.org/c/openstack/neutron/+/864767 | 16:48 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/yoga: [stable-only] Add "tempest-integrated-networking" job to experimental https://review.opendev.org/c/openstack/neutron/+/864768 | 16:51 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/xena: [stable-only] Add "tempest-integrated-networking" job to experimental https://review.opendev.org/c/openstack/neutron/+/864769 | 16:52 |
opendevreview | Rodolfo Alonso proposed openstack/neutron stable/wallaby: [stable-only] Add "tempest-integrated-networking" job to experimental https://review.opendev.org/c/openstack/neutron/+/864770 | 16:54 |
opendevreview | Lajos Katona proposed openstack/neutron master: Fix bulk create without mac https://review.opendev.org/c/openstack/neutron/+/863881 | 16:57 |
opendevreview | Rodolfo Alonso proposed openstack/neutron master: db: add segment_index to the unique constraint https://review.opendev.org/c/openstack/neutron/+/841459 | 18:05 |
opendevreview | Merged openstack/neutron master: OVN: Add support for DHCP option "domain-search" for IPv4 https://review.opendev.org/c/openstack/neutron/+/864740 | 18:17 |
opendevreview | Ihar Hrachyshka proposed openstack/neutron master: ovn: first tear down old metadata namespaces, then deploy new https://review.opendev.org/c/openstack/neutron/+/864777 | 18:55 |
opendevreview | Merged openstack/neutron stable/wallaby: [stable-only] Do not fail making reservation when creating a SG https://review.opendev.org/c/openstack/neutron/+/864435 | 20:03 |
*** dasm is now known as dasm|off | 23:11 |
Generated by irclog2html.py 2.17.3 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!