summaryrefslogtreecommitdiffstats
path: root/docs/installationprocedure/feature.configuration.rst
diff options
context:
space:
mode:
authorAimee Ukasick <aimeeu.opensource@gmail.com>2017-01-31 12:07:14 -0600
committerAimee Ukasick <aimeeu.opensource@gmail.com>2017-02-01 10:34:53 -0600
commitc1d2d78f1d0b528b2529f614342ead89b4b69b49 (patch)
treebb8aa46e4d52888254628492f4c16ad78dacdcb2 /docs/installationprocedure/feature.configuration.rst
parent04ddd3ab3fac7006262dce63e5f5c5d727c00bc5 (diff)
Update for Danube
JIRA: COPPER-1 Updated several files for continuity in capitalization and punctuation. Updated release notes. Updated or removed invalid URLs. Generated documentation locally to verify HTML output. Change-Id: I50bc0886f502c26c8fc0539e7e8104763d1a06a2 Signed-off-by: Aimee Ukasick <aimeeu.opensource@gmail.com>
Diffstat (limited to 'docs/installationprocedure/feature.configuration.rst')
-rw-r--r--docs/installationprocedure/feature.configuration.rst23
1 files changed, 13 insertions, 10 deletions
diff --git a/docs/installationprocedure/feature.configuration.rst b/docs/installationprocedure/feature.configuration.rst
index 1e059ef..54eab4b 100644
--- a/docs/installationprocedure/feature.configuration.rst
+++ b/docs/installationprocedure/feature.configuration.rst
@@ -1,32 +1,33 @@
.. 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 configuration
+Copper Configuration
====================
This release includes installer support for the OpenStack Congress service under
JOID and Apex installers. Congress is installed by default for all JOID and Apex
scenarios. Support for other OPNFV installer deployed environments is planned
for the next release.
-Pre-configuration activities
+Pre-configuration Activities
----------------------------
None required.
-Hardware configuration
+Hardware Configuration
----------------------
There is no specific hardware configuration required for the Copper project.
-Feature configuration
+Feature Configuration
---------------------
-OPNFV installer support
+OPNFV Installer Support
.......................
The Congress service is automatically configured as required by the JOID and
Apex installers, including creation of datasources per the installed datasource
drivers. This release includes default support for the following datasource drivers:
+
* nova
* neutronv2
* ceilometer
@@ -41,23 +42,25 @@ future maintenance.
Other project installer support (e.g. Doctor) may install additional datasource
drivers once Congress is installed.
-Manual installation
+Manual Installation
...................
NOTE: This section describes a manual install procedure that had been tested
-under the JOID and Apex base installs, prior to the integration of native
+under the JOID and Apex base installs prior to the integration of native
installer support through JuJu (JOID) and Puppet (Apex). This procedure is being
maintained as a basis for additional installer support in future releases.
-However since Congress is pre-installed for JOID and Apex, this procedure is not
+However, since Congress is pre-installed for JOID and Apex, this procedure is not
necessary and not recommended for use if Congress is already installed.
Copper provides a set of bash scripts to automatically install Congress based
upon a JOID or Apex install which does not already have Congress installed.
These scripts are in the Copper repo at:
+
* components/congress/install/bash/install_congress_1.sh
* components/congress/install/bash/install_congress_2.sh
Prerequisites to using these scripts:
+
* OPFNV installed via JOID or Apex
* For Apex installs, on the jumphost, ssh to the undercloud VM and "su stack".
* For JOID installs, admin-openrc.sh saved from Horizon to ~/admin-openrc.sh
@@ -74,6 +77,6 @@ specifying the branch identifier to use for OpenStack.
wget https://git.opnfv.org/cgit/copper/plain/components/congress/install/bash/install_congress_2.sh
bash install_congress_1.sh [openstack-branch]
-Copper post configuration procedures
+Copper Post Configuration Procedures
------------------------------------
No configuration procedures are required beyond the basic install procedure.