[doc] Add guest OS support matrix 81/56481/1
authorCharalampos Kominos <Charalampos.Kominos@enea.com>
Mon, 16 Apr 2018 10:04:43 +0000 (12:04 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Wed, 25 Apr 2018 14:27:47 +0000 (14:27 +0000)
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 <Charalampos.Kominos@enea.com>
(cherry picked from commit 1cdebf06e880d7ff75c7700b4e7253206eef1763)

docs/release/userguide/userguide.rst

index 4bdcc55..afa1f22 100644 (file)
@@ -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