X-Git-Url: https://gerrit.onap.org/r/gitweb?p=demo.git;a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fnode_types.json;h=5ad44764e7af25602967dab64278b73858d9107f;hp=98ed5d2aaed8dfcab15cc28423c7d88a317ee715;hb=532cfff8eaad73781cbb410064cd3b4bda5e3095;hpb=21757af846776cf5005e06d8c4a9c9dfd4eb6b6e diff --git a/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json b/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json index 98ed5d2a..5ad44764 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json @@ -260,7 +260,7 @@ "dynamic-properties": { "description": "Dynamic Json Content or DSL Json reference.", "required": false, - "type": "json" + "type": "boolean" }, "occurrence": { "default": 1, @@ -594,83 +594,6 @@ "derived_from": "tosca.nodes.Root", "description": "TOSCA base type for Resource Sources", "version": "1.0.0" - }, - "tosca.nodes.Vnf": { - "derived_from": "tosca.nodes.Root", - "description": "This is VNF Node Type", - "version": "1.0.0" - }, - "tosca.nodes.Workflow": { - "derived_from": "tosca.nodes.Root", - "description": "This is Directed Graph Node Type", - "version": "1.0.0" - }, - "vnf-netconf-device": { - "capabilities": { - "netconf": { - "properties": { - "connection-time-out": { - "default": 30, - "required": false, - "type": "integer" - }, - "login-account": { - "default": "sdnc-tacacs", - "required": true, - "type": "string" - }, - "login-key": { - "default": "sdnc", - "required": true, - "type": "string" - }, - "port-number": { - "default": 830, - "required": true, - "type": "integer" - }, - "source": { - "default": "npm", - "required": false, - "type": "string" - }, - "target-ip-address": { - "required": true, - "type": "string" - } - }, - "type": "tosca.capabilities.Netconf" - }, - "restconf": { - "properties": { - "connection-time-out": { - "default": 30, - "required": false, - "type": "integer" - }, - "login-account": { - "required": true, - "type": "string" - }, - "login-key": { - "required": true, - "type": "string" - }, - "port-number": { - "required": true, - "type": "integer" - }, - "target-ip-address": { - "required": true, - "type": "string" - } - }, - "type": "tosca.capabilities.Restconf" - } - }, - "derived_from": "tosca.nodes.Vnf", - "description": "This is VNF Device with Netconf Capability", - "version": "1.0.0" } } }