diff options
author | Lusheng Ji <lji@research.att.com> | 2018-04-16 21:27:17 -0400 |
---|---|---|
committer | Lusheng Ji <lji@research.att.com> | 2018-04-17 13:14:31 +0000 |
commit | bd838e7a4830217d3d0483067671dcb03965ece3 (patch) | |
tree | ae468f3ea51e25c50bde9d3678ed08d19b26eb99 /k8s-bootstrap-container/build-plugins.sh | |
parent | b16d16eca45530ba1c4e63ca9e14277dd5649251 (diff) |
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 <lji@research.att.com>
Diffstat (limited to 'k8s-bootstrap-container/build-plugins.sh')
-rwxr-xr-x | k8s-bootstrap-container/build-plugins.sh | 3 |
1 files changed, 2 insertions, 1 deletions
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}" |