X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=jenkins%2Fsystem%2Fstart_build;h=03fe9305695d1cfe2695e734c7608bd4e2a1adb3;hb=562e3210664e5f97014da76c9af843c58b66fc74;hp=1591739ac2a1f10f6643c238e30737acdcf6a6cc;hpb=8343e3fc441f1669ae906e85699e3f244dddc0b0;p=osm%2Fdevops.git diff --git a/jenkins/system/start_build b/jenkins/system/start_build index 1591739a..03fe9305 100755 --- a/jenkins/system/start_build +++ b/jenkins/system/start_build @@ -23,6 +23,7 @@ OSM_JENKINS=$(dirname $HERE) INFO "Installing packages" apt-get update +apt-get install -y lxd INFO "Configuring LXD" # ZFS doesn't work inside a nested container. ZFS should be configured in the host LXD. @@ -52,11 +53,12 @@ EOF systemctl enable lxd-bridge systemctl start lxd-bridge -apt-get install -y python-pip python python-pycurl charm-tools python-pytest +apt-get install -y python-pip python python-pycurl charm-tools python-pytest python-openstackclient -apt install -y python-osmclient +apt-get install -y python-osmclient export OSM_USE_LOCAL_DEVOPS=true +echo "devops/installers/install_osm.sh --test $*" devops/installers/install_osm.sh --test $* RC=$?