aboutsummaryrefslogtreecommitdiffstats
path: root/test-apis-ci/src/test/resources/CI/tests/importToscaResourceByCreateUrl/softwareComponentReq11.yml
blob: b9bda183e66141794e7c956d317431411cdba5c1 (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.vfc4:
    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, 1]