aboutsummaryrefslogtreecommitdiffstats
path: root/docs/APPC Deployment Guidelines
diff options
context:
space:
mode:
authorPatrick Brady <pb071s@att.com>2017-12-13 12:49:38 -0800
committerPatrick Brady <pb071s@att.com>2017-12-13 13:07:48 -0800
commit2ad82140a88efa51cb7e9751d0b45cb0616f6b80 (patch)
tree5a15444552aa96d768c32f7b0325802ebcac7a3e /docs/APPC Deployment Guidelines
parent2445f8e946a9618c947d7e3b82f8b064b5d12f9e (diff)
Deployment onap rename
Changing org.openecomp.appc names to org.onap.appc Change-Id: I729f6ce253de8351ae5e3da2e334b1bae155b67d Signed-off-by: Patrick Brady <pb071s@att.com> Issue-ID: APPC-13
Diffstat (limited to 'docs/APPC Deployment Guidelines')
-rw-r--r--docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
index b6b88f5..e4cf5cd 100644
--- a/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
+++ b/docs/APPC Deployment Guidelines/APPC Deployment Guidelines.rst
@@ -66,7 +66,7 @@ Docker Registry (Maven Repository). The deployment code can be found in
the Maven Project that builds and deploys the Docker Images to be
deployed in the Nexus Repository (current approach is by using Jenkins).
These Docker Images are composed of the APPC Artifacts
-(org.openecomp.appc.\*) compiled and packaged in the "appc" git
+(org.onap.appc.\*) compiled and packaged in the "appc" git
repository.
The following Docker images are the actual deployment images used for
@@ -307,7 +307,7 @@ APPC Configuration Model
APPC Configuration model involves using "default.properties" files
(which are usually located in each of the APPC Features -
-..//src//resources/org/openecomp/appc/default.properties) for APPC
+..//src//resources/org/onap/appc/default.properties) for APPC
Feature that have default (or null) property values inside the core APPC
code. These default (or null) properties should be overwritten in the
properties file called "appc.properties" located in the APPC Deployment
@@ -337,7 +337,7 @@ Currently, there are two ways to change properties for APPC Features:
compiled).
- **Temporary Change (for quick testing/debugging)**: In the APPC
Docker Container, find the appc.properties file in
- /opt/openecomp/appc/properties/appc.properties and make changes as
+ /opt/onap/appc/properties/appc.properties and make changes as
needed. Then, restart the APPC Docker Container by running "docker
stop " then "docker start ") (NOTE: This approach will lose all
changes done in appc.properties if the docker container is destroyed