summaryrefslogtreecommitdiff
path: root/vagrant
diff options
context:
space:
mode:
Diffstat (limited to 'vagrant')
-rwxr-xr-xvagrant/configure-leap.sh15
1 files changed, 15 insertions, 0 deletions
diff --git a/vagrant/configure-leap.sh b/vagrant/configure-leap.sh
index 5915ec94..00811144 100755
--- a/vagrant/configure-leap.sh
+++ b/vagrant/configure-leap.sh
@@ -53,6 +53,11 @@ if [ $? -eq 1 ]; then
exit 1
fi
+# couchrest gem does currently not install on jessie
+# https://leap.se/code/issues/7754
+# workaround is to install rake as gem
+gem install rake
+
$LEAP $OPTS -v 2 deploy
set +e
@@ -60,6 +65,16 @@ git add .
git commit -m'initialized and deployed provider'
set -e
+# Vagrant: leap_mx fails to start on jessie
+# https://leap.se/code/issues/7755
+# Workaround: we stop and start leap-mx after deploy and
+# before testing
+
+service leap-mx stop
+service leap-mx start
+
+
+
echo '==============================================='
echo 'testing the platform'
echo '==============================================='