diff options
Diffstat (limited to 'helm')
-rwxr-xr-x | helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml | 3 | ||||
-rw-r--r-- | helm/policy/components/policy-clamp-runtime-acm/values.yaml | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml index 98b6a76c..1e567f45 100755 --- a/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml +++ b/helm/policy/components/policy-clamp-runtime-acm/resources/config/acRuntimeParameters.yaml @@ -91,6 +91,9 @@ runtime: - ${topicServer:message-router} topicCommInfrastructure: dmaap useHttps: false + acmParameters: + toscaElementName: {{ .Values.customNaming.toscaElementName }} + toscaCompositionName: {{ .Values.customNaming.toscaCompositionName }} # If Strimzi Kafka to be used for communication, replace clampAutomationCompositionTopics configuration with below # topicParameterGroup: diff --git a/helm/policy/components/policy-clamp-runtime-acm/values.yaml b/helm/policy/components/policy-clamp-runtime-acm/values.yaml index e1669bfb..4966a9b6 100644 --- a/helm/policy/components/policy-clamp-runtime-acm/values.yaml +++ b/helm/policy/components/policy-clamp-runtime-acm/values.yaml @@ -114,3 +114,7 @@ serviceAccount: nameOverride: policy-clamp-runtime-acm roles: - read + +customNaming: + toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement + toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition |