Merge "Add devstack ipv6 jobs"

This commit is contained in:
Zuul 2018-10-25 11:39:54 +00:00 committed by Gerrit Code Review
commit e7fa2061e6
1 changed files with 15 additions and 0 deletions

View File

@ -385,6 +385,19 @@
VNCSERVER_LISTEN: 0.0.0.0
VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
- job:
name: devstack-ipv6
parent: devstack
description: |
Devstack single node job for integration gate with IPv6.
vars:
devstack_localrc:
SERVICE_IP_VERSION: 6
SERVICE_HOST: ""
# IPv6 and certificates known issue with python2
# https://bugs.launchpad.net/devstack/+bug/1794929
USE_PYTHON3: true
- job:
name: devstack-multinode
parent: devstack
@ -496,6 +509,8 @@
check:
jobs:
- devstack
- devstack-ipv6:
voting: false
- devstack-platform-centos-7
- devstack-platform-opensuse-150
- devstack-platform-opensuse-tumbleweed