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/sdc/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/sdc/README.md')
-rw-r--r-- | onap/sdc/README.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/onap/sdc/README.md b/onap/sdc/README.md deleted file mode 100644 index e42f397..0000000 --- a/onap/sdc/README.md +++ /dev/null @@ -1,39 +0,0 @@ -############################################################################################################################################## -## SDC logging configuration -================================================================================================= -SDC has two docker containers - sdc-BE and sdc-FE. -Each one has its own separate logback.xml file. -Canonical logs will be generated at /var/log/onap/sdc/ -================================================================================================= -## Instructions for deployment -================================================================================================= -### SDC logging deployment for sdc-FE -------------------------------------------------------------------------------------------------- - 1. Create the canonical path for log provider, /etc/onap/sdc/conf.d/fe, on the host VM. - 2. Copy the logback.xml from 'fe' directory (of gerrit) into the path created in step 1. - 3. Create the canonical path for logs, /var/log/onap/sdc/sdc-fe, on the host VM. - 4. Provide write permissions for "others" user for directory created in step 3. - 5. Volume-Mount: The sdc-FE container requires two host paths mapped as volume in the container - 5.1. Log Provider file path: - Host path - /etc/onap/sdc/conf.d/fe/logback.xml mapped to - Container path - ${JETTY_BASE}/config/catalog-fe/logback.xml - 5.2. Log file path: - Host path - /var/log/onap/sdc/sdc-fe/ mapped to - Container path - /var/log/onap/sdc/sdc-fe/ -------------------------------------------------------------------------------------------------- -### SDC logging deployment for sdc-BE -------------------------------------------------------------------------------------------------- - 1. Create the canonical path for log provider, /etc/onap/sdc/conf.d/be, on the host VM. - 2. Copy the logback.xml from 'be' directory (of gerrit) into the canonical path created in step 1. - 3. Create the canonical path for logs, /var/log/onap/sdc/sdc-be, on the host VM. - 4. Provide write permissions for "others" user for directory created in step 3. - 5. Volume-Mount: The sdc-BE container requires two host paths mapped as volume in the container - 5.1. Log Provider file path: - Host path - /etc/onap/sdc/conf.d/be/logback.xml mapped to - Container path - ${JETTY_BASE}/config/catalog-be/logback.xml - 5.2. Log file path: - Host path - /var/log/onap/sdc/sdc-be/ mapped to - Container path - /var/log/onap/sdc/sdc-be/ -------------------------------------------------------------------------------------------------- -Note - ${JETTY_BASE} in the test environment was set to /var/lib/jetty/ -############################################################################################################################################## |