Update health list of expected deployments 99/104599/2 1.3.1
authorJack Lucas <jflucas@research.att.com>
Fri, 27 Mar 2020 17:25:42 +0000 (13:25 -0400)
committerJack Lucas <jflucas@research.att.com>
Fri, 27 Mar 2020 18:48:50 +0000 (14:48 -0400)
Issue-ID: DCAEGEN2-2174
Signed-off-by: Jack Lucas <jflucas@research.att.com>
Change-Id: I6d4912bd9bb251dc74c66b6920a30d2d6e44fdea

healthcheck-container/healthcheck.js
healthcheck-container/pom.xml

index 4089f0c..ed5aad3 100644 (file)
@@ -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');
index a90be9f..a01022c 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.3.0</version>
+  <version>1.3.1</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>