VCA start_build modified to take into account changes in juju client. OSM installer from source modified to check dependencies before installing
Change-Id: Ic7a6ef5d548a5d8cb0d09c405ba94a094c8c01f9
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/jenkins/VCA/start_build b/jenkins/VCA/start_build
index 5830d0e..1724d8e 100755
--- a/jenkins/VCA/start_build
+++ b/jenkins/VCA/start_build
@@ -51,7 +51,7 @@
add-apt-repository -y ppa:juju/devel
apt update
apt install -y juju
-juju bootstrap juju localhost
+juju bootstrap localhost osm
RC=0