X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbuild.sh;h=459da1328ac3277a1066c5563b59b83d83e0372a;hb=7875aedf960fc966a4b15062b82713b7885cf0bd;hp=06a6d65cea5cb01a5b88e19f2d57772c6734e4fc;hpb=27bfcfdaf05197261edd260263a46ad4405c04db;p=osm%2Fdevops.git diff --git a/installers/charm/build.sh b/installers/charm/build.sh index 06a6d65c..459da132 100755 --- a/installers/charm/build.sh +++ b/installers/charm/build.sh @@ -14,17 +14,15 @@ # limitations under the License. function build() { - cd $1 && tox -e build && cd .. + cd $1 && tox -qe build && cd .. } -charms="ro nbi pla pol mon lcm ng-ui keystone grafana prometheus keystone 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 - echo "Building charm $charm_directory..." - # cd $charm_directory build $charm_directory - # cd .. done +wait \ No newline at end of file