From 0025fda3bdc37f9cd1d436f9541eace023a0afc3 Mon Sep 17 00:00:00 2001 From: Jack Lucas Date: Thu, 17 Jan 2019 13:53:56 -0500 Subject: Move CBS to Helm deployment Stop including CBS blueprint in bootstrap container Stop deploying the CBS blueprint in the bootstrap script Change healthcheck so that it looks for Helm-deployed CBS Issue-ID: DCAEGEN2-1090 Change-Id: Ifeba9768374045831e4d1f3f06a77ec9a79753c7 Signed-off-by: Jack Lucas --- healthcheck-container/healthcheck.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'healthcheck-container/healthcheck.js') diff --git a/healthcheck-container/healthcheck.js b/healthcheck-container/healthcheck.js index 7a03f1e..9bc2086 100644 --- a/healthcheck-container/healthcheck.js +++ b/healthcheck-container/healthcheck.js @@ -26,13 +26,13 @@ const UNKNOWN = 503; // List of deployments expected to be created via Helm const helmDeps = [ - 'dcae-cloudify-manager' + 'dcae-cloudify-manager', + 'dcae-config-binding-service' ]; // List of deployments expected to be created by CM at boot time const bootDeps = [ - 'dep-config-binding-service', 'dep-deployment-handler', 'dep-inventory', 'dep-service-change-handler', -- cgit 1.2.3-korg