From 8590eb83b1bdadb72f428c4749ff9c24209ee5de Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Fri, 3 Feb 2017 18:38:41 -0600 Subject: Docs Update for Danube JIRA: MODELS-2 Change-Id: Ida73d860b68b494d620a7b34aace6a990528582d Signed-off-by: Aimee Ukasick --- .../feature.configuration.rst | 38 ++++++++++++++++++++++ docs/installationprocedure/index.rst | 10 ++++++ .../installation.instruction.rst | 24 ++++++++++++++ 3 files changed, 72 insertions(+) create mode 100644 docs/installationprocedure/feature.configuration.rst create mode 100644 docs/installationprocedure/index.rst create mode 100644 docs/installationprocedure/installation.instruction.rst (limited to 'docs/installationprocedure') diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst new file mode 100644 index 0000000..57b490d --- /dev/null +++ b/docs/installationprocedure/feature.configuration.rst @@ -0,0 +1,38 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015-2017 AT&T Intellectual Property, Inc + +Models Configuration +==================== + + +Pre-configuration Activities +---------------------------- +None required. + +Hardware Configuration +---------------------- +There is no specific hardware configuration required for the Models project. + +Feature Configuration +--------------------- + +OPNFV Installer Support +....................... + +There is currently no OPNFV installer support for the components used by the Models project. + + +Manual Installation +................... + +The Models test scripts automatically install Models components. Instructions are included in the following scripts: + + * models/tests/vHello_Tacker.sh + +Prerequisites to using vHello_Tacker: + + * OPFNV installed via JOID or Apex + * a plain OpenStack installation such as DevStack + diff --git a/docs/installationprocedure/index.rst b/docs/installationprocedure/index.rst new file mode 100644 index 0000000..2776b88 --- /dev/null +++ b/docs/installationprocedure/index.rst @@ -0,0 +1,10 @@ +*********************************** +OPNFV Copper Installation Procedure +*********************************** + +.. toctree:: + :numbered: + :maxdepth: 4 + + feature.configuration.rst + installation.instruction.rst diff --git a/docs/installationprocedure/installation.instruction.rst b/docs/installationprocedure/installation.instruction.rst new file mode 100644 index 0000000..0500738 --- /dev/null +++ b/docs/installationprocedure/installation.instruction.rst @@ -0,0 +1,24 @@ +.. This work is licensed under a +.. Creative Commons Attribution 4.0 International License. +.. http://creativecommons.org/licenses/by/4.0 +.. (c) 2015-2017 AT&T Intellectual Property, Inc + +Models Post Installation Procedures +=================================== + +None + +Models Functional Tests +----------------------- + +vHello_Tacker: A single-node simple python web server, +connected to two internal networks (private and admin), +and accessible via a floating IP. Based upon the OpenStack Tacker +project's "tosca-vnfd-hello-world" blueprint, as extended for testing +of more Tacker-supported features as of OpenStack Newton. + +Further description of the tests is provided on the Models wiki at +https://wiki.opnfv.org/display/models/Testing. + + + -- cgit