X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=installers%2Fcharm%2Fbuild.sh;h=65dd87dae2783ba283e0b02e016ec0f3a72f1c5f;hb=d680be4f261d4c580fcdf75abe11cfc29003915d;hp=edcad538353c30787c5b537cf0b3467bb8ffd251;hpb=ef349d9224f93fcc3eeb7a26f71c6a128ffbf96a;p=osm%2Fdevops.git diff --git a/installers/charm/build.sh b/installers/charm/build.sh index edcad538..65dd87da 100755 --- a/installers/charm/build.sh +++ b/installers/charm/build.sh @@ -14,25 +14,15 @@ # limitations under the License. function build() { - cd $1 && tox -e build && cd .. + cd $1 && tox -qe build && cd .. } -build 'lcm-k8s' -build 'mon-k8s' -build 'nbi-k8s' -build 'pol-k8s' -build 'ro-k8s' -# build 'ui-k8s' - -charms="nbi pla pol mon lcm ng-ui keystone" -charms="nbi" +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" if [ -z `which charmcraft` ]; then - sudo snap install charmcraft --beta + sudo snap install charmcraft --edge fi for charm_directory in $charms; do - echo "Building charm $charm_directory..." - cd $charm_directory - charmcraft build - cd .. + build $charm_directory & done +wait \ No newline at end of file