diff options
author | Jack Lucas <jflucas@research.att.com> | 2020-03-27 13:25:42 -0400 |
---|---|---|
committer | Jack Lucas <jflucas@research.att.com> | 2020-03-27 14:48:50 -0400 |
commit | 808628b6bfac2b8928ff0d93611f2fc90e0be636 (patch) | |
tree | a6c46ba7a5204b67f4634d788c64eef8c10f2f85 | |
parent | 2875974e4ec6d9512cd800518c2a534527a04709 (diff) |
Update health list of expected deployments1.3.1
Issue-ID: DCAEGEN2-2174
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I6d4912bd9bb251dc74c66b6920a30d2d6e44fdea
-rw-r--r-- | healthcheck-container/healthcheck.js | 5 | ||||
-rw-r--r-- | 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. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>healthcheck-container</artifactId> <name>dcaegen2-deployments-healthcheck-container</name> - <version>1.3.0</version> + <version>1.3.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |