Merge "NONRTRIC-980: Service Manager - SMO deployment"
[it/dep.git] / smo-install / scripts / sub-scripts / build-onap.sh
index 2033ef0..4fa74ea 100755 (executable)
@@ -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)