summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormelanie witt <melwittt@gmail.com>2021-03-16 22:41:33 +0000
committermelanie witt <melwittt@gmail.com>2021-03-16 22:46:30 +0000
commitd99da40b6f68218794f64ed038a931eb02d94b8e (patch)
tree7494bf9f6ec803813ae6a273563699fd2cccaab4
parentd0cb291eea663beff333c466a439ff392e44adc5 (diff)
downloadnova-d99da40b6f68218794f64ed038a931eb02d94b8e.tar.gz
[stable-only] Specify IPv6 CIDR in tempest-slow-py3
This is a copy of a neutron patch [1] which specifies the CIDR used by the public network in the tempest-slow-py3 job. The original bug [2] was fixed in tempest [3] but since devstack pins TEMPEST_BRANCH=26.0.0 for stable/stein, we must do a one-off fix in-tree to fix our job. Related-Bug: #1914037 [1] https://review.opendev.org/c/openstack/neutron/+/777389 [2] https://bugs.launchpad.net/neutron/+bug/1914037 [3] https://review.opendev.org/c/openstack/tempest/+/774764 Change-Id: I8b559084ac424a868a3a3b387fc51bf056dbd3df
-rw-r--r--.zuul.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.zuul.yaml b/.zuul.yaml
index 971c406e18..5244106892 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -274,6 +274,14 @@
irrelevant-files: *dsvm-irrelevant-files
- tempest-slow-py3:
irrelevant-files: *dsvm-irrelevant-files
+ vars:
+ devstack_localrc:
+ # To workaround https://bugs.launchpad.net/neutron/+bug/1914037
+ # tempest is pinned to 26.0.0 on stable/stein in devstack, so
+ # we cannot consume the tempest fix.
+ 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: *dsvm-irrelevant-files
gate:
@@ -287,6 +295,14 @@
irrelevant-files: *dsvm-irrelevant-files
- tempest-slow-py3:
irrelevant-files: *dsvm-irrelevant-files
+ vars:
+ devstack_localrc:
+ # To workaround https://bugs.launchpad.net/neutron/+bug/1914037
+ # tempest is pinned to 26.0.0 on stable/stein in devstack, so
+ # we cannot consume the tempest fix.
+ 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: *dsvm-irrelevant-files
experimental: