Browse code

Switch to fedora-29 for fedora-latest nodeset

F28 is EOL as of 5.29.19, so change to use fedora-29
and remove it from stack.sh.

Depends-on: https://review.opendev.org/#/c/662538/
Change-Id: I5ebdb68fcd01a1e63be4b3c0735a274783aad818

Brian Haley authored on 2019/06/01 02:50:55
Showing 2 changed files
... ...
@@ -52,7 +52,7 @@
52 52
     name: devstack-single-node-fedora-latest
53 53
     nodes:
54 54
       - name: controller
55
-        label: fedora-28
55
+        label: fedora-29
56 56
     groups:
57 57
       - name: tempest
58 58
         nodes:
... ...
@@ -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-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
227
+if [[ ! ${DISTRO} =~ (xenial|artful|bionic|stretch|jessie|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"