X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Fscripts%2Fsub-scripts%2Fbuild-onap.sh;h=4fa74eac84f265a9e81a7b00b93d8e10cd6c6060;hb=68332a494ab572e3b526c799aa7389810451749b;hp=2033ef09ea5901857e7daa2df962f5dcbba612ed;hpb=0735e7dc76acd8486ea85842a7c5cbc3c08a6791;p=it%2Fdep.git diff --git a/smo-install/scripts/sub-scripts/build-onap.sh b/smo-install/scripts/sub-scripts/build-onap.sh index 2033ef09..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. @@ -27,10 +27,12 @@ SCRIPT=$(readlink -f "$0") SCRIPT_PATH=$(dirname "$SCRIPT") cd $SCRIPT_PATH -apt-get install make -y +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)