From c6cb5ad672edc977c52537558a00a9c3f78d4b4e Mon Sep 17 00:00:00 2001 From: varac Date: Wed, 23 Dec 2015 18:56:04 +0100 Subject: Vagrant Workaround for #7754 and #7755 --- vagrant/configure-leap.sh | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'vagrant') 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 '===============================================' -- cgit v1.2.3