aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/missingCapInReqDefinition.yml
blob: d100dafdf9c4d2ce29554760dc8646e2c596ebd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
tosca_definitions_version: tosca_simple_yaml_1_0_0
description: Template for vSCP -- connectable to OCS-FW -- temporary model for 1602 demo

############################
# The model capture four sub-components (VDUs) and their connectivity to six
# networks. 
############################

node_types:

#The node type for vSCP
#used for substitution mapping, or to describe vSCP resource in ASDC studio
  org.openecomp.resource.vSCP-03-16: 
    derived_from: tosca.nodes.Root
    requirements: 
      - sigtran_connection1:
          capability: org.openecomp.capabilities.networkInterfaceNotFound
      - sigtran_connection2:
          capability: tosca.capabilities.Node
      - ocs_connection:
          capability: tosca.capabilities.Node
      - oam_connection: 
          capability: tosca.capabilities.Node
      - firewall:
          capability: tosca.capabilities.Node