Healthcheck for PRH and HV-VES 56/69656/1
authorroot <root@kosmos-ranczer.novalocal>
Tue, 2 Oct 2018 09:40:24 +0000 (09:40 +0000)
committerMarcin Przybysz <marcin.przybysz@nokia.com>
Tue, 2 Oct 2018 09:43:54 +0000 (09:43 +0000)
It cover healthcheck requirments for issue INT-650 and INT-651

Issue-ID: INT-651

Change-Id: If4382e552a22b213e838275d1fa835b6020123a9
Signed-off-by: root <root@kosmos-ranczer.novalocal>
healthcheck-container/healthcheck.js
healthcheck-container/package.json
healthcheck-container/pom.xml

index ca1df84..2c0d28a 100644 (file)
@@ -39,7 +39,9 @@ const dcaeDeps  =
                'dep-service-change-handler',
                'dep-policy-handler',
                'dep-dcae-ves-collector',
-               'dep-dcae-tca-analytics'
+               'dep-dcae-tca-analytics',
+               'dep-dcae-prh',
+               'dep-dcae-hv-ves-collector'
        ];
 
 const status = require('./get-status');
index c4b7560..e21cdff 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "k8s-healthcheck",
   "description": "DCAE healthcheck server",
-  "version": "1.1.0",
+  "version": "1.1.1",
   "main": "healthcheck.js",
   "dependencies": {
     "request": "2.85.0"
index 415c1cb..26b2706 100644 (file)
@@ -27,7 +27,7 @@ limitations under the License.
   <groupId>org.onap.dcaegen2.deployments</groupId>
   <artifactId>healthcheck-container</artifactId>
   <name>dcaegen2-deployments-healthcheck-container</name>
-  <version>1.1.0</version>
+  <version>1.1.1</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>