summaryrefslogtreecommitdiffstats
path: root/healthcheck-container
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-02-08 14:21:58 -0500
committerJack Lucas <jflucas@research.att.com>2019-02-15 17:05:55 -0500
commit5caf1654683a567da7e4158e4e7e108dd2232a13 (patch)
tree02370038eff60f8393d0a50533e75d1fd4340af6 /healthcheck-container
parentba636576dd196fd8f22b461763320abcd785c751 (diff)
Move ph and dh to Helm
-- Helm charts for ph and dh -- New container to do Consul k-v storage and service reg -- Bootstrap container no longer deploys ph and dh -- Healthcheck looks for ph and dh as Helm deployments -- Updated/added licensing information Issue-ID: DCAEGEN2-1091 Issue-ID: DCAEGEN2-1092 Change-Id: I5340bee6fba1340d4c05b0f37ddfb539c543469e Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container')
-rw-r--r--healthcheck-container/healthcheck.js6
-rw-r--r--healthcheck-container/package.json2
-rw-r--r--healthcheck-container/pom.xml4
3 files changed, 6 insertions, 6 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 1d6fccb..c4f2dd7 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -29,14 +29,14 @@ const helmDeps =
'dcae-cloudify-manager',
'dcae-config-binding-service',
'dcae-inventory-api',
- 'dcae-servicechange-handler'
+ 'dcae-servicechange-handler',
+ 'dcae-deployment-handler',
+ 'dcae-policy-handler'
];
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
- 'dep-deployment-handler',
- 'dep-policy-handler',
'dep-dcae-ves-collector',
'dep-dcae-tca-analytics',
'dep-dcae-prh',
diff --git a/healthcheck-container/package.json b/healthcheck-container/package.json
index 31f1493..cc20578 100644
--- a/healthcheck-container/package.json
+++ b/healthcheck-container/package.json
@@ -1,7 +1,7 @@
{
"name": "k8s-healthcheck",
"description": "DCAE healthcheck server",
- "version": "1.2.2",
+ "version": "1.2.4",
"main": "healthcheck.js",
"author": "author",
"license": "(Apache-2.0)"
diff --git a/healthcheck-container/pom.xml b/healthcheck-container/pom.xml
index e728a66..abc7965 100644
--- a/healthcheck-container/pom.xml
+++ b/healthcheck-container/pom.xml
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<!--
================================================================================
-Copyright (c) 2018 AT&T Intellectual Property. All rights reserved.
+Copyright (c) 2018-2019 AT&T Intellectual Property. All rights reserved.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -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.2.3</version>
+ <version>1.2.4</version>
<url>http://maven.apache.org</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>