Skip to content

Commit 9ece457

Browse files
ianwosfrickler
authored andcommitted
Update to Fedora 36
Update the Fedora job to the latest release nodes Depends-On: https://review.opendev.org/c/openstack/devstack/+/860634 Change-Id: If2d7f99e3665a2e3df4cf763efc64dd381f02350
1 parent 0d5c8d6 commit 9ece457

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.zuul.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
name: devstack-single-node-fedora-latest
8383
nodes:
8484
- name: controller
85-
label: fedora-35
85+
label: fedora-36
8686
groups:
8787
- name: tempest
8888
nodes:

files/rpms/swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ memcached
44
rsync-daemon
55
sqlite
66
xfsprogs
7-
xinetd # not:f35,rhel9
7+
xinetd # not:f36,rhel9

lib/apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ function install_apache_uwsgi {
9595
# didn't fix Python 3.10 compatibility before release. Should be
9696
# fixed in uwsgi 4.9.0; can remove this when packages available
9797
# or we drop this release
98-
elif is_fedora && ! [[ $DISTRO =~ f35 ]]; then
98+
elif is_fedora && ! [[ $DISTRO =~ f36 ]]; then
9999
# Note httpd comes with mod_proxy_uwsgi and it is loaded by
100100
# default; the mod_proxy_uwsgi package actually conflicts now.
101101
# See:

stack.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# a multi-node developer install.
1313

1414
# To keep this script simple we assume you are running on a recent **Ubuntu**
15-
# (Bionic or newer), **Fedora** (F24 or newer), or **CentOS/RHEL**
15+
# (Bionic or newer), **Fedora** (F36 or newer), or **CentOS/RHEL**
1616
# (7 or newer) machine. (It may work on other platforms but support for those
1717
# platforms is left to those who added them to DevStack.) It should work in
1818
# a VM or physical server. Additionally, we maintain a list of ``deb`` and
@@ -229,7 +229,7 @@ write_devstack_version
229229

230230
# Warn users who aren't on an explicitly supported distro, but allow them to
231231
# override check and attempt installation with ``FORCE=yes ./stack``
232-
SUPPORTED_DISTROS="bullseye|focal|jammy|f35|opensuse-15.2|opensuse-tumbleweed|rhel8|rhel9"
232+
SUPPORTED_DISTROS="bullseye|focal|jammy|f36|opensuse-15.2|opensuse-tumbleweed|rhel8|rhel9"
233233

234234
if [[ ! ${DISTRO} =~ $SUPPORTED_DISTROS ]]; then
235235
echo "WARNING: this script has not been tested on $DISTRO"

0 commit comments

Comments
 (0)