[POLICY] Add configurable acm parameters 07/136107/3
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>
Fri, 6 Oct 2023 09:48:28 +0000 (10:48 +0100)
committerAndreas Geissler <andreas-geissler@telekom.de>
Wed, 18 Oct 2023 11:55:39 +0000 (11:55 +0000)
Added parameters for custom naming in runtime helm chart

Issue-ID: POLICY-4830
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I88022b0fa54cc41d7abc8e27bee241e10d75250a

kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml

index 0dc7a39..96cb265 100644 (file)
@@ -109,6 +109,9 @@ runtime:
         servers:
           - ${topicServer:message-router}
         {{ end }}
+  acmParameters:
+    toscaElementName: {{ .Values.customNaming.toscaElementName }}
+    toscaCompositionName: {{ .Values.customNaming.toscaCompositionName }}
 
 management:
   endpoints:
index 34c128e..4632893 100644 (file)
@@ -156,3 +156,7 @@ readinessCheck:
 wait_for_job_container:
   containers:
     - '{{ include "common.release" . }}-policy-galera-config'
+
+customNaming:
+  toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement
+  toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition
\ No newline at end of file