From fac63a60c427f9c323d92f8e11b79b685df055ac Mon Sep 17 00:00:00 2001 From: Frank Brockners Date: Fri, 12 Feb 2016 07:16:55 -0800 Subject: Requirements support matrix Initial template for a document to capture which of the "common" features are supported by the different installers. Change-Id: Iebee29bca37168c39673453013e9333946f1315c Signed-off-by: Frank Brockners --- docs/sources/req-summary-support-matrix.rst | 88 +++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 docs/sources/req-summary-support-matrix.rst diff --git a/docs/sources/req-summary-support-matrix.rst b/docs/sources/req-summary-support-matrix.rst new file mode 100644 index 0000000..c6bdec6 --- /dev/null +++ b/docs/sources/req-summary-support-matrix.rst @@ -0,0 +1,88 @@ +=============================== +Deployment tools support matrix +=============================== + +This document provides a summary view of the features and capabilities of deployment +tools (a.k.a. "installers") which are expected to be common for all deployment tools. + +The tables below only show a short abbreviation of the requirement. For details, +please refer to detailed UX-requirements and system-requirements documents. + + +Target system requirements +-------------------------- + ++----------------------------------------------+------------+-----------+------------+------------+ +| Feature | Apex | Compass | Fuel | JOID/Juju | ++==============================================+============+===========+============+============+ +| GENESIS-4 - Centos7 or Ubuntu 14.04 | yes | yes | yes | yes | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-53 - OpenStack Heat | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-6 - OpenDaylight Beryllium | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-49 - ONOSFW | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-8 - KVM Hypervisor | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ + + +User experience requirements +---------------------------- + ++----------------------------------------------+------------+-----------+------------+------------+ +| Feature | Apex | Compass | Fuel | JOID/Juju | ++==============================================+============+===========+============+============+ +| GENESIS-9 - OpenStack HA | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-71 - Hitless hardware upgrade | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-20 - Server discovery integrated | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-28 - Common configuration file | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-43 - DHCP server HA per tenant | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-44 - SDN Controller L3 | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-61 - L1/2 networking config | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-62 - Logical networks | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-72 - L3-neutron agent | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-69 - Isolated CEPH OSD | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-12 - Version control for components | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-16 - Common inventory config | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-17 - User-facing config files | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-18 - Server roles | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-19 - Automatic device discovery | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-25 - NTP config | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-40 - Hardware replacement support | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-74 - "all-in-one" build | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-31 - Agnostic to type of hard drive | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-23 - Mandatory Access Control | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-24 - Install ssh keys | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-39 - Use artifacts from upstream | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-38 - Deploy script for jumphost | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-42 - Offline deployment | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-34 - User guide | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ +| GENESIS-35 - Release notes | | | | | ++----------------------------------------------+------------+-----------+------------+------------+ + -- cgit 1.2.3-korg