[SDC-29] rebase continue work to align source
[sdc.git] / test-apis-ci / src / test / resources / CI / tests / importToscaResourceByCreateUrl / missingCapInReqDefinition.yml
1 tosca_definitions_version: tosca_simple_yaml_1_0_0
2 description: Template for vSCP -- connectable to OCS-FW -- temporary model for 1602 demo
3
4 ############################
5 # The model capture four sub-components (VDUs) and their connectivity to six
6 # networks. 
7 ############################
8
9 node_types:
10
11 #The node type for vSCP
12 #used for substitution mapping, or to describe vSCP resource in ASDC studio
13   org.openecomp.resource.vSCP-03-16: 
14     derived_from: tosca.nodes.Root
15     requirements: 
16       - sigtran_connection1:
17           capability: org.openecomp.capabilities.networkInterfaceNotFound
18       - sigtran_connection2:
19           capability: tosca.capabilities.Node
20       - ocs_connection:
21           capability: tosca.capabilities.Node
22       - oam_connection: 
23           capability: tosca.capabilities.Node
24       - firewall:
25           capability: tosca.capabilities.Node