summaryrefslogtreecommitdiffstats
path: root/heat/setup.sh
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-17 11:13:03 -0400
committerLusheng Ji <lji@research.att.com>2018-04-17 11:49:36 -0400
commitc5afcd09bc8e735365b540a596ec49e88ae971fb (patch)
tree9780ab700fefe7b362b1928f712542375ae17f33 /heat/setup.sh
parentbd838e7a4830217d3d0483067671dcb03965ece3 (diff)
Add teardown, pullall, and a fix
1. Add a teardown script 2. Add a pullall image script 3. Run docker exec as detached for loading CM pugins Issue-ID: DCAEGEN2-434 Change-Id: I198e32819af14f182a3435c0f3c5d82e391ae448 Signed-off-by: Lusheng Ji <lji@research.att.com>
Diffstat (limited to 'heat/setup.sh')
-rwxr-xr-xheat/setup.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/heat/setup.sh b/heat/setup.sh
index 22f4bb0..a51f5ae 100755
--- a/heat/setup.sh
+++ b/heat/setup.sh
@@ -75,7 +75,8 @@ while ! nc -z localhost 80; do sleep 1; done
echo "Upload plugins to Cloudify Manager"
-docker exec -it cloudify-manager /tmp/bin/install-plugins.sh
+# run as detached because this script is intended to be run in background
+docker exec -itd cloudify-manager /tmp/bin/install-plugins.sh
echo "Cloudify Manager setup complete"