X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=it%2Fdep.git;a=blobdiff_plain;f=smo-install%2Fscripts%2Fsub-scripts%2Fbuild-onap.sh;fp=smo-install%2Fscripts%2Fsub-scripts%2Fbuild-onap.sh;h=4fa74eac84f265a9e81a7b00b93d8e10cd6c6060;hp=23753b43cad27c0bb5a8f7b4ad23a48aa5401f54;hb=9eed495fd21300d5242c844d670f741304fb582d;hpb=0a926be3581d536682491bd2a1099da28b56018a diff --git a/smo-install/scripts/sub-scripts/build-onap.sh b/smo-install/scripts/sub-scripts/build-onap.sh index 23753b43..4fa74eac 100755 --- a/smo-install/scripts/sub-scripts/build-onap.sh +++ b/smo-install/scripts/sub-scripts/build-onap.sh @@ -4,8 +4,8 @@ # ============LICENSE_START======================================================= # ORAN SMO Package # ================================================================================ -# Copyright (C) 2021 AT&T Intellectual Property. All rights -# reserved. +# Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. +# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved. # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -32,5 +32,7 @@ sudo apt-get install make -y helm plugin install ../../onap_oom/kubernetes/helm/plugins/undeploy/ helm plugin install ../../onap_oom/kubernetes/helm/plugins/deploy/ +./add-oran-acm-participants.sh + echo '### Building ONAP part###' (cd ../../onap_oom/kubernetes && make all -e SKIP_LINT=TRUE)