ActivitySpec - Correcting logger messages
[sdc.git] / common / onap-sdc-artifact-generator-lib / onap-sdc-artifact-generator-core / src / test / resources / aai2 / service-ServiceWithAllotedVfAndExvl-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: e8a6c85c-429f-47cd-b594-376a0ffccd29
9   UUID: 14fd2446-691a-4d7d-8ef4-ece19c3176f5
10   name: Service with alloted VF and  exVL
11   description: 'This service contains two instances : 1. Allotted resource VF 2. ExVL
12     - Network'
13   type: Service
14   category: Mobility
15   serviceEcompNaming: false
16   serviceHoming: false
17 imports:
18 - ExtVL:
19     file: resource-Extvl-template.yml
20 - Allotted Resource:
21     file: resource-AllottedResource-template.yml
22 topology_template:
23   node_templates:
24     ExtVL 1:
25       type: org.openecomp.resource.vl.extVL
26       metadata:
27         invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
28         UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57468
29         version: '2.0'
30         name: ExtVL
31         description: OPENECOMP generic virtual link (network) base type for all other service-level and global networks
32         type: VL
33         category: Generic
34         subcategory: Network Elements
35     Allotted Resource 2:
36       type: org.openecomp.resource.vf.AllottedResource
37       metadata:
38         invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
39         UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
40         version: '0.1'
41         name: Allotted Resource
42         description: This is a VF - Allotted resource
43         type: VF
44         category: Allotted Resource
45         subcategory: Allotted Resource
46   substitution_mappings:
47     node_type: org.openecomp.service.ServiceWithAllotedVfAndExvl
48     capabilities:
49       ExtVL 1.virtual_linkable:
50         type: tosca.capabilities.network.Linkable
51         occurrences:
52         - 1
53         - UNBOUNDED
54       Allotted Resource 2.feature:
55         type: tosca.capabilities.Node
56         occurrences:
57         - 1
58         - UNBOUNDED
59       ExtVL 1.feature:
60         type: tosca.capabilities.Node
61         occurrences:
62         - 1
63         - UNBOUNDED
64     requirements:
65       ExtVL 1.dependency:
66         occurrences:
67         - 0
68         - UNBOUNDED
69         capability: tosca.capabilities.Node
70         node: tosca.nodes.Root
71         relationship: tosca.relationships.DependsOn
72       Allotted Resource 2.dependency:
73         occurrences:
74         - 0
75         - UNBOUNDED
76         capability: tosca.capabilities.Node
77         node: tosca.nodes.Root
78         relationship: tosca.relationships.DependsOn
79       Allotted Resource 2.service_dependency:
80         occurrences:
81         - 1
82         - 1
83         capability: org.openecomp.capabilities.AllottedResource
84         node: tosca.services.Root
85         relationship: tosca.relationships.DependsOn
86 #_______________________________________________________________________________________________________________________________________
87  #|                                                                         AT&T Proprietary (Restricted)                                                                                |
88  #|                                     Only for use by authorized individuals or any above-designated team(s)                            |
89  #|                                          within the AT&T companies and not for general distribution                                                          |
90  #|_______________________________________________________________________________________________________________________________________|