Add Fedora 30 as a supported distro

With Fedora 29 now officially EOL [1] we need to start the move to 30. A
later change will remove f29 support from devstack entirely once
fedora-latest moves to the based f30 image.

[1] https://lists.fedoraproject.org/archives/list/devel-announce@lists.fedoraproject.org/thread/VUK3CJ5LO4ROUH3JTCDVHYAVVYAOCU62/

Change-Id: If87fe93757129f931a3417fc6275ffad280cdf46
This commit is contained in:
Lee Yarwood 2020-02-06 16:20:37 +00:00
parent 79ffa1f04f
commit f1966d7763
6 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
iscsi-initiator-utils iscsi-initiator-utils
lvm2 lvm2
qemu-img qemu-img
scsi-target-utils # not:rhel7,f25,f26,f27,f28,f29 NOPRIME scsi-target-utils # not:rhel7,f25,f26,f27,f28,f29,f30 NOPRIME
targetcli # dist:rhel7,f25,f26,f27,f28,f29 NOPRIME targetcli # dist:rhel7,f25,f26,f27,f28,f29,f30 NOPRIME

View File

@ -1,2 +1,2 @@
dstat # not:f29 dstat # not:f29,f30
pcp-system-tools # dist:f29 pcp-system-tools # dist:f29,f30

View File

@ -9,9 +9,9 @@ git-core
graphviz # needed only for docs graphviz # needed only for docs
httpd httpd
httpd-devel httpd-devel
iptables-services # NOPRIME f25,f26,f27,f28,f29 iptables-services # NOPRIME f25,f26,f27,f28,f29,f30
java-1.7.0-openjdk-headless # NOPRIME rhel7 java-1.7.0-openjdk-headless # NOPRIME rhel7
java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28,f29 java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28,f29,f30
libffi-devel libffi-devel
libjpeg-turbo-devel # Pillow 3.0.0 libjpeg-turbo-devel # Pillow 3.0.0
libxml2-devel # lxml libxml2-devel # lxml

View File

@ -7,7 +7,7 @@ gawk
genisoimage # required for config_drive genisoimage # required for config_drive
iptables iptables
iputils iputils
kernel-modules # dist:f25,f26,f27,f28,f29 kernel-modules # dist:f25,f26,f27,f28,f29,f30
kpartx kpartx
libxml2-python libxml2-python
m2crypto m2crypto

View File

@ -2,7 +2,7 @@ curl
liberasurecode-devel liberasurecode-devel
memcached memcached
pyxattr pyxattr
rsync-daemon # dist:f25,f26,f27,f28,f29 rsync-daemon # dist:f25,f26,f27,f28,f29,f30
sqlite sqlite
xfsprogs xfsprogs
xinetd xinetd

View File

@ -221,7 +221,7 @@ write_devstack_version
# Warn users who aren't on an explicitly supported distro, but allow them to # Warn users who aren't on an explicitly supported distro, but allow them to
# override check and attempt installation with ``FORCE=yes ./stack`` # override check and attempt installation with ``FORCE=yes ./stack``
if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f29|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then if [[ ! ${DISTRO} =~ (bionic|stretch|jessie|f29|f30|opensuse-15.0|opensuse-15.1|opensuse-tumbleweed|rhel7) ]]; then
echo "WARNING: this script has not been tested on $DISTRO" echo "WARNING: this script has not been tested on $DISTRO"
if [[ "$FORCE" != "yes" ]]; then if [[ "$FORCE" != "yes" ]]; then
die $LINENO "If you wish to run this script anyway run with FORCE=yes" die $LINENO "If you wish to run this script anyway run with FORCE=yes"