aboutsummaryrefslogtreecommitdiffstats
path: root/docs/release
diff options
context:
space:
mode:
authorCharalampos Kominos <Charalampos.Kominos@enea.com>2018-04-16 12:04:43 +0200
committerCharalampos Kominos <Charalampos.Kominos@enea.com>2018-04-25 13:10:30 +0200
commit1cdebf06e880d7ff75c7700b4e7253206eef1763 (patch)
tree912f5251b355c38b2b7d75091801d4d50f8aa61a /docs/release
parented7bb355c93af5c163d5ae7926012652021abf75 (diff)
[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 <Charalampos.Kominos@enea.com>
Diffstat (limited to 'docs/release')
-rw-r--r--docs/release/userguide/userguide.rst37
1 files changed, 37 insertions, 0 deletions
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