summaryrefslogtreecommitdiffstats
path: root/healthcheck-container/healthcheck.js
diff options
context:
space:
mode:
authorJack Lucas <jflucas@research.att.com>2019-01-28 10:37:02 -0500
committerJack Lucas <jflucas@research.att.com>2019-01-28 10:38:28 -0500
commitcddf9bfaa435c938c740a49203d21070fa91ff52 (patch)
tree13e777cd9b6afa1b9d58631a0def3216e38d1e7d /healthcheck-container/healthcheck.js
parent0025fda3bdc37f9cd1d436f9541eace023a0afc3 (diff)
Move inventory deployment to Helm
Issue-ID: DCAEGEN2-1089 Change-Id: Ideb129885e8774e7578eea8291889b232097862e Signed-off-by: Jack Lucas <jflucas@research.att.com>
Diffstat (limited to 'healthcheck-container/healthcheck.js')
-rw-r--r--healthcheck-container/healthcheck.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js
index 9bc2086..1d6fccb 100644
--- a/healthcheck-container/healthcheck.js
+++ b/healthcheck-container/healthcheck.js
@@ -27,15 +27,15 @@ const UNKNOWN = 503;
const helmDeps =
[
'dcae-cloudify-manager',
- 'dcae-config-binding-service'
+ 'dcae-config-binding-service',
+ 'dcae-inventory-api',
+ 'dcae-servicechange-handler'
];
// List of deployments expected to be created by CM at boot time
const bootDeps =
[
'dep-deployment-handler',
- 'dep-inventory',
- 'dep-service-change-handler',
'dep-policy-handler',
'dep-dcae-ves-collector',
'dep-dcae-tca-analytics',