From bd838e7a4830217d3d0483067671dcb03965ece3 Mon Sep 17 00:00:00 2001 From: Lusheng Ji Date: Mon, 16 Apr 2018 21:27:17 -0400 Subject: Fix docker script as healthcheck etc 1. fix docker script as healthcheck for service change handler 2. improve docker compose blocks for stretch goal container 3. fix instaling plugins to cloudify manager 4. add one more plugin to build/upload: dockerplugin. Issue-ID: DCAEGEN2-434 Change-Id: I997d8564fe0ee0cf5a013b042eb6c0e9fb331276 Signed-off-by: Lusheng Ji --- k8s-bootstrap-container/build-plugins.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'k8s-bootstrap-container') diff --git a/k8s-bootstrap-container/build-plugins.sh b/k8s-bootstrap-container/build-plugins.sh index ad98b24..ed7428c 100755 --- a/k8s-bootstrap-container/build-plugins.sh +++ b/k8s-bootstrap-container/build-plugins.sh @@ -32,6 +32,7 @@ DEST=wagons DCAEPLUGINFILES=\ "\ k8splugin/1.0.1/k8splugin-1.0.1.tgz +dockerplugin/3.2.0/dockerplugin-3.2.0.tgz dcaepolicyplugin/2.2.1/dcaepolicyplugin-2.2.1.tgz \ " @@ -72,4 +73,4 @@ function get_wagons { mkdir ${DEST} build $1 "${DCAEPLUGINFILES}" -get_wagons $2 "${CCSDKPLUGINFILES}" \ No newline at end of file +get_wagons $2 "${CCSDKPLUGINFILES}" -- cgit 1.2.3-korg