Browse code

Add and switch to the newly created opensuse-15 nodeset

opensuse-150 nodeset is referring to openSUSE 15.0, which is still in
maintenance but openSUSE 15.1 has been released already. "opensuse-15"
is going to refer to the "latest openSUSE 15.x" build released and
working for OpenStack going forward, so add this nodeset and use
it by default going forward.

Change-Id: Ic3f4d6998a66da5226bc95088d7e3c83dfe737ce

Dirk Mueller authored on 2019/06/26 16:57:02
Showing 2 changed files
... ...
@@ -39,10 +39,10 @@
39 39
           - controller
40 40
 
41 41
 - nodeset:
42
-    name: devstack-single-node-opensuse-150
42
+    name: devstack-single-node-opensuse-15
43 43
     nodes:
44 44
       - name: controller
45
-        label: opensuse-150
45
+        label: opensuse-15
46 46
     groups:
47 47
       - name: tempest
48 48
         nodes:
... ...
@@ -532,10 +532,10 @@
532 532
     voting: false
533 533
 
534 534
 - job:
535
-    name: devstack-platform-opensuse-150
535
+    name: devstack-platform-opensuse-15
536 536
     parent: tempest-full-py3
537
-    description: openSUSE 15.0 platform test
538
-    nodeset: devstack-single-node-opensuse-150
537
+    description: openSUSE 15.x platform test
538
+    nodeset: devstack-single-node-opensuse-15
539 539
     voting: false
540 540
 
541 541
 - job:
... ...
@@ -627,7 +627,7 @@
627 627
         - devstack-ipv6:
628 628
             voting: false
629 629
         - devstack-platform-centos-7
630
-        - devstack-platform-opensuse-150
630
+        - devstack-platform-opensuse-15
631 631
         - devstack-platform-fedora-latest
632 632
         - devstack-platform-xenial
633 633
         - devstack-multinode
... ...
@@ -224,7 +224,7 @@ write_devstack_version
224 224
 
225 225
 # Warn users who aren't on an explicitly supported distro, but allow them to
226 226
 # override check and attempt installation with ``FORCE=yes ./stack``
227
-if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-42.3|opensuse-15.0|opensuse-tumbleweed|rhel7) ]]; then
227
+if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|f28|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
228 228
     echo "WARNING: this script has not been tested on $DISTRO"
229 229
     if [[ "$FORCE" != "yes" ]]; then
230 230
         die $LINENO "If you wish to run this script anyway run with FORCE=yes"