aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukasz Rajewski <lukasz.rajewski@t-mobile.pl>2023-10-24 08:58:37 +0000
committerGerrit Code Review <gerrit@onap.org>2023-10-24 08:58:37 +0000
commiteebb77d435b870f92e70a9d6bcd98953b02bdc32 (patch)
tree1d1b4dbe4bb6f3b30d207611cd5f67598de2cb78
parent2ff7f1c46d3e9a6b05e830ac4bc8f56c230b22aa (diff)
parent6b20c090a9a5b67d319589479369da281aed4510 (diff)
Merge "[POLICY] Add configurable acm parameters"
-rw-r--r--kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml3
-rw-r--r--kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml4
2 files changed, 7 insertions, 0 deletions
diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
index 0dc7a39db0..96cb265567 100644
--- a/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
+++ b/kubernetes/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml
@@ -109,6 +109,9 @@ runtime:
servers:
- ${topicServer:message-router}
{{ end }}
+ acmParameters:
+ toscaElementName: {{ .Values.customNaming.toscaElementName }}
+ toscaCompositionName: {{ .Values.customNaming.toscaCompositionName }}
management:
endpoints:
diff --git a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml
index 5f390ad55b..3b01e46d78 100644
--- a/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml
+++ b/kubernetes/policy/components/policy-clamp-runtime-acm/values.yaml
@@ -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