aboutsummaryrefslogtreecommitdiffstats
path: root/asdc-tests/src/test/resources/CI/tests/importToscaResourceByCreateUrl/missingCapInCapDefinition.yml
blob: 301116c985e0d2552507f47e93e1db25e4dfbe06 (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
26
27
28
29
30
31
32
33
34
35
36
37
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: tosca.capabilities.Node
      - sigtran_connection2:
          capability: tosca.capabilities.Node
      - ocs_connection:
          capability: tosca.capabilities.Node
      - oam_connection: 
          capability: tosca.capabilities.Node
      - firewall:
          capability: tosca.capabilities.Node
    capabilities:
      host: 
        type: tosca.capabilities.Container
        valid_source_types: [tosca.nodes.SoftwareComponent] 
      endpoint :
        type: tosca.capabilities.Endpoint.Admin 
      os: 
        type: tosca.capabilities.OperatingSystem
      scalable:
        type: tosca.capabilities.Scalable
      binding:
        type: org.openecomp.capabilities.networkInterfaceNotFound