blob: 6179976d124f4b864ceb645b96487d127806b952 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
invariantUUID: 1b111111-1111-1111-1111-111111111111
UUID: 2b111111-1111-1111-1111-111111111111
name: Tunnel_XConnTest
description: Tunnel_XConnTest
type: VF
category: Allotted Resource
subcategory: Tunnel XConnect
resourceVendor: '12345'
resourceVendorRelease: '1'
imports:
- nodes:
file: nodes.yml
- datatypes:
file: data.yml
- capabilities:
file: capabilities.yml
- relationships:
file: relationships.yml
- groups:
file: groups.yml
- policies:
file: policies.yml
- resource-Tunnel_XConnTest-interface:
file: resource-TunnelXconntest-template-interface.yml
- resource-Allotedresource:
file: resource-Allotedresource-template.yml
topology_template:
inputs:
nf_naming:
type: org.openecomp.datatypes.Naming
nf_naming_code:
type: string
nf_function:
type: string
availability_zone_max_count:
type: integer
default: 1
nf_role:
type: string
max_instances:
type: integer
min_instances:
type: integer
nf_type:
type: string
node_templates:
Allotedresource 0:
type: org.openecomp.resource.vfc.AllottedResource1235
metadata:
invariantUUID: 3b111111-1111-1111-1111-111111111111
UUID: 4b111111-1111-1111-1111-111111111111
customizationUUID: 5b111111-1111-1111-1111-111111111111
version: '1.0'
name: Allotedresource
description: Allotedresource
type: VFC
category: Allotted Resource
subcategory: Allotted Resource
resourceVendor: '123'
resourceVendorRelease: '123'
properties:
providing_service_invariant_uuid: 6b111111-1111-1111-1111-111111111111
providing_service_uuid: 7b111111-1111-1111-1111-111111111111
providing_service_name: vVIGaaS-Test
max_instances: 1
min_instances: 1
substitution_mappings:
node_type: org.openecomp.resource.vf.TunnelXconntest
capabilities:
allotedresource0.feature:
- Allotedresource 0
- feature
requirements:
allotedresource0.service_dependency:
- Allotedresource 0
- service_dependency
allotedresource0.dependency:
- Allotedresource 0
- dependency
|