From 212938a90e3e9b0c08fae81686515cd3119769ff Mon Sep 17 00:00:00 2001 From: Michal Chabiera Date: Tue, 21 Sep 2021 10:16:15 +0200 Subject: vFW CNF CDS Change Blueprint to BluePrint Kotlin scripts don't comile after modification in CDS. Some Blueprint have to be changed into BluePrint Issue-ID: INT-1960 Signed-off-by: Michal Chabiera Change-Id: Iffeb76249651d2fd0a987d5b6f9ad9bd4c04632a (cherry picked from commit 129d553d323653461d14f248cb9e8b6f266eb5e3) --- heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json') diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json index 22f5749b..86396d0a 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json @@ -498,7 +498,7 @@ "script-type": "kotlin", "script-class-reference": "org.onap.ccsdk.cds.blueprintsprocessor.services.execution.scripts.SimpleStatusCheck", "instance-dependencies": [ - "blueprintPropertiesService" + "bluePrintPropertiesService" ], "dynamic-properties": "*simple-status-properties" } @@ -517,7 +517,7 @@ "script-type": "kotlin", "script-class-reference": "org.onap.ccsdk.cds.blueprintsprocessor.services.execution.scripts.SimpleErrorCheck", "instance-dependencies": [ - "blueprintPropertiesService" + "bluePrintPropertiesService" ], "dynamic-properties": "*simple-status-properties" } @@ -536,7 +536,7 @@ "script-type": "kotlin", "script-class-reference": "org.onap.ccsdk.cds.blueprintsprocessor.services.execution.scripts.K8sHealthCheck", "instance-dependencies": [ - "blueprintPropertiesService" + "bluePrintPropertiesService" ], "dynamic-properties": "*simple-status-properties" } -- cgit 1.2.3-korg