ActivitySpec - Correcting logger messages
[sdc.git] / common / openecomp-sdc-artifact-generator-lib / openecomp-sdc-artifact-generator-test / src / main / resources / resource-AllottedResource-template_IpMux.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: IP Mux Demux
15   resourceVendor: '1'
16   resourceVendorRelease: '1'
17 imports:
18 - Alloted resource:
19     file: resource-AllotedResource-template.yml
20 topology_template:
21   node_templates:
22     allotedresource1:
23       type: org.openecomp.resource.vfc.AllottedResource1
24       metadata:
25         invariantUUID: 666b409b-5614-41a8-945e-a53d68f5d439
26         UUID: df0c1c4d-1756-4b2a-998e-73f9f4d77afa
27         customizationUUID: 1c217567-5093-41f5-86e6-22c97ef24e75
28         version: '1.0'
29         name: Alloted resource
30         description: This is a VFC- Allotted resource
31         type: VFC
32         category: Allotted Resource1
33         subcategory: Allotted Resource
34       properties:
35         role: name
36         ecomp_naming:
37           naming_policy: test
38           ecomp_generated_naming: false
39           supplemental_data:
40             Key1: key1
41         max_instances: 1
42         min_instances: 1
43         ecomp_homing:
44           instance_node_target: Test
45           homing_policy: Test
46           supplemental_data:
47             Key: key
48           ecomp_selected_instance_node_target: false
49   groups: {
50     }
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  #|_______________________________________________________________________________________________________________________________________|