X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvFW_CNF_CDS%2Ftemplates%2Fcba%2FDefinitions%2Fnode_types.json;h=98ed5d2aaed8dfcab15cc28423c7d88a317ee715;hb=21757af846776cf5005e06d8c4a9c9dfd4eb6b6e;hp=e812db1cfb5a27a25a5aa0555d43b5eb010ac459;hpb=2cd2bb28b21e74140315412b3de303daac206e98;p=demo.git 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 e812db1c..98ed5d2a 100644 --- a/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json +++ b/heat/vFW_CNF_CDS/templates/cba/Definitions/node_types.json @@ -1,260 +1,676 @@ { - "node_types" : { - "component-resource-resolution" : { - "description" : "This is Resource Assignment Component API", - "version" : "1.0.0", - "attributes" : { - "assignment-params" : { - "required" : true, - "type" : "string" - } - }, - "capabilities" : { - "component-node" : { - "type" : "tosca.capabilities.Node" - } - }, - "interfaces" : { - "ResourceResolutionComponent" : { - "operations" : { - "process" : { - "inputs" : { - "resolution-key" : { - "description" : "Key for service instance related correlation.", - "required" : false, - "type" : "string" + "node_types": { + "component-k8s-config-template": { + "attributes": { + "statuses": { + "required": true, + "type": "json" + } + }, + "capabilities": { + "component-node": { + "type": "tosca.capabilities.Node" + } + }, + "derived_from": "tosca.nodes.Component", + "description": "This component is rendering and sending the k8s template to the multicloud plugin.", + "interfaces": { + "K8sConfigTemplateComponent": { + "operations": { + "process": { + "inputs": { + "artifact-prefix-names": { + "description": "Resource Assignment Artifact Prefix names", + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "list" + }, + "k8s-rb-config-template-name": { + "description": "K8s template name", + "required": false, + "type": "string" + }, + "k8s-rb-config-template-source": { + "description": "Source (tgz/folder) for the template in CBA", + "required": false, + "type": "string" + }, + "k8s-rb-definition-name": { + "description": "K8s definition name", + "required": false, + "type": "string" + }, + "k8s-rb-definition-version": { + "description": "Version of the definition", + "required": false, + "type": "string" + }, + "resource-assignment-map": { + "description": "Holds resolved values for each artifact prefix eg. { vdns: { vnf-id: 123 } }", + "required": false, + "type": "json" + } + }, + "outputs": { + "statuses": { + "required": true, + "type": "string" + } + } + } + } + } + }, + "version": "1.0.0" + }, + "component-k8s-config-value": { + "attributes": { + "statuses": { + "required": true, + "type": "json" + } + }, + "capabilities": { + "component-node": { + "type": "tosca.capabilities.Node" + } + }, + "derived_from": "tosca.nodes.Component", + "description": "This component is sending the k8s config value to the multicloud plugin.", + "interfaces": { + "K8sConfigValueComponent": { + "operations": { + "process": { + "inputs": { + "artifact-prefix-names": { + "description": "Resource Assignment Artifact Prefix names", + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "list" + }, + "k8s-config-operation-type": { + "constraints": [ + { + "valid_values": [ + "create", + "update", + "delete" + ] + } + ], + "default": "create", + "required": false, + "type": "string" + }, + "k8s-instance-id": { + "description": "K8s instance id", + "required": false, + "type": "string" + }, + "k8s-rb-config-name": { + "description": "K8s config name", + "required": false, + "type": "string" + }, + "k8s-rb-config-template-name": { + "description": "K8s template name", + "required": false, + "type": "string" + }, + "k8s-rb-config-value-source": { + "description": "Location of value source in CBA", + "required": false, + "type": "string" + }, + "resource-assignment-map": { + "description": "Holds resolved values for each artifact prefix eg. { vdns: { vnf-id: 123 } }", + "required": false, + "type": "json" + } + }, + "outputs": { + "statuses": { + "required": true, + "type": "string" + } + } + } + } + } + }, + "version": "1.0.0" + }, + "component-k8s-profile-upload": { + "attributes": { + "statuses": { + "required": true, + "type": "json" + } + }, + "capabilities": { + "component-node": { + "type": "tosca.capabilities.Node" + } + }, + "derived_from": "tosca.nodes.Component", + "description": "This component is rendering and sending the k8s profile to the multicloud plugin.", + "interfaces": { + "K8sProfileUploadComponent": { + "operations": { + "process": { + "inputs": { + "artifact-prefix-names": { + "description": "Resource Assignment Artifact Prefix names", + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "list" + }, + "k8s-rb-definition-name": { + "description": "K8s definition name", + "required": false, + "type": "string" + }, + "k8s-rb-definition-version": { + "description": "Version of the definition", + "required": false, + "type": "string" + }, + "k8s-rb-profile-k8s-version": { + "description": "a K8s cluster version for the profile", + "required": false, + "type": "string" + }, + "k8s-rb-profile-name": { + "description": "K8s profile name", + "required": false, + "type": "string" + }, + "k8s-rb-profile-namespace": { + "description": "a K8s namespace for the profile", + "required": false, + "type": "string" + }, + "k8s-rb-profile-source": { + "description": "Source (tgz/folder) for the template in CBA", + "required": false, + "type": "string" + }, + "resource-assignment-map": { + "description": "Holds resolved values for each artifact prefix eg. { vdns: { vnf-id: 123 } }", + "required": false, + "type": "json" + } + }, + "outputs": { + "statuses": { + "required": true, + "type": "string" + } + } + } + } + } + }, + "version": "1.0.0" + }, + "component-resource-resolution": { + "attributes": { + "assignment-map": { + "description": "Holds resolved values for each artifact prefix eg. { vdns: { vnf-id: 123 } }", + "required": true, + "type": "map" }, - "occurrence" : { - "description" : "Number of time to perform the resolution.", - "required" : false, - "type" : "integer", - "default" : 1 + "assignment-params": { + "description": "Holds resolved template, resolution-summary or key-value", + "required": true, + "type": "string" + } + }, + "capabilities": { + "component-node": { + "type": "tosca.capabilities.Node" + } + }, + "derived_from": "tosca.nodes.Component", + "description": "This is Resource Assignment Component API", + "interfaces": { + "ResourceResolutionComponent": { + "operations": { + "process": { + "inputs": { + "action-name": { + "description": "Action Name of the process", + "required": false, + "type": "string" + }, + "artifact-prefix-names": { + "description": "Template , Resource Assignment Artifact Prefix names", + "entry_schema": { + "type": "string" + }, + "required": true, + "type": "list" + }, + "dynamic-properties": { + "description": "Dynamic Json Content or DSL Json reference.", + "required": false, + "type": "json" + }, + "occurrence": { + "default": 1, + "description": "Number of time to perform the resolution.", + "required": false, + "type": "integer" + }, + "request-id": { + "description": "Request Id, Unique Id for the request.", + "required": true, + "type": "string" + }, + "resolution-key": { + "description": "Key for service instance related correlation.", + "required": false, + "type": "string" + }, + "resolution-summary": { + "description": "Enable resolution-summary output", + "required": false, + "type": "boolean" + }, + "resource-id": { + "description": "Resource Id.", + "required": false, + "type": "string" + }, + "resource-type": { + "description": "Request type.", + "required": false, + "type": "string" + }, + "store-result": { + "description": "Whether or not to store the output.", + "required": false, + "type": "boolean" + } + }, + "outputs": { + "resource-assignment-map": { + "required": true, + "type": "string" + }, + "resource-assignment-params": { + "required": true, + "type": "string" + }, + "status": { + "required": true, + "type": "string" + } + } + } + } + } + }, + "version": "1.0.0" + }, + "component-script-executor": { + "attributes": { + "response-data": { + "required": false, + "type": "json" + } + }, + "capabilities": { + "component-node": { + "type": "tosca.capabilities.Node" + } + }, + "derived_from": "tosca.nodes.Component", + "description": "This is CLI Transaction Configuration Component API", + "interfaces": { + "ComponentScriptExecutor": { + "operations": { + "process": { + "inputs": { + "dynamic-properties": { + "description": "Dynamic Json Content or DSL Json reference.", + "required": false, + "type": "json" + }, + "instance-dependencies": { + "description": "Instance names to inject to Jython or Kotlin Script.", + "entry_schema": { + "type": "string" + }, + "required": true, + "type": "list" + }, + "script-class-reference": { + "description": "Kotlin Script class name or jython script name.", + "required": true, + "type": "string" + }, + "script-type": { + "constraints": [ + { + "valid_values": [ + "kotlin", + "jython", + "internal" + ] + } + ], + "default": "internal", + "description": "Script type, kotlin type is supported", + "required": true, + "type": "string" + } + }, + "outputs": { + "response-data": { + "description": "Execution Response Data.", + "required": false, + "type": "string" + }, + "status": { + "description": "Status of the Component Execution ( success or failure )", + "required": true, + "type": "string" + } + } + } + } + } + }, + "version": "1.0.0" + }, + "source-capability": { + "derived_from": "tosca.nodes.ResourceSource", + "description": "This is Component Resource Source Node Type", + "properties": { + "instance-dependencies": { + "description": "Instance dependency Names to Inject to Kotlin / Jython Script.", + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "list" }, - "store-result" : { - "description" : "Whether or not to store the output.", - "required" : false, - "type" : "boolean" + "key-dependencies": { + "description": "Resource Resolution dependency dictionary names.", + "entry_schema": { + "type": "string" + }, + "required": true, + "type": "list" }, - "resource-type" : { - "description" : "Request type.", - "required" : false, - "type" : "string" + "script-class-reference": { + "description": "Capability reference name for internal and kotlin, for jython script file path", + "required": true, + "type": "string" }, - "artifact-prefix-names" : { - "description" : "Template , Resource Assignment Artifact Prefix names", - "required" : true, - "type" : "list", - "entry_schema" : { - "type" : "string" - } + "script-type": { + "constraints": [ + { + "valid_values": [ + "kotlin", + "internal", + "jython" + ] + } + ], + "default": "kotlin", + "required": true, + "type": "string" + } + }, + "version": "1.0.0" + }, + "source-db": { + "derived_from": "tosca.nodes.ResourceSource", + "description": "This is Database Resource Source Node Type", + "properties": { + "endpoint-selector": { + "required": false, + "type": "string" }, - "request-id" : { - "description" : "Request Id, Unique Id for the request.", - "required" : true, - "type" : "string" + "input-key-mapping": { + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "map" }, - "resource-id" : { - "description" : "Resource Id.", - "required" : false, - "type" : "string" + "key-dependencies": { + "entry_schema": { + "type": "string" + }, + "required": true, + "type": "list" }, - "action-name" : { - "description" : "Action Name of the process", - "required" : false, - "type" : "string" + "output-key-mapping": { + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "map" }, - "dynamic-properties" : { - "description" : "Dynamic Json Content or DSL Json reference.", - "required" : false, - "type" : "json" - } - }, - "outputs" : { - "resource-assignment-params" : { - "required" : true, - "type" : "string" + "query": { + "required": true, + "type": "string" }, - "status" : { - "required" : true, - "type" : "string" + "type": { + "constraints": [ + { + "valid_values": [ + "SQL", + "PLSQL" + ] + } + ], + "default": "SQL", + "required": true, + "type": "string" } - } - } - } - } - }, - "derived_from" : "tosca.nodes.Component" - }, - "source-capability" : { - "description" : "This is Component Resource Source Node Type", - "version" : "1.0.0", - "properties" : { - "script-type" : { - "required" : true, - "type" : "string", - "constraints" : [ { - "valid_values" : [ "kotlin", "internal", "jython" ] - } ], - "default" : "kotlin" - }, - "script-class-reference" : { - "description" : "Capability reference name for internal and kotlin, for jython script file path", - "required" : true, - "type" : "string" - }, - "instance-dependencies" : { - "description" : "Instance dependency Names to Inject to Kotlin / Jython Script.", - "required" : false, - "type" : "list", - "entry_schema" : { - "type" : "string" - } - }, - "key-dependencies" : { - "description" : "Resource Resolution dependency dictionary names.", - "required" : true, - "type" : "list", - "entry_schema" : { - "type" : "string" - } - } - }, - "derived_from" : "tosca.nodes.ResourceSource" - }, - "source-db" : { - "description" : "This is Database Resource Source Node Type", - "version" : "1.0.0", - "properties" : { - "type" : { - "required" : true, - "type" : "string", - "constraints" : [ { - "valid_values" : [ "SQL", "PLSQL" ] - } ], - "default" : "SQL" - }, - "endpoint-selector" : { - "required" : false, - "type" : "string" - }, - "query" : { - "required" : true, - "type" : "string" + }, + "version": "1.0.0" }, - "input-key-mapping" : { - "required" : false, - "type" : "map", - "entry_schema" : { - "type" : "string" - } + "source-default": { + "derived_from": "tosca.nodes.ResourceSource", + "description": "This is Default Resource Source Node Type", + "properties": {}, + "version": "1.0.0" }, - "output-key-mapping" : { - "required" : false, - "type" : "map", - "entry_schema" : { - "type" : "string" - } + "source-input": { + "derived_from": "tosca.nodes.ResourceSource", + "description": "This is Input Resource Source Node Type", + "properties": {}, + "version": "1.0.0" }, - "key-dependencies" : { - "required" : true, - "type" : "list", - "entry_schema" : { - "type" : "string" - } - } - }, - "derived_from" : "tosca.nodes.ResourceSource" - }, - "source-default" : { - "description" : "This is Default Resource Source Node Type", - "version" : "1.0.0", - "properties" : { }, - "derived_from" : "tosca.nodes.ResourceSource" - }, - "source-input" : { - "description" : "This is Input Resource Source Node Type", - "version" : "1.0.0", - "properties" : { }, - "derived_from" : "tosca.nodes.ResourceSource" - }, - "source-rest" : { - "description" : "This is Rest Resource Source Node Type", - "version" : "1.0.0", - "properties" : { - "type" : { - "required" : true, - "type" : "string", - "constraints" : [ { - "valid_values" : [ "JSON" ] - } ], - "default" : "JSON" - }, - "verb" : { - "required" : true, - "type" : "string", - "constraints" : [ { - "valid_values" : [ "GET", "POST", "DELETE", "PUT" ] - } ], - "default" : "GET" - }, - "payload" : { - "required" : false, - "type" : "string", - "default" : "" - }, - "endpoint-selector" : { - "required" : false, - "type" : "string" - }, - "url-path" : { - "required" : true, - "type" : "string" + "source-rest": { + "derived_from": "tosca.nodes.ResourceSource", + "description": "This is Rest Resource Source Node Type", + "properties": { + "endpoint-selector": { + "required": false, + "type": "string" + }, + "expression-type": { + "constraints": [ + { + "valid_values": [ + "JSON_PATH", + "JSON_POINTER" + ] + } + ], + "default": "JSON_PATH", + "required": false, + "type": "string" + }, + "headers": { + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "map" + }, + "input-key-mapping": { + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "map" + }, + "key-dependencies": { + "entry_schema": { + "type": "string" + }, + "required": true, + "type": "list" + }, + "output-key-mapping": { + "entry_schema": { + "type": "string" + }, + "required": false, + "type": "map" + }, + "path": { + "required": true, + "type": "string" + }, + "payload": { + "default": "", + "required": false, + "type": "string" + }, + "type": { + "constraints": [ + { + "valid_values": [ + "JSON" + ] + } + ], + "default": "JSON", + "required": true, + "type": "string" + }, + "url-path": { + "required": true, + "type": "string" + }, + "verb": { + "constraints": [ + { + "valid_values": [ + "GET", + "POST", + "DELETE", + "PUT" + ] + } + ], + "default": "GET", + "required": true, + "type": "string" + } + }, + "version": "1.0.0" }, - "path" : { - "required" : true, - "type" : "string" + "tosca.nodes.Component": { + "derived_from": "tosca.nodes.Root", + "description": "This is default Component Node", + "version": "1.0.0" }, - "expression-type" : { - "required" : false, - "type" : "string", - "constraints" : [ { - "valid_values" : [ "JSON_PATH", "JSON_POINTER" ] - } ], - "default" : "JSON_PATH" + "tosca.nodes.ResourceSource": { + "derived_from": "tosca.nodes.Root", + "description": "TOSCA base type for Resource Sources", + "version": "1.0.0" }, - "input-key-mapping" : { - "required" : false, - "type" : "map", - "entry_schema" : { - "type" : "string" - } + "tosca.nodes.Vnf": { + "derived_from": "tosca.nodes.Root", + "description": "This is VNF Node Type", + "version": "1.0.0" }, - "output-key-mapping" : { - "required" : false, - "type" : "map", - "entry_schema" : { - "type" : "string" - } + "tosca.nodes.Workflow": { + "derived_from": "tosca.nodes.Root", + "description": "This is Directed Graph Node Type", + "version": "1.0.0" }, - "key-dependencies" : { - "required" : true, - "type" : "list", - "entry_schema" : { - "type" : "string" - } + "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" } - }, - "derived_from" : "tosca.nodes.ResourceSource" - }, - "tosca.nodes.Component" : { - "description" : "This is default Component Node", - "version" : "1.0.0", - "derived_from" : "tosca.nodes.Root" - }, - "tosca.nodes.ResourceSource" : { - "description" : "TOSCA base type for Resource Sources", - "version" : "1.0.0", - "derived_from" : "tosca.nodes.Root" } - } -} \ No newline at end of file +}