Adding Prometheus Kafka Exporter Charm
[osm/devops.git] / jenkins / system / start_build
index 1591739..328aa87 100755 (executable)
@@ -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,12 +53,15 @@ 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
-devops/installers/install_osm.sh --test $*
+echo "devops/installers/full_install_osm.sh --test --soui $*"
+devops/installers/full_install_osm.sh --test --soui $*
+#echo "devops/installers/full_install_osm.sh --test $*"
+#devops/installers/full_install_osm.sh --test $*
 RC=$?
 
 # workaround.  for upload packages, lxdbr0 needs to be promiscuous