From 808628b6bfac2b8928ff0d93611f2fc90e0be636 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Fri, 27 Mar 2020 13:25:42 -0400 Subject: Update health list of expected deployments Issue-ID: DCAEGEN2-2174 Signed-off-by: Jack Lucas Change-Id: I6d4912bd9bb251dc74c66b6920a30d2d6e44fdea --- healthcheck-container/healthcheck.js | 5 +++-- healthcheck-container/pom.xml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js index 4089f0c..ed5aad3 100644 --- a/healthcheck-container/healthcheck.js +++ b/healthcheck-container/healthcheck.js @@ -38,10 +38,11 @@ const helmDeps = // List of deployments expected to be created by CM at boot time const bootDeps = [ - 'dep-dcae-ves-collector', 'dep-dcae-tca-analytics', + 'dep-dcae-tcagen2', 'dep-dcae-prh', - 'dep-dcae-hv-ves-collector' + 'dep-dcae-hv-ves-collector', + 'dep-dcae-ves-collector' ]; const status = require('./get-status'); diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml index a90be9f..a01022c 100644 --- a/healthcheck-container/pom.xml +++ b/healthcheck-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.dcaegen2.deployments healthcheck-container dcaegen2-deployments-healthcheck-container - 1.3.0 + 1.3.1 http://maven.apache.org UTF-8 -- cgit 1.2.3-korg