summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/installation.instruction.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/installationprocedure/installation.instruction.rst')
-rw-r--r--docs/installationprocedure/installation.instruction.rst24
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/installationprocedure/installation.instruction.rst b/docs/installationprocedure/installation.instruction.rst
index c8d7ad8..da3918e 100644
--- a/docs/installationprocedure/installation.instruction.rst
+++ b/docs/installationprocedure/installation.instruction.rst
@@ -1,20 +1,21 @@
.. This work is licensed under a
.. Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
-.. (c) 2015-2016 AT&T Intellectual Property, Inc
+.. (c) 2015-2017 AT&T Intellectual Property, Inc
-Copper post installation procedures
+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
+service is operational as well as additional test tools developed for the Colorado
release.
-Copper functional tests
+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
@@ -27,26 +28,28 @@ Further description of the tests is provided on the Copper wiki at
https://wiki.opnfv.org/display/copper/testing.
-Congress test webapp
+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:
+Docker container on the OPNFV jumphost. This script is in the Copper repo at:
+
* components/congress/test-webapp/setup/install_congress_testserver.sh
-Prerequisites to using this script:
+Prerequisites for 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.
+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
+Using the Test Webapp
.....................
Browse to the webapp IP address provided at the end of the install
@@ -55,9 +58,10 @@ procedure.
Interactive options are meant to be self-explanatory given a basic familiarity
with the Congress service and data model.
-Removing the test webapp
+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