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/portal/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/portal/README.md')
-rw-r--r-- | onap/portal/README.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/onap/portal/README.md b/onap/portal/README.md deleted file mode 100644 index 7d473d2..0000000 --- a/onap/portal/README.md +++ /dev/null @@ -1,39 +0,0 @@ -############################################################################################################################################## -## Portal Logging Configuration -================================================================================================= -Portal has two docker containers- portal and mariadb. -The canonical logging implementation is only done for the container, portal. -Portal has two sub-modules portal-be and portal-db each one has its own separate logback.xml file. -Canonical logs will be generated at /var/log/onap/portal/ -================================================================================================= -## Instructions for deployment -================================================================================================= -### Portal logging deployment for sub-module portal-be -------------------------------------------------------------------------------------------------- - 1. Log provider file is available at the path, /opt/apache-tomcat-8.0.37/webapps/ECOMPPORTAL/WEB-INF/classes, in the container. - 2. Copy the canonical logback.xml from 'portal-be' directory (of gerrit) into the path mentioned in step 1. - 3. Create the canonical path for logs, /var/log/onap/portal/portal-be on the host VM. - 4. Provide write permissions for "others" users for directory created in step 3. - 5. Volume-Mount: The portal container requires one host path mapped as volume in the container - - 5.1. Log file path: - Host path - /var/log/onap/portal/portal-be/ mapped to - Container path - /var/log/onap/portal/portal-be/ - 5.2. Log provider file path: - Note: Log provider path cannot be configured externally as it is bundled inside a WAR. ---------------------------------------------------------------------------------------------------------------------------------------------- -### Portal logging deployment for sub-module portal-db -------------------------------------------------------------------------------------------------- - 1. Log provider file is available at the path, /opt/apache-tomcat-8.0.37/webapps/ECOMPDBCAPP/WEB-INF/classes, in the container. - 2. Copy the canonical logback.xml from 'portal-db' directory (of gerrit) into the path mentioned in step 1. - 3. Create the canonical path for logs, /var/log/onap/portal/portal-db on the host VM. - 4. Provide write permissions for "others" users for directory created in step 3. - 5. Volume-Mount: The portal container requires one host path mapped as volume in the container - - 5.1. Log file path: - Host path - /var/log/onap/portal/portal-db/ mapped to - Container path - /var/log/onap/portal/portal-db/ - This is done so that the log files are also visible in the VM and then to the filebeat. - 5.2. Log provider file path: - Note: Log provider path cannot be configured externally as it is bundled inside a WAR. -############################################################################################################################################## |