diff options
author | Frank Brockners <fbrockne@cisco.com> | 2015-12-09 04:37:36 -0800 |
---|---|---|
committer | Frank Brockners <fbrockne@cisco.com> | 2015-12-09 04:37:36 -0800 |
commit | 61d549011c44b544dfe75b0d28e31c1278f53946 (patch) | |
tree | 3a6cc3944184fee371b0eda588be859f86735f5f | |
parent | 7a56293471779f921a104c4dce04f7cca6d768ee (diff) |
Requirement: "All-in-one" build for Brahmaputra
Installers which create a build for Brahmaputra, should create
the build as an "all-in-one" build. The the build process of
the installer creates a single entity (e.g. ISO) - which has
all the artifacts considered and required by all the projects
for Brahmaputra packaged in. Or in other terms and as an example:
If there are 4 different versions of OVS - all these 4 versions
would be contained in the "all in one build".
Note: This requirement only applies to installers which support
a "build" phase (i.e. create a bootable image, like an iso-image
from the different artifacts required).
JIRA: GENESIS-74
Change-Id: Ia6f126ae8a062c8e3158b65835a9ae2429cba321
Signed-off-by: Frank Brockners <fbrockne@cisco.com>
-rw-r--r-- | docs/sources/ux-requirements.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/sources/ux-requirements.rst b/docs/sources/ux-requirements.rst index bd93abd..e18e448 100644 --- a/docs/sources/ux-requirements.rst +++ b/docs/sources/ux-requirements.rst @@ -101,6 +101,17 @@ System definition and system configuration requirements Requirements pertaining to the qualities of the deployment process ------------------------------------------------------------------ +* `Jira GENESIS-74 <https://jira.opnfv.org/browse/GENESIS-74>`_: + Installers which create a build for Brahmaputra, should create + the build as an "all-in-one" build. The the build process of + the installer creates a single entity (e.g. ISO) - which has + all the artifacts considered and required by all the projects + for Brahmaputra packaged in. Or in other terms and as an example: + If there are 4 different versions of OVS - all these 4 versions + would be contained in the "all in one build". + Note: This requirement only applies to installers which support + a "build" phase (i.e. create a bootable image, like an iso-image + from the different artifacts required). * `Jira GENESIS-31 <https://jira.opnfv.org/browse/GENESIS-31>`_: Installers to be agnostic to type of hard drives used |