[DCAE] Update PRH version 57/123657/5
authorRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Fri, 27 Aug 2021 14:41:56 +0000 (16:41 +0200)
committerRemigiusz Janeczek <remigiusz.janeczek@nokia.com>
Thu, 2 Sep 2021 09:01:13 +0000 (11:01 +0200)
Update PRH to read configuration provided via config-map instead
of Consul.
Resolve a bug causing PRH to exhaust node file descriptors limit
because of unclosed PRH-CBS connections.

Issue-ID: DCAEGEN2-2692
Issue-ID: DCAEGEN2-2863
Signed-off-by: Remigiusz Janeczek <remigiusz.janeczek@nokia.com>
Change-Id: Id35029ecffdfecfde82845da839f42825c254952

kubernetes/dcaegen2-services/components/dcae-prh/values.yaml
kubernetes/dcaegen2/components/dcae-bootstrap/values.yaml

index 043a7b0..e8120f1 100644 (file)
@@ -39,7 +39,7 @@ consulLoaderImage: onap/org.onap.dcaegen2.deployments.consul-loader-container:1.
 # Application configuration defaults.
 #################################################################
 # application image
-image: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.0
+image: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.1
 pullPolicy: Always
 
 # log directory where logging sidecar should look for log files
@@ -148,6 +148,9 @@ applicationConfig:
         dmaap_info:
           topic_url: http://message-router.onap.svc.cluster.local:3904/events/unauthenticated.VES_PNFREG_OUTPUT
 
+applicationEnv:
+  CBS_CLIENT_CONFIG_PATH: '/app-config-input/application_config.yaml'
+
 # Resource Limit flavor -By Default using small
 flavor: small
 # Segregation for Different environment (Small and Large)
index ec322dd..8a3c097 100644 (file)
@@ -112,7 +112,7 @@ default_k8s_location: central
 componentImages:
   tcagen2: onap/org.onap.dcaegen2.analytics.tca-gen2.dcae-analytics-tca-web:1.3.0
   ves: onap/org.onap.dcaegen2.collectors.ves.vescollector:1.10.0
-  prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.0
+  prh: onap/org.onap.dcaegen2.services.prh.prh-app-server:1.7.1
   hv_ves: onap/org.onap.dcaegen2.collectors.hv-ves.hv-collector-main:1.9.0
 
 # Resource Limit flavor -By Default using small