diff options
author | Tim Rozet <trozet@redhat.com> | 2015-10-26 11:38:17 -0400 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2015-11-10 10:40:50 -0500 |
commit | 28eb956850638e6ca7a4789750d67094c49c49e2 (patch) | |
tree | e0b9cb8b354d0cf7039edd81d7f3e30ad928125e | |
parent | e19c6980eedc70d1a216811541ccaf793d7b98cc (diff) |
Common ability to input site, topology, and server information
UX Requirement. Also fixes various line length issues
JIRA: GENESIS-16
Change-Id: I071a4571b922b526abc8325c430b4b933f08d3c5
Signed-off-by: Tim Rozet <trozet@redhat.com>
-rw-r--r-- | docs/sources/ux-requirements.rst | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index 802b428..0df157f 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -35,7 +35,10 @@ High availability 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-9 <https://jira.opnfv.org/browse/GENESIS-9>`_: The installer shall support the deployment of OpenStack with High-Availability (for those components that support it in Liberty) on 3 or more control nodes. Functest tests should be able to verify that the HA is enabled and functional. +* `Jira GENESIS-9 <https://jira.opnfv.org/browse/GENESIS-9>`_: The installer shall support the + deployment of OpenStack with High-Availability (for those components that support it in + Liberty) on 3 or more control nodes. Functest tests should be able to verify that the HA is + enabled and functional. * `Jira GENESIS-71 <https://jira.opnfv.org/browse/GENESIS-71>`_: new requirement Hitless hardware upgrade: Increase size of a deployment in terms of compute @@ -65,7 +68,9 @@ Versioning 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-12 <https://jira.opnfv.org/browse/GENESIS-12>`_: Installers should track/control all versions of all components pulled from external sources (user should be able to identify the versions and origins of all software components deployed). +* `Jira GENESIS-12 <https://jira.opnfv.org/browse/GENESIS-12>`_: Installers should track/control + all versions of all components pulled from external sources (user should be able to identify + the versions and origins of all software components deployed). System definition and system configuration requirements ------------------------------------------------------- @@ -74,9 +79,10 @@ System definition and system configuration 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-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-16 <https://jira.opnfv.org/browse/GENESIS-16>`_: Common ability to input site, + topology, and server information. +* `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. |