diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-04-25 14:27:36 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-04-25 14:27:36 +0000 |
commit | 71639a2c6da028aa98b5e324ddeb650ebfb4ead6 (patch) | |
tree | bd0f82872ff4065bf91bde0d302919ade89631ed /docs/release | |
parent | 9e9393ab60ff513f01b9ce045245e6c5808590a8 (diff) | |
parent | 1cdebf06e880d7ff75c7700b4e7253206eef1763 (diff) |
Merge "[doc] Add guest OS support matrix"
Diffstat (limited to 'docs/release')
-rw-r--r-- | docs/release/userguide/userguide.rst | 37 |
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 |