Merge "[POLICY] Add configurable acm parameters"
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>
Tue, 24 Oct 2023 08:58:37 +0000 (08:58 +0000)
committerGerrit Code Review <gerrit@onap.org>
Tue, 24 Oct 2023 08:58:37 +0000 (08:58 +0000)
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 5f390ad..3b01e46 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