aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
diff options
context:
space:
mode:
authorj.blixt <j.blixt@partner.samsung.com>2021-03-31 11:48:49 +0200
committerGrzegorz Wielgosinski <g.wielgosins@samsung.com>2021-05-24 16:18:31 +0200
commit532cfff8eaad73781cbb410064cd3b4bda5e3095 (patch)
tree51a99d1ffdec3c322537c5bd79da4e5eef8bc3bf /heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
parent21757af846776cf5005e06d8c4a9c9dfd4eb6b6e (diff)
[vFW_CNF_CDS] Add workflow health-check and K8sHealthCheck.kt script
Issue-ID: INT-1899 Signed-off-by: j.blixt <j.blixt@partner.samsung.com> Signed-off-by: Grzegorz Wielgosinski <g.wielgosins@samsung.com> Signed-off-by: Konrad Bańka <k.banka@samsung.com> Change-Id: I7d52c49bd0e40d30a560b2012362d38488392be6
Diffstat (limited to 'heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json')
-rw-r--r--heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json65
1 files changed, 64 insertions, 1 deletions
diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
index f4d9266d..e797e79b 100644
--- a/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
+++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/data_types.json
@@ -5,16 +5,32 @@
"description": "Dynamic DataType definition for workflow(config-assign).",
"properties": {
"config-deploy-setup": {
+ "description": "configuration for config value setup",
"type": "json"
},
"service-instance-id": {
+ "constraints": [
+ {}
+ ],
"description": "",
+ "entry_schema": {
+ "type": ""
+ },
"required": false,
+ "status": "",
"type": "string"
},
"vf-modules-list": {
"type": "json"
},
+ "vf-modules-list-aai": {
+ "description": "list of modules associated with vnf from AAI",
+ "type": "json"
+ },
+ "vf-modules-list-sdnc": {
+ "description": "list of modules associated with vnf from MDSAL",
+ "type": "json"
+ },
"vnf-id": {
"description": "",
"required": false,
@@ -28,14 +44,61 @@
"description": "Dynamic DataType definition for workflow(config-deploy).",
"properties": {
"config-deploy-setup": {
+ "description": "configuration for config value setup",
"type": "json"
},
"service-instance-id": {
+ "constraints": [
+ {}
+ ],
"description": "",
+ "entry_schema": {
+ "type": ""
+ },
"required": false,
+ "status": "",
"type": "string"
},
- "vf-modules-list": {
+ "vf-modules-list-aai": {
+ "description": "list of modules associated with vnf from AAI",
+ "type": "json"
+ },
+ "vf-modules-list-sdnc": {
+ "description": "list of modules associated with vnf from MDSAL",
+ "type": "json"
+ },
+ "vnf-id": {
+ "description": "",
+ "required": false,
+ "type": "string"
+ }
+ }
+ },
+ "dt-health-check-properties": {
+ "description": "Dynamic DataType definition for workflow(health-check).",
+ "properties": {
+ "config-deploy-setup": {
+ "description": "configuration for config value setup",
+ "type": "json"
+ },
+ "service-instance-id": {
+ "constraints": [
+ {}
+ ],
+ "description": "",
+ "entry_schema": {
+ "type": ""
+ },
+ "required": false,
+ "status": "",
+ "type": "string"
+ },
+ "vf-modules-list-aai": {
+ "description": "list of modules associated with vnf from AAI",
+ "type": "json"
+ },
+ "vf-modules-list-sdnc": {
+ "description": "list of modules associated with vnf from MDSAL",
"type": "json"
},
"vnf-id": {