From: Jorge Hernandez Date: Tue, 3 Apr 2018 21:34:01 +0000 (+0000) Subject: Merge "ONAP log files consolidation" X-Git-Tag: v1.2.0~6 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=e313080641069b3bfc1f497113c57f1667b72bbc;hp=80cbbc8710292ae08437daa6e3390cc0190e3139;p=policy%2Fengine.git Merge "ONAP log files consolidation" --- diff --git a/BRMSGateway/pom.xml b/BRMSGateway/pom.xml index 9be5c30c7..f64c35abf 100644 --- a/BRMSGateway/pom.xml +++ b/BRMSGateway/pom.xml @@ -162,7 +162,7 @@ true lib/ - org.onap.policy.brmsInterface.BRMSGateway + org.onap.policy.brms.api.BrmsGateway diff --git a/docs/platform/swarch_pdp.rst b/docs/platform/swarch_pdp.rst index e6537a7d2..9b087b53b 100644 --- a/docs/platform/swarch_pdp.rst +++ b/docs/platform/swarch_pdp.rst @@ -51,14 +51,14 @@ Extensions are optional modules that are commonly known as **features** that ext The current extensions supported are: -- Feature Test Transaction (disabled by default) -- Feature State Management (disabled by default) -- Feature EELF (disabled by default) -- Feature Healthcheck (enabled by default) -- Feature Session Persistence (disabled by default) -- Feature Active/Standby Management (disabled by default) - -.. seealso:: Please see the individual feature wiki pages for more information +- `Feature Test Transaction `_ (disabled by default) +- `Feature State Management `_ (disabled by default) +- `Feature EELF `_ (disabled by default) +- `Feature Healthcheck `_ (enabled by default) +- `Feature Session Persistence `_ (disabled by default) +- `Feature Active/Standby Management `_ (disabled by default) + +.. seealso:: Click on the individual feature links for more information .. _Control Loop Operational Policy: https://wiki.onap.org/display/DW/Control+Loop+Operational+Policy diff --git a/packages/base/pom.xml b/packages/base/pom.xml index a08307daf..4f6607998 100755 --- a/packages/base/pom.xml +++ b/packages/base/pom.xml @@ -120,6 +120,11 @@ tomcat 8.0.50 tar.gz + apache-tomcat-8.0.50.tar.gz diff --git a/packages/docker/src/main/docker/docker-install.sh b/packages/docker/src/main/docker/docker-install.sh index 5c85611b1..1dd57ab36 100644 --- a/packages/docker/src/main/docker/docker-install.sh +++ b/packages/docker/src/main/docker/docker-install.sh @@ -578,7 +578,7 @@ DEBUG=n BASE_CONF=base.conf -TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.23 +TOMCAT_PACKAGE_NAME=apache-tomcat-8.0.50 INSTALL_DIR="$(pwd)"