From 1cdebf06e880d7ff75c7700b4e7253206eef1763 Mon Sep 17 00:00:00 2001 From: Charalampos Kominos Date: Mon, 16 Apr 2018 12:04:43 +0200 Subject: [doc] Add guest OS support matrix Update fuel documentation regarding the guest operating systems that we can boot in both in x86 and aarch64. Change-Id: Iea96fae880755d0a9cc8fa519362ff564f79e391 Signed-off-by: Charalampos Kominos --- docs/release/userguide/userguide.rst | 37 ++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) (limited to 'docs/release') diff --git a/docs/release/userguide/userguide.rst b/docs/release/userguide/userguide.rst index 4bdcc5557..afa1f224b 100644 --- a/docs/release/userguide/userguide.rst +++ b/docs/release/userguide/userguide.rst @@ -253,6 +253,43 @@ For Virtual deploys, the most commonly used IPs are in the table below. | cmp002 | x.y.z.102 | 172.16.10.102 | +-----------+--------------+---------------+ +============================== +Guest Operating System Support +============================== + +There are a number of possibilities regarding the guest operating systems which can be spawned +on the nodes. The current system spawns virtual machines for VCP VMs on the KVM nodes and VMs +requested by users in OpenStack compute nodes. Currently the system supports the following +UEFI-images for the guests: + ++------------------+-------------------+------------------+ +| OS name | x86_64 status | aarch64 status | ++==================+===================+==================+ +| Ubuntu 17.10 | untested | Full support | ++------------------+-------------------+------------------+ +| Ubuntu 16.04 | Full support | Full support | ++------------------+-------------------+------------------+ +| Ubuntu 14.04 | untested | Full support | ++------------------+-------------------+------------------+ +| Fedora atomic 27 | untested | Not supported | ++------------------+-------------------+------------------+ +| Fedora cloud 27 | untested | Not supported | ++------------------+-------------------+------------------+ +| Debian | untested | Full support | ++------------------+-------------------+------------------+ +| Centos 7 | untested | Not supported | ++------------------+-------------------+------------------+ +| Cirros 0.3.5 | Full support | Full support | ++------------------+-------------------+------------------+ +| Cirros 0.4.0 | Full support | Full support | ++------------------+-------------------+------------------+ + + +The above table covers only UEFI image and implies OVMF/AAVMF firmware on the host. An x86 deployment +also supports non-UEFI images, however that choice is up to the underlying hardware and the administrator +to make. + +The images for the above operating systems can be found in their respective websites. =================== Openstack Endpoints -- cgit 1.2.3-korg