From 3bec05e90ffe6c56aab2923876192c9f10435bdc Mon Sep 17 00:00:00 2001 From: Slawek Kaplonski Date: Wed, 24 Feb 2021 15:48:31 +0100 Subject: [PATCH] Fix IPv6 cidr used by public network in tempest-slow job Same issue was fixed in tempest in [1] but it isn't in tempest 26.0.0 so when tempest was pinned to that version in stable/stein jobs, it started failing with the error like described in [2]. This patch makes the same fix as was done in Tempest but in Neutron repo for stable/stein job only. [1] https://review.opendev.org/c/openstack/tempest/+/774764 [2] https://bugs.launchpad.net/neutron/+bug/1914037 Change-Id: I0aca489715ddd0da97036e75c5c4265b713c19b8 --- .zuul.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 1bb4b0b1699..6ca3823b902 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -49,6 +49,13 @@ irrelevant-files: *tempest-irrelevant-files - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files + vars: + devstack_localrc: + # to avoid https://bugs.launchpad.net/neutron/+bug/1914037 + # as we couldn't backport the fix to stein release + IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64 + IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2 + IPV6_ROUTER_GW_IP: 2001:db8:0:10::1 - networking-ovn-tempest-dsvm-ovs-release: voting: false irrelevant-files: *tempest-irrelevant-files @@ -73,6 +80,13 @@ timeout: 10800 - tempest-slow-py3: irrelevant-files: *tempest-irrelevant-files + vars: + devstack_localrc: + # to avoid https://bugs.launchpad.net/neutron/+bug/1914037 + # as we couldn't backport the fix to stein release + IPV6_PUBLIC_RANGE: 2001:db8:0:10::/64 + IPV6_PUBLIC_NETWORK_GATEWAY: 2001:db8:0:10::2 + IPV6_ROUTER_GW_IP: 2001:db8:0:10::1 - grenade-py3: irrelevant-files: *tempest-irrelevant-files periodic: