Skip to content

Commit f1966d7

Browse files
committed
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
1 parent 79ffa1f commit f1966d7

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

files/rpms/cinder

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
iscsi-initiator-utils
22
lvm2
33
qemu-img
4-
scsi-target-utils # not:rhel7,f25,f26,f27,f28,f29 NOPRIME
5-
targetcli # dist:rhel7,f25,f26,f27,f28,f29 NOPRIME
4+
scsi-target-utils # not:rhel7,f25,f26,f27,f28,f29,f30 NOPRIME
5+
targetcli # dist:rhel7,f25,f26,f27,f28,f29,f30 NOPRIME

files/rpms/dstat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
dstat # not:f29
2-
pcp-system-tools # dist:f29
1+
dstat # not:f29,f30
2+
pcp-system-tools # dist:f29,f30

files/rpms/general

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ git-core
99
graphviz # needed only for docs
1010
httpd
1111
httpd-devel
12-
iptables-services # NOPRIME f25,f26,f27,f28,f29
12+
iptables-services # NOPRIME f25,f26,f27,f28,f29,f30
1313
java-1.7.0-openjdk-headless # NOPRIME rhel7
14-
java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28,f29
14+
java-1.8.0-openjdk-headless # NOPRIME f25,f26,f27,f28,f29,f30
1515
libffi-devel
1616
libjpeg-turbo-devel # Pillow 3.0.0
1717
libxml2-devel # lxml

files/rpms/nova

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gawk
77
genisoimage # required for config_drive
88
iptables
99
iputils
10-
kernel-modules # dist:f25,f26,f27,f28,f29
10+
kernel-modules # dist:f25,f26,f27,f28,f29,f30
1111
kpartx
1212
libxml2-python
1313
m2crypto

files/rpms/swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ curl
22
liberasurecode-devel
33
memcached
44
pyxattr
5-
rsync-daemon # dist:f25,f26,f27,f28,f29
5+
rsync-daemon # dist:f25,f26,f27,f28,f29,f30
66
sqlite
77
xfsprogs
88
xinetd

stack.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ write_devstack_version
221221

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

0 commit comments

Comments
 (0)