diff options
-rw-r--r-- | docs/sources/system-requirements.rst | 23 | ||||
-rw-r--r-- | docs/sources/ux-requirements.rst | 19 |
2 files changed, 40 insertions, 2 deletions
diff --git a/docs/sources/system-requirements.rst b/docs/sources/system-requirements.rst index 41ed541..5cc11ad 100644 --- a/docs/sources/system-requirements.rst +++ b/docs/sources/system-requirements.rst @@ -63,5 +63,28 @@ Hypervisor: =========== `GENESIS-8 <https://jira.opnfv.org/browse/GENESIS-8>`_: KVM Support +`GENESIS-50 <https://jira.opnfv.org/browse/GENESIS-50>`_: nfv-kvm installation requirement Virtual forwarder: ================== + +`GENESIS-46 <https://jira.opnfv.org/browse/GENESIS-46>`_: SFC support + The SFC project needs a version of OVS that supports Network Service Headers ' + (NSH). The required end-system state for the B-release will be an official + OVS patch that Intel is preparing that will provide full OVS 2.4 support. + This official OVS patch is not available yet. Until this official patch is + available, there is a patch available in a private branch that we will have + to use during the life cycle of the B release. This private OVS branch does + not support all of the OVS 2.4 features. The private OVS branch can be + obtained as follows: + git clone https://github.com/priteshk/ovs.git + git checkout nsh-v8 + + +Installer Documentation: +======================== + +`GENESIS-34 <https://jira.opnfv.org/browse/GENESIS-34`_: Installers should provide a user guide + +`GENESIS-35 <https://jira.opnfv.org/browse/GENESIS-35`_: Installers should provide release notes for an OPNFV release as part of the documentation provided + + diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index 3fa3ab2..e24269e 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -59,6 +59,15 @@ Network setup and configuration related requirements * `Jira GENESIS-43 <https://jira.opnfv.org/browse/GENESIS-43>`_: Neutron DHCP servers should be configured in HA per tenant +* `Jira GENESIS-61 <https://jira.opnfv.org/browse/GENESIS-61>`_: Supported Layer 1/2 Networking + Configurations + +* `Jira GENESIS-62 <https://jira.opnfv.org/browse/GENESIS-62>`_: Supported Logical Networks for + Target System + +* `Jira GENESIS-72 <https://jira.opnfv.org/browse/GENESIS-72`_: Support L3-neutron agent + as an option for L3 + Versioning requirements ----------------------- .. Please add the Jira story reference to each requirement. @@ -79,11 +88,15 @@ System definition and system configuration requirements * `Jira GENESIS-3 <https://jira.opnfv.org/browse/GENESIS-3>`_: new requirement... * `Jira GENESIS-16 <https://jira.opnfv.org/browse/GENESIS-16>`_: Common ability to input site, topology, and server information. +* `Jira GENESIS-17 <https://jira.opnfv.org/browse/GENESIS-17>`_: User-configurable parameters + available via config files. * `Jira GENESIS-18 <https://jira.opnfv.org/browse/GENESIS-18>`_: Allow assignment of different roles to servers, so that hardware and software can be configured according to the role. * `Jira GENESIS-19 <https://jira.opnfv.org/browse/GENESIS-19>`_: Deployment tool to provide for automatic device discovery. - +* `Jira GENESIS-25 <https://jira.opnfv.org/browse/GENESIS-25`_: + Installers should configure NTP servers on the servers for clock + synchronization. Requirements pertaining to the qualities of the deployment process ------------------------------------------------------------------ @@ -98,9 +111,9 @@ Security related requirements and are to be changed for the actual Jira reference. * `Jira GENESIS-3 <https://jira.opnfv.org/browse/GENESIS-3>`_: new requirement... +* `Jira GENESIS-23 <https://jira.opnfv.org/browse/GENESIS-23>`_: Enable Mandatory Access Control by default. Installer should enable MAC either using SElinux or AppArmour. * `Jira GENESIS-24 <https://jira.opnfv.org/browse/GENESIS-24>`_: Installers should install ssh keys on servers so that key-based login can be used for administration - Testing related requirements ---------------------------- .. Please add the Jira story reference to each requirement. @@ -117,6 +130,8 @@ Installation method related requirements * `Jira GENESIS-3 <https://jira.opnfv.org/browse/GENESIS-3>`_: new requirement... +* `Jira GENESIS-38 <https://jira.opnfv.org/browse/GENESIS-38>`_: Installers should supply a script or set of scripts ("deploy.sh") to automatically install the jumphost (from there, the entire OPNFV system is automatically installed). + Documentation related requirements ---------------------------------- .. Please add the Jira story reference to each requirement. |