summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/installation.instruction.rst
diff options
context:
space:
mode:
authorblsaws <bryan.sullivan@att.com>2016-09-08 08:49:19 -0700
committerBryan Sullivan <bryan.sullivan@att.com>2016-09-16 18:21:45 +0000
commit8136666e1efc9f89ac0793d5fbd7b41c1be91712 (patch)
tree8147fa3d05b92b2483fa1b4c7bed5accbb72576b /docs/installationprocedure/installation.instruction.rst
parent9c9e9476f3ed63b8a50c7f706d610e91baa62492 (diff)
Update to new docs folders and names.
JIRA: COPPER-1 Remove trailing whitespace Change-Id: I6291106ca6133034cdee6551df1b7b075ea5ee69 Signed-off-by: blsaws <bryan.sullivan@att.com> (cherry picked from commit f845679c6e99e9a8b48a4f9ad01a6647383aa62e)
Diffstat (limited to 'docs/installationprocedure/installation.instruction.rst')
-rw-r--r--docs/installationprocedure/installation.instruction.rst63
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/installationprocedure/installation.instruction.rst b/docs/installationprocedure/installation.instruction.rst
new file mode 100644
index 0000000..b80bb2f
--- /dev/null
+++ b/docs/installationprocedure/installation.instruction.rst
@@ -0,0 +1,63 @@
+.. This work is licensed under a
+.. Creative Commons Attribution 4.0 International License.
+.. http://creativecommons.org/licenses/by/4.0
+.. (c) OPNFV
+
+Copper post installation procedures
+===================================
+
+This section describes optional procedures for verifying that the Congress
+service is operational, and additional test tools developed for the Colorado
+release.
+
+Copper functional tests
+-----------------------
+
+This release includes the following test cases which are integrated into OPNFV
+Functest for the JOID and Apex installers:
+ * DMZ Placement: dmz.sh
+ * SMTP Ingress: smtp_ingress.sh
+ * Reserved Subnet: reserved_subnet.sh
+
+These scripts, related scripts that clean up the OpenStack environment afterward,
+and a combined test runner (run.sh) are in the Copper repo under the "tests"
+folder. Instructions for using the tests are provided as script comments.
+
+Further description of the tests is provided on the Copper wiki at
+https://wiki.opnfv.org/display/copper/testing.
+
+
+Congress test webapp
+--------------------
+
+This release also provides a webapp that can be automatically installed in a
+docker container on the jumphost. This script is in the Copper repo at:
+ * components/congress/test-webapp/setup/install_congress_testserver.sh
+
+Prerequisites to using this script:
+ * OPFNV installed per JOID or Apex installer
+ * For Apex installs, on the jumphost, ssh to the undercloud VM and "su stack"
+
+To invoke the procedure, enter the following shell commands, optionally
+specifying the branch identifier to use for Copper.
+
+.. code::
+
+ wget https://git.opnfv.org/cgit/copper/plain/components/congress/test-webapp/setup/install_congress_testserver.sh
+ bash install_congress_testserver.sh [copper-branch]
+
+Using the test webapp
+.....................
+
+Browse to the webapp IP address provided at the end of the install
+procedure.
+
+Interactive options are meant to be self-explanatory given a basic familiarity
+with the Congress service and data model.
+
+Removing the test webapp
+........................
+
+The webapp can be removed by running this script from the Copper repo:
+ * components/congress/test-webapp/setup/clean_congress_testserver.sh
+