X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fdata_types.json;h=e797e79b83bec2f523ed7558bf406872e5447f6d;hp=f4d9266d9b1143e97e9acd61e70d872dcc1eac2f;hb=532cfff8eaad73781cbb410064cd3b4bda5e3095;hpb=21757af846776cf5005e06d8c4a9c9dfd4eb6b6e 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": {