Move DME participant to NONRTIC charts in SMO Install 32/14332/2
authoraravind.est <aravindhan.a@est.tech>
Tue, 22 Apr 2025 13:15:40 +0000 (14:15 +0100)
committeraravind.est <aravindhan.a@est.tech>
Tue, 22 Apr 2025 13:29:25 +0000 (14:29 +0100)
commit9989a1fdfe8e6277391e87388faeaa4c5d9494e3
treea8dca6649fa6ce7ed8bd29d13c5bcc7d03e26535
parentdb37b41db5851b545c9398525cbb380a322c3732
Move DME participant to NONRTIC charts in SMO Install

DME participant has been configured to run as part of the ONAP ACM Installation. This requires some modification of the ACM charts during the build process.
This has been moved to nonrtric charts as the access to strimzi is available from NONRTRIC namespae itself.

Issue-ID: NONRTRIC-1020
Change-Id: I9b8a70e1ed279c7b1f1515d37e185dae31503fb5
Signed-off-by: aravind.est <aravindhan.a@est.tech>
19 files changed:
smo-install/helm-override/default/oran-override.yaml
smo-install/oran_oom/dmeparticipant/.helmignore [new file with mode: 0644]
smo-install/oran_oom/dmeparticipant/Chart.yaml [moved from smo-install/oran_oom/policy-clamp-ac-dme-ppnt/Chart.yaml with 60% similarity]
smo-install/oran_oom/dmeparticipant/templates/configmap.yaml [new file with mode: 0644]
smo-install/oran_oom/dmeparticipant/templates/deployment.yaml [new file with mode: 0644]
smo-install/oran_oom/dmeparticipant/templates/kafkauser.yaml [moved from smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/secrets.yaml with 81% similarity]
smo-install/oran_oom/dmeparticipant/templates/secret.yaml [moved from smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/configmap.yaml with 51% similarity]
smo-install/oran_oom/dmeparticipant/templates/service.yaml [moved from smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/service.yaml with 79% similarity]
smo-install/oran_oom/dmeparticipant/values.yaml [new file with mode: 0644]
smo-install/oran_oom/nonrtric/Chart.yaml
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/resources/config/application.yaml [deleted file]
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/resources/config/logback.xml [deleted file]
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/authorizationpolicy.yaml [deleted file]
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/deployment.yaml [deleted file]
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/templates/kafkauser.yaml [deleted file]
smo-install/oran_oom/policy-clamp-ac-dme-ppnt/values.yaml [deleted file]
smo-install/scripts/sub-scripts/add-oran-acm-participants.sh [deleted file]
smo-install/scripts/sub-scripts/build-onap.sh
smo-install/scripts/sub-scripts/install-nonrtric.sh