summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installationprocedure')
-rw-r--r--docs/installationprocedure/feature.configuration.rst38
-rw-r--r--docs/installationprocedure/index.rst10
-rw-r--r--docs/installationprocedure/installation.instruction.rst24
3 files changed, 72 insertions, 0 deletions
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.
+
+
+