installer_from_source: refactored uninstall, nat and configure code; new tag v1.0.1
[osm/devops.git] / jenkins / VCA / start_build
index 59dce35..1724d8e 100755 (executable)
@@ -48,10 +48,10 @@ EOF
 systemctl enable lxd-bridge
 systemctl start lxd-bridge
 lxc image copy ubuntu:16.04 local: --alias ubuntu-xenial
-add-apt-repository ppa:juju/devel
+add-apt-repository -y ppa:juju/devel
 apt update
 apt install -y juju
-juju bootstrap juju localhost
+juju bootstrap localhost osm
 
 RC=0