diff options
-rw-r--r-- | docs/sources/system-requirements.rst | 11 | ||||
-rw-r--r-- | docs/sources/ux-requirements.rst | 4 |
2 files changed, 14 insertions, 1 deletions
diff --git a/docs/sources/system-requirements.rst b/docs/sources/system-requirements.rst index 41ed541..7cb78d1 100644 --- a/docs/sources/system-requirements.rst +++ b/docs/sources/system-requirements.rst @@ -65,3 +65,14 @@ Hypervisor: 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 diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index f5e0be5..5376d01 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -105,9 +105,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. @@ -124,6 +124,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. |