CharmHub and new kafka and zookeeper charms
[osm/devops.git] / installers / charm / build.sh
index 65dd87d..459da13 100755 (executable)
@@ -17,12 +17,12 @@ function build() {
     cd $1 && tox -qe build && cd ..
 }
 
-charms="ro nbi pla pol mon lcm ng-ui keystone grafana prometheus mariadb-k8s mongodb-k8s zookeeper-k8s kafka-k8s mongodb-exporter kafka-exporter mysqld-exporter"
+charms="ro nbi pla pol mon lcm ng-ui grafana prometheus mongodb-exporter kafka-exporter mysqld-exporter"
 if [ -z `which charmcraft` ]; then
-    sudo snap install charmcraft --edge
+    sudo snap install charmcraft --classic
 fi
 
 for charm_directory in $charms; do
-    build $charm_directory &
+    build $charm_directory
 done
 wait
\ No newline at end of file