From 5a92f5dc2d2066635d59a0b986ec77487198a821 Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Fri, 22 Sep 2023 15:46:30 +0100 Subject: Allow customisation in element and composition names in TOSCA User defined values can be provided in the spring properties file for runtime-acm. The same values will be expected from the TOSCA template. If not configured in application properties, default values will be used. Issue-ID: POLICY-4827 Signed-off-by: zrrmmua Change-Id: I17bfe811c2531c65e90679e95de9732129b54898 --- runtime-acm/src/test/resources/parameters/TestParameters.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtime-acm/src/test/resources/parameters/TestParameters.json') diff --git a/runtime-acm/src/test/resources/parameters/TestParameters.json b/runtime-acm/src/test/resources/parameters/TestParameters.json index c44e92e4d..92e81d29e 100644 --- a/runtime-acm/src/test/resources/parameters/TestParameters.json +++ b/runtime-acm/src/test/resources/parameters/TestParameters.json @@ -40,5 +40,10 @@ "topicCommInfrastructure": "dmaap" } ] + }, + "acmParameters": { + "toscaElementName": "org.onap.policy.clamp.acm.AutomationCompositionElement", + "toscaCompositionName": "org.onap.policy.clamp.acm.AutomationComposition" } + } -- cgit 1.2.3-korg