From 516852f2d67b3f82dd63658b16c15607681204cc Mon Sep 17 00:00:00 2001 From: Luigi Toscano Date: Wed, 3 Mar 2021 21:55:34 +0100 Subject: [PATCH] [stable-only] Set IPv6 params to fix tempest-slow-py3 The job has been fixed in tempest [1] but stein is pinned to tempest 26.0.0 so any user of tempest-slow-py3 needs to apply the change as neutron did [2]. [1] https://review.opendev.org/c/openstack/tempest/+/774764 [2] https://review.opendev.org/c/openstack/neutron/+/777389 Related-Bug: #1914037 Change-Id: I068cf1e9618d305b5a9383c283bfa0f120bfe905 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index cdf4013ea7b..9497e39ca5a 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -61,6 +61,13 @@ irrelevant-files: *gate-irrelevant-files - tempest-slow-py3: irrelevant-files: *gate-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 - tempest-full: irrelevant-files: *gate-irrelevant-files - tempest-full-py3: