[SDC-29] Amdocs OnBoard 1707 initial commit.
[sdc.git] / common / openecomp-sdc-artifact-generator-lib / openecomp-sdc-artifact-generator-test / src / main / resources / resource-AllottedResource-template_WithL3Network.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.AllottedResource
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       properties:
34         role: name
35         ecomp_naming:
36           naming_policy: test
37           ecomp_generated_naming: false
38           supplemental_data:
39             Key1: key1
40         providing_service_invariant_uuid: 34a4d119-06bc-4ab4-8c5a-a498d638297c
41         min_instances: 1
42         max_instances: 1
43         providing_service_uuid: e14a509f-b611-4b30-b38c-bc7f11b679aa
44         providing_service_name: vVIGaaS
45         ecomp_homing:
46           instance_node_target: Test
47           homing_policy: Test
48           supplemental_data:
49             Key: key
50           ecomp_selected_instance_node_target: false
51   substitution_mappings:
52     node_type: org.openecomp.resource.vf.AllottedResource
53     capabilities:
54       Alloted resource 1.feature:
55         type: tosca.capabilities.Node
56         occurrences:
57         - 1
58         - UNBOUNDED
59     requirements:
60       Alloted resource 1.dependency:
61         occurrences:
62         - 0
63         - UNBOUNDED
64         capability: tosca.capabilities.Node
65         node: tosca.nodes.Root
66         relationship: tosca.relationships.DependsOn
67       Alloted resource 1.service_dependency:
68         occurrences:
69         - 1
70         - 1
71         capability: org.openecomp.capabilities.AllottedResource
72         node: tosca.services.Root
73         relationship: tosca.relationships.DependsOn
74 #_______________________________________________________________________________________________________________________________________
75  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
76  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
77  #|                                          within the AT&T companies and not for general distribution                                                          |
78  #|_______________________________________________________________________________________________________________________________________|