Browse code

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>

aojeagarcia authored on 2018/10/08 23:43:19
Showing 1 changed files
... ...
@@ -376,6 +376,19 @@
376 376
           VNCSERVER_PROXYCLIENT_ADDRESS: $HOST_IP
377 377
 
378 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
+
391
+- job:
379 392
     name: devstack-multinode
380 393
     parent: devstack
381 394
     nodeset: openstack-two-node
... ...
@@ -486,6 +499,8 @@
486 486
     check:
487 487
       jobs:
488 488
         - devstack
489
+        - devstack-ipv6:
490
+            voting: false
489 491
         - devstack-platform-centos-7
490 492
         - devstack-platform-opensuse-423
491 493
         - devstack-platform-opensuse-tumbleweed