diff options
author | jbalasub <jbalasub@amdocs.com> | 2018-01-29 22:18:51 +0200 |
---|---|---|
committer | Michael O'Brien <frank.obrien@amdocs.com> | 2018-01-30 17:40:59 +0000 |
commit | 9379dc6c5bd516a7601a179603de1aeefc5140ec (patch) | |
tree | 139acec25bf9400e546ff47a6fe3b730271dcd5d /onap/appc/README.md | |
parent | 0e37f66b4d5c0ca76f402984531082936ce98b4f (diff) |
Removing the ONAP directory
Issue-ID: LOG-143
Change-Id: I7b0231a39d003f651270df6d5badc5093fe32d82
Signed-off-by: jbalasub <jbalasub@amdocs.com>
Diffstat (limited to 'onap/appc/README.md')
-rw-r--r-- | onap/appc/README.md | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/onap/appc/README.md b/onap/appc/README.md deleted file mode 100644 index 46a1bfb..0000000 --- a/onap/appc/README.md +++ /dev/null @@ -1,23 +0,0 @@ -#################################################################################################################################################################### -## APPC Logging Configuration -==================================================================================================================================================================== -APPC has three docker containers -appc_controller_container,sdnc_dgbuilder_container and sdnc_db_container. -The canonical logging implementation is only done for the container, appc_controller_container. -Canonical logs will be generated at /var/log/onap/appc/ -==================================================================================================================================================================== -## Instructions for deployment -==================================================================================================================================================================== - 1. Log provider file is available at the path, /etc/onap/appc/conf.d/, on the host VM. - 2. Copy the canonical 'org.ops4j.pax.logging.cfg' from 'appc' directory (of gerrit) into the path created in step 1. - 3. Create the canonical path for logs, /var/log/onap/appc, on the host VM. - 4. Provide write permissions for "others" users for directory created in step 3. - 5. Volume-Mount: The appc container requires two host paths mapped as volume in the container - - 5.1. Log file path: - Host path - /var/log/onap/appc/ mapped to - Container path - /var/log/onap/appc/ - 5.2. Log provider file path: - Host Path : /etc/onap/appc/conf.d/org.ops4j.pax.logging.cfg mapped to - Container path : ${karaf_data}/etc/org.ops4j.pax.logging.cfg - Note: The current value of ${karaf_data} is /opt/opendaylight/distribution-karaf-0.4.2-Beryllium-SR2/data, which may change depending upon the karaf version. -#################################################################################################################################################################### |