Skip to content

Commit 5640e12

Browse files
compat: update compatibility matrix for 4.20/main onwards (#409)
* compat: update compatibility matrix for 4.20/main onwards Signed-off-by: Rohit Yadav <[email protected]> * Update source/releasenotes/compat.rst * Update source/releasenotes/compat.rst --------- Signed-off-by: Rohit Yadav <[email protected]>
1 parent a8a7bf4 commit 5640e12

File tree

1 file changed

+28
-39
lines changed

1 file changed

+28
-39
lines changed

source/releasenotes/compat.rst

+28-39
Original file line numberDiff line numberDiff line change
@@ -23,55 +23,51 @@ This section lists the operating systems that are supported for running
2323
CloudStack Management Server.
2424

2525
- Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS
26-
- CentOS versions 7
27-
- Rocky Linux 8, 9
28-
- Alma Linux 8, 9
2926
- Oracle Linux 8, 9
30-
- RHEL versions 7, 8, 9
27+
- Alma Linux 8, 9
28+
- Rocky Linux 8, 9
29+
- RHEL versions 8, 9
3130
- openSUSE Leap 15
3231
- SUSE Linux Enterprise Server 15 (not tested, but expected to work same as with openSUSE 15)
32+
- Debian 12 (not tested, but expected to work same as Ubuntu)
3333

34-
.. note:: There is a known issue with ipmitool with RHEL8 / SUSE, so certain functionality such as out of band management might not work
34+
.. note:: There is a known issue with ipmitool with EL8 / EL9 / SUSE, so certain functionality such as out of band management might not work
3535

3636
Software Requirements
3737
~~~~~~~~~~~~~~~~~~~~~
3838

39-
- Java JRE 17
40-
- MySQL 5.6, 5.7, 8.0
39+
- Java JRE 11 or Java JRE 17
40+
- MySQL 8.0 (or equivalent compatible DBMS)
4141

4242
Supported Hypervisor Versions
4343
-----------------------------
4444

45-
CloudStack supports three hypervisor families, XenServer with XAPI, KVM,
45+
CloudStack supports three hypervisor families, KVM, XenServer/XCP-ng with XAPI,
4646
and VMware with vSphere.
4747

4848
- Ubuntu 20.04 LTS, 22.04 LTS, 24.04 LTS with KVM
49-
- CentOS 7 with KVM
50-
- Rocky Linux 8, 9 with KVM
51-
- Red Hat Enterprise Linux 7, 8, 9 with KVM
52-
- Alma Linux 8, 9
5349
- Oracle Linux 8, 9 with KVM
54-
- openSUSE Leap 15
55-
- SUSE Linux Enterprise Server 15
56-
- XenServer versions 7.1, 7.2, 7.4, 7.5, 8.0 (8.1 and 8.2 expected to work, but not tested. For 8.2 please check the note below) with latest hotfixes
57-
- XCP-ng 7.4.0, 7.6.0, 8.0.0, 8.1.0, 8.2.0
50+
- Alma Linux 8, 9 with KVM
51+
- Rocky Linux 8, 9 with KVM
52+
- Red Hat Enterprise Linux 8, 9 with KVM
53+
- openSUSE Leap 15 with KVM
54+
- SUSE Linux Enterprise Server 15 with KVM
55+
- XCP-ng 8.2.0
56+
- Citrix Hypervisor/XenServer version 8.2 (not tested, but expected to work. For 8.2 please check the note below) with latest hotfixes
57+
- Debian 12 with KVM (not tested, but expected to work same as Ubuntu)
5858

5959
.. note:: It is now required to enable HA on the XenServer pool in order to recover from a pool-master failure. Please refer to the `XenServer documentation <https://docs.citrix.com/en-us/xencenter/7-1/pools-ha-enable.html>`_.
6060

6161
.. note:: For XenServer version 8.2 to work it might be necessary to manually add a custom storage repository with name "XenServer Tools" containing the systemvm.iso file.
6262

63-
- VMware versions 6.5, 6.7, 7.0 and 8.0.0
63+
- VMware versions 7.0 and 8.0.0
6464

65-
.. note:: The following VMware minor versions are supported and tested: 6.5, 6.7, 6.7.1, 6.7.2, 6.7.3, 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0, 8.0, 8.0a (8.0.0.1), 8.0b (8.0.0.2), 8.0c (8.0.0.3).
65+
.. note:: The following VMware minor versions are supported and tested: 7.0, 7.0.1.0, 7.0.2.0, 7.0.3.0, 8.0, 8.0a (8.0.0.1), 8.0b (8.0.0.2), 8.0c (8.0.0.3).
6666
For any minor versions without hypervisor mappings, all Instances have guest OS identifier "otherGuest64" (x86-64 architecture) or "otherGuest" (other architectures).
6767

68-
.. note:: There is a known issue in 6.7 U1 (https://kb.vmware.com/s/article/67315) which blocks some CloudStack cloning operations. The use of linked clones is known to be effected.
69-
70-
.. note:: There is a known issue in 6.7 U3 - 6.7 U3f where a malformed OVA could crash vCenter services (for more information see `here <https://mail-archives.apache.org/mod_mbox/cloudstack-users/202005.mbox/%3CCAMvtBPNQqbe0XEsHyjFMror7HRvj-c%3DfEe7y12NfCDQSFTYgqQ%40mail.gmail.com%3E>`_). To avoid the issue, make sure to use 6.7 U3g or later.
71-
7268
.. note:: There are some known issues with 8.0 U1 (https://github.com/apache/cloudstack/issues/7572). VMware 8.0 U1 (8.0.1.0) is not supported yet.
7369

74-
- LXC Host Containers on RHEL 7 (not tested to work fine for last many CloudStack releases)
70+
- LXC Host Containers on RHEL 8, 9 (not tested to work fine for last many CloudStack releases)
7571
- Windows Server 2012 R2 with Hyper-V Role enabled (not tested to work fine for last many CloudStack releases)
7672
- Hyper-V 2012 R2 (not tested to work fine for last many CloudStack releases)
7773
- Oracle VM 3.0+ (not tested to work fine for last many CloudStack releases)
@@ -81,7 +77,7 @@ and VMware with vSphere.
8177
- Fedora 17
8278
- Ubuntu 12.04
8379

84-
(not tested to work fine for last many CloudStack releases)
80+
(not tested to work for last many CloudStack releases)
8581

8682
Supported External Devices
8783
--------------------------
@@ -92,7 +88,6 @@ Supported External Devices
9288
- F5 11.X (not tested to work fine for last many CloudStack releases)
9389
- Force 10 Switch version S4810 for Baremetal Advanced Networks (not tested to work fine for last many CloudStack releases)
9490

95-
9691
Supported Browsers
9792
------------------
9893

@@ -112,24 +107,18 @@ Notice Of Management OSes and Hypervisors to be Deprecated
112107

113108
The following hypervisors are no longer be supported in this release due to vendor EOL:
114109

115-
- XenServer 6.2
116-
- XenServer 6.5
117-
- XenServer 7.0
118-
- vSphere 5.0
119-
- vSphere 5.1
120-
- vSphere 5.5
121-
- vSphere 6.0
122-
- CentOS/RHEL (KVM) 6.x
123-
- CentOS (KVM) 8.x
124-
- Ubuntu 14.04
125-
- Ubuntu 16.04
110+
- KVM with CentOS/RHEL 6.x, 7.x
111+
- KVM with CentOS 8.x
112+
- KVM with Ubuntu 14.04, 16.04, 18.04
113+
- XCP-ng 7.4.0, 7.6.0, 8.0.0, 8.1.0
114+
- XenServer 6.2, 6.5, 7.0, 7.1, 7.2, 7.4, 7.5, 8.0, 8.1
115+
- vSphere 5.0, 5.1, 5.5, 6.0, 6.5, 6.7
126116

127117
The following Management Server Operating Systems are no longer supported in this release due to vendor EOL:
128118

129-
- CentOS 6.x
119+
- CentOS/RHEL 6.x, 7.x
130120
- CentOS 8.x [1]_
131-
- Ubuntu 14.04
132-
- Ubuntu 16.04
121+
- Ubuntu 14.04, 16.04, 18.04
133122

134123
.. [1] in spite of mostly being phased out some support is remaining in for now. See the section :ref:`Possible Issue with Guest OS IDs` for details.
135124

0 commit comments

Comments
 (0)