2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-09-04 20:17:55 +00:00
Files
xcat-core/docs/source/overview/support_matrix.rst
T
Vinícius Ferrão 6eba1277fe docs(riscv64): document EL10 riscv64 compute node support
Add the riscv64 page to the cluster management guide (UEFI + grub2 boot
path, discovery through mknb's grub2 network configurations, stateful and
stateless provisioning, the dependency picture for a management node on
riscv64, limitations), list riscv64 in the node object attributes and in
the support matrices, add the architecture to the cross-build page for
stateless images, extend the grub2 install guide (and fix its swapped
x86_64/aarch64 file names), the uninstall package lists, the DHCP backend
validation matrix and the mknb/genimage man pages, and carry the riscv64
schema values into the generated nodetype, osimage, noderes, node and
group references.
2026-09-01 10:50:20 -03:00

25 lines
2.0 KiB
ReStructuredText

Operating System & Hardware Support Matrix
==========================================
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
| | Power | Power | zVM | Power | x86_64 | x86_64 | x86_64 | aarch64 | riscv64 |
| | | LE | | KVM | | KVM | Esxi | | |
+=======+=======+=======+=====+=======+========+========+========+==========+==========+
|RHEL | yes | yes | yes | yes | yes | yes | yes | yes | yes |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|SLES | yes | yes | yes | yes | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|Ubuntu | no | yes | no | yes | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|CentOS | no | no | no | no | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
|Windows| no | no | no | no | yes | yes | yes | no | no |
| | | | | | | | | | |
+-------+-------+-------+-----+-------+--------+--------+--------+----------+----------+
riscv64 support covers EL10 compute nodes (Rocky Linux 10 and the RHEL 10 RISC-V developer preview) that boot through UEFI firmware and grub2. See :doc:`/guides/admin-guides/manage_clusters/riscv64/index` for details.