aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json
diff options
context:
space:
mode:
authorMichal Chabiera <michal.chabiera@orange.com>2021-09-21 10:16:15 +0200
committerMichal Chabiera <michal.chabiera@orange.com>2021-09-21 08:56:33 +0000
commit212938a90e3e9b0c08fae81686515cd3119769ff (patch)
tree384ffddf54e1201a3441cb881cb76d0407d5f1d2 /heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json
parent4215ab1d423564876079695762d33d8adc8fb01e (diff)
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 <michal.chabiera@orange.com> Change-Id: Iffeb76249651d2fd0a987d5b6f9ad9bd4c04632a (cherry picked from commit 129d553d323653461d14f248cb9e8b6f266eb5e3)
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/vFW_CNF_CDS.json6
1 files changed, 3 insertions, 3 deletions
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"
}