File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ memcached
44rsync-daemon
55sqlite
66xfsprogs
7- xinetd # not:f35 ,rhel9
7+ xinetd # not:f36 ,rhel9
Original file line number Diff line number Diff 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:
Original file line number Diff line number Diff line change 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
234234if [[ ! ${DISTRO} =~ $SUPPORTED_DISTROS ]]; then
235235 echo " WARNING: this script has not been tested on $DISTRO "
You can’t perform that action at this time.
0 commit comments