From: Jack Lucas Date: Fri, 27 Mar 2020 17:25:42 +0000 (-0400) Subject: Update health list of expected deployments X-Git-Tag: 1.3.1^0 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=808628b6bfac2b8928ff0d93611f2fc90e0be636;p=dcaegen2%2Fdeployments.git Update health list of expected deployments Issue-ID: DCAEGEN2-2174 Signed-off-by: Jack Lucas Change-Id: I6d4912bd9bb251dc74c66b6920a30d2d6e44fdea --- 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