summaryrefslogtreecommitdiffstats
path: root/integration-tests/src/test/resources/ci/tests/importToscaResourceByCreateUrl/softwareComponentReq12.yml
blob: 9676bcdb6c603e85068efd7303cc74b2c52751b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
tosca_definitions_version: tosca_simple_yaml_1_0_0
node_types: 
  org.openecomp.resource.vfc.vfc1:
    derived_from: tosca.nodes.Root
    properties:
      # domain-specific software component version
      component_version: 
        type: version
        required: false
      admin_credential: 
        type: tosca.datatypes.Credential
        required: false
    requirements:
      - host: 
          capability: tosca.capabilities.Container
          relationship: tosca.relationships.HostedOn
          occurrences: [1, 2]