aboutsummaryrefslogtreecommitdiffstats
path: root/common/onap-tosca-datatype/src/test/resources/mock/serviceTemplate/importConvertTest.yml
blob: 8603e37b3c738f267993a48e8a9a6e655af9b292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
tosca_definitions_version: tosca_simple_yaml_1_1
imports:
- data.yml
- artifacts.yml
- capabilities.yml
- ../../api/interfaces.yml
- api/util/relationships.yml
- common:
    file: api/common.yaml
- file: api/util.yaml
- relationshipsExt.yml
- some_definition_file: api/util.yaml
- file: site/index.yml
  repository: nexus_repo
  namespace_uri: http://namespace_uri
  namespace_prefix: ns_prefix
node_types:
  tosca.nodes.Root:
    description: The TOSCA Node Type all other TOSCA base Node Types derive from