X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2FAPPC%20Deployment%20Guidelines%2FAPPC%20Deployment%20Guidelines.rst;h=e4cf5cd2168a420f5412dcaa93d551cc54cc5e50;hb=refs%2Fchanges%2F57%2F26257%2F2;hp=b6b88f5b037655300797f8b8997f31ff1e883761;hpb=2445f8e946a9618c947d7e3b82f8b064b5d12f9e;p=appc%2Fdeployment.git 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