diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-03 15:06:27 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2023-10-03 15:16:34 +0100 |
commit | 6a590028db1460ba8eb7f168a7ad74db2eb65d81 (patch) | |
tree | a5fc9f07b5d4ed9f2962192563690eac443cea45 /compose | |
parent | 43a40e17bdb36015d1f54835ec794c43ed41ba0a (diff) |
Add configurable acm parameters in docker and helm charts
Issue-ID: POLICY-4830
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: I41841cb6811973e40c27e3e434d2d2f83c71e1af
Diffstat (limited to 'compose')
-rw-r--r-- | compose/config/clamp/AcRuntimeParameters.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compose/config/clamp/AcRuntimeParameters.yaml b/compose/config/clamp/AcRuntimeParameters.yaml index ac1310c2..dc9a9846 100644 --- a/compose/config/clamp/AcRuntimeParameters.yaml +++ b/compose/config/clamp/AcRuntimeParameters.yaml @@ -59,6 +59,9 @@ runtime: - ${topicServer:message-router} topicCommInfrastructure: dmaap useHttps: false + acmParameters: + toscaElementName: org.onap.policy.clamp.acm.AutomationCompositionElement + toscaCompositionName: org.onap.policy.clamp.acm.AutomationComposition management: endpoints: |