Add DME Participant charts in ORAN_OOM
[it/dep.git] / smo-install / scripts / sub-scripts / build-onap.sh
index 23753b4..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.
@@ -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)