summaryrefslogtreecommitdiff
path: root/leap-reset-deploy-all.sh
diff options
context:
space:
mode:
Diffstat (limited to 'leap-reset-deploy-all.sh')
-rwxr-xr-xleap-reset-deploy-all.sh21
1 files changed, 21 insertions, 0 deletions
diff --git a/leap-reset-deploy-all.sh b/leap-reset-deploy-all.sh
new file mode 100755
index 0000000..d89c9fc
--- /dev/null
+++ b/leap-reset-deploy-all.sh
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+. /etc/leap/platform-test.cfg
+
+
+cd $ROOTDIR/$PROVIDER
+
+echo
+echo "Starting $0 on `date`"
+
+leap compile
+leap local reset
+
+for i in $SERVICES
+do
+ $PLATFORM_TEST_BIN/leap-deploy-node.sh $i
+done
+
+echo
+echo "Finished $0 on `date`"
+