We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4daef3b + 0d91c29 commit e7fa206Copy full SHA for e7fa206
1 file changed
.zuul.yaml
@@ -385,6 +385,19 @@
385
VNCSERVER_LISTEN: 0.0.0.0
386
VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
387
388
+- job:
389
+ name: devstack-ipv6
390
+ parent: devstack
391
+ description: |
392
+ Devstack single node job for integration gate with IPv6.
393
+ vars:
394
+ devstack_localrc:
395
+ SERVICE_IP_VERSION: 6
396
+ SERVICE_HOST: ""
397
+ # IPv6 and certificates known issue with python2
398
+ # https://bugs.launchpad.net/devstack/+bug/1794929
399
+ USE_PYTHON3: true
400
+
401
- job:
402
name: devstack-multinode
403
parent: devstack
@@ -496,6 +509,8 @@
496
509
check:
497
510
jobs:
498
511
- devstack
512
+ - devstack-ipv6:
513
+ voting: false
499
514
- devstack-platform-centos-7
500
515
- devstack-platform-opensuse-150
501
516
- devstack-platform-opensuse-tumbleweed
0 commit comments