add DataFilecollector for DCAE healthcheck 82/69682/2 1.0.0 1.1.2 1.4.1 1.4.3
authorVijay Venkatesh Kumar <vv770d@att.com>
Sun, 30 Sep 2018 20:06:27 +0000 (20:06 +0000)
committervagrant <vv770d@att.com>
Sun, 30 Sep 2018 23:13:57 +0000 (23:13 +0000)
Change-Id: I02ed6d260df3c319f407e853d70e83b190554100
Signed-off-by: Vijay Venkatesh Kumar <vv770d@att.com>
Issue-ID: DCAEGEN2-772

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

index 2c0d28a..159de1f 100644 (file)
@@ -41,7 +41,8 @@ const dcaeDeps  =
                'dep-dcae-ves-collector',
                'dep-dcae-tca-analytics',
                'dep-dcae-prh',
-               'dep-dcae-hv-ves-collector'
+               'dep-dcae-hv-ves-collector',
+               'dep-dcae-datafile-collector'
        ];
 
 const status = require('./get-status');
index e21cdff..cce714b 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "k8s-healthcheck",
   "description": "DCAE healthcheck server",
-  "version": "1.1.1",
+  "version": "1.1.2",
   "main": "healthcheck.js",
   "dependencies": {
     "request": "2.85.0"
index 26b2706..43a2535 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.1.1</version>
+  <version>1.1.2</version>
   <url>http://maven.apache.org</url>
   <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>