summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/healthcheck.js
diff options
context:
space:
mode:
authorroot <root@kosmos-ranczer.novalocal>2018-10-02 09:40:24 +0000
committerMarcin Przybysz <marcin.przybysz@nokia.com>2018-10-02 09:43:54 +0000
commitfdeb719d7cd8f4957590c9e753a3ad8e75c0c537 (patch)
treef36ac54cfc62d80d2793c2e97fa014381dc74480 /healthcheck-container/healthcheck.js
parent6e65857b5f4a3f2ec2be2c2e2743f543e6e25e10 (diff)
Healthcheck for PRH and HV-VES
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>
Diffstat (limited to 'healthcheck-container/healthcheck.js')
-rw-r--r--healthcheck-container/healthcheck.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index ca1df84..2c0d28a 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -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');