Skip to content

Commit 0d91c29

Browse files
aojeagarciaAntonio Ojea
authored andcommitted
Add devstack ipv6 jobs
We can see that there is more demand on using ipv6 as the underlay infrastructure to deploy new services, and OpenStack should be ready for that. These devstack ipv6 jobs are based on the work started by Jens Harbott in https://review.openstack.org/#/c/608168/ Change-Id: I55bd067487665e5026e82a0737cb0f38a69499fb Signed-off-by: aojeagarcia <aojeagarcia@suse.com>
1 parent 9a543a8 commit 0d91c29

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.zuul.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,19 @@
375375
VNCSERVER_LISTEN: 0.0.0.0
376376
VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
377377

378+
- job:
379+
name: devstack-ipv6
380+
parent: devstack
381+
description: |
382+
Devstack single node job for integration gate with IPv6.
383+
vars:
384+
devstack_localrc:
385+
SERVICE_IP_VERSION: 6
386+
SERVICE_HOST: ""
387+
# IPv6 and certificates known issue with python2
388+
# https://bugs.launchpad.net/devstack/+bug/1794929
389+
USE_PYTHON3: true
390+
378391
- job:
379392
name: devstack-multinode
380393
parent: devstack
@@ -486,6 +499,8 @@
486499
check:
487500
jobs:
488501
- devstack
502+
- devstack-ipv6:
503+
voting: false
489504
- devstack-platform-centos-7
490505
- devstack-platform-opensuse-423
491506
- devstack-platform-opensuse-tumbleweed

0 commit comments

Comments
 (0)