Rename packages from openecomp to onap.
[sdc.git] / common / onap-sdc-artifact-generator-lib / onap-sdc-artifact-generator-core / src / test / resources / missingVLTosca / resource-AllottedResource-template.yml
1 #_______________________________________________________________________________________________________________________________________
2  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
3  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
4  #|                                          within the AT&T companies and not for general distribution                                                          |
5  #|_______________________________________________________________________________________________________________________________________|
6 tosca_definitions_version: tosca_simple_yaml_1_0
7 metadata:
8   invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
9   UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
10   name: Allotted Resource
11   description: This is a VF - Allotted resource
12   type: VF
13   category: Allotted Resource
14   subcategory: Allotted Resource
15   resourceVendor: '1'
16   resourceVendorRelease: '1'
17 imports:
18 - Alloted resource:
19     file: resource-AllotedResource-template.yml
20 topology_template:
21   node_templates:
22     Alloted resource 1:
23       type: org.openecomp.resource.vfc.AllottedResource1
24       metadata:
25         invariantUUID: 666b409b-5614-41a8-945e-a53d68f5d439
26         UUID: df0c1c4d-1756-4b2a-998e-73f9f4d77afa
27         version: '1.0'
28         name: Alloted resource
29         description: This is a VFC- Allotted resource
30         type: VFC
31         category: Allotted Resource
32         subcategory: Allotted Resource
33   substitution_mappings:
34     node_type: org.openecomp.resource.vf.AllottedResource
35     capabilities:
36       Alloted resource 1.feature:
37         type: tosca.capabilities.Node
38         occurrences:
39         - 1
40         - UNBOUNDED
41     requirements:
42       Alloted resource 1.dependency:
43         occurrences:
44         - 0
45         - UNBOUNDED
46         capability: tosca.capabilities.Node
47         node: tosca.nodes.Root
48         relationship: tosca.relationships.DependsOn
49       Alloted resource 1.service_dependency:
50         occurrences:
51         - 1
52         - 1
53         capability: org.openecomp.capabilities.AllottedResource
54         node: tosca.services.Root
55         relationship: tosca.relationships.DependsOn
56 #_______________________________________________________________________________________________________________________________________
57  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
58  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
59  #|                                          within the AT&T companies and not for general distribution                                                          |
60  #|_______________________________________________________________________________________________________________________________________|