summaryrefslogtreecommitdiffstats
path: root/onap/vid/README.md
diff options
context:
space:
mode:
authorjbalasub <jbalasub@amdocs.com>2018-01-29 22:18:51 +0200
committerMichael O'Brien <frank.obrien@amdocs.com>2018-01-30 17:40:59 +0000
commit9379dc6c5bd516a7601a179603de1aeefc5140ec (patch)
tree139acec25bf9400e546ff47a6fe3b730271dcd5d /onap/vid/README.md
parent0e37f66b4d5c0ca76f402984531082936ce98b4f (diff)
Removing the ONAP directory
Issue-ID: LOG-143 Change-Id: I7b0231a39d003f651270df6d5badc5093fe32d82 Signed-off-by: jbalasub <jbalasub@amdocs.com>
Diffstat (limited to 'onap/vid/README.md')
-rw-r--r--onap/vid/README.md20
1 files changed, 0 insertions, 20 deletions
diff --git a/onap/vid/README.md b/onap/vid/README.md
deleted file mode 100644
index 05c5a0a..0000000
--- a/onap/vid/README.md
+++ /dev/null
@@ -1,20 +0,0 @@
-##############################################################################################################################################
-## VID logging configuration
-=====================================================================================
-VID has two docker containers - vid-server and vid-mariadb.
-The canonical logging implementation is only done for the container, vid-server.
-Canonical logs will be generated at /var/log/onap/vid/
-=================================================================================================
-## Instructions for deployment
-=================================================================================================
- 1. Log provider file is available at the path, /tomcat/webapps/vid/WEB-INF/classes/, in the container
- 2. Copy the canonical logback.xml from 'vid' directory (of gerrit) into the path mentioned in step 1.
- 3. Create the canonical path, /var/log/onap/vid/, on the host VM.
- 4. Provide write permissions for "others" user for directory created in step 3.
- 5. Volume-Mount: The vid-server container requires one host path mapped as volume in the container
- 5.1. Log file path:
- Host path - /var/log/onap/vid/ mapped to
- Container path - /var/log/onap/vid/
- 5.2. Log Provider file path:
- Note: Log provider path cannot be configured externally as it is bundled inside a WAR.
-##############################################################################################################################################