aboutsummaryrefslogtreecommitdiffstats
path: root/common/openecomp-sdc-artifact-generator-lib/openecomp-sdc-artifact-generator-test/src/main/resources/service_vmme_template_WithDiffVersionOfSameL3Network.yml
blob: e4139550fe81746944cd8bc42280ab8b12825e4f (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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
--- 
description: "Service Template for deploing MME Service"
imports: 
  - 
    vmmeToscaTemplate: 
      file: vf_vmme_template_1.yml
  - 
    ExtVL: 
      file: resource-Extvl-template.yml
  - 
    ? "Allotted Resource"
    : 
      file: resource-AllottedResource-template.yml
metadata: 
  UUID: 7787da18-7516-40cf-bec0-ebd4202c60f0
  category: Mobility
  description: vMME_Service
  invariantUUID: e255f20c-5331-4245-9ad5-8861a73080b7
  name: vMME_Service
  serviceEcompNaming: false
  serviceHoming: false
  type: Service
topology_template: 
  groups: 
    external_networks: 
      members: 
        - sctp_a_net
        - sctp_b_net
        - gtp_net
      properties: 
        availability_zone_count: 1
        contrail_service_instance: true
      type: org.openecomp.groups.externalNetworks
  inputs: 
    gtp_net_cidr: 
      default: 107.243.37.64/27
      description: "The GTP network cidr"
      type: string
    gtp_net_end_ip: 
      default: "107.243.37.94"
      description: "The GTP network end ip"
      type: string
    gtp_net_gateway_ip: 
      default: "107.243.37.65"
      description: "The GTP network gateway"
      type: string
    gtp_net_network_name: 
      default: MME-24474-Ericsson-WTC-lab_gn_GTP_net_1
      description: "The GTP network route targets"
      type: string
    gtp_net_route_targets: 
      default: "13979:105715"
      description: "The GTP network route targets"
      type: string
    gtp_net_start_ip: 
      default: "107.243.37.67"
      description: "The GTP network start ip"
      type: string
    mme_vf_deployment_node: 
      description: "The target LCP node for deployment of this VF instance"
      type: string
    mme_vf_instance_name: 
      description: "VF instance name"
      type: string
  node_templates: 
    ? "Allotted Resource 2"
    : 
      metadata: 
        UUID: f32afdc3-6308-4f0c-a476-0d39c8a1fb4d
        category: "Allotted Resource"
        description: "This is a VF - Allotted resource"
        invariantUUID: a54a5235-b69d-4f8a-838b-d011e6783fa5
        name: "Allotted Resource"
        subcategory: "Allotted Resource"
        type: VF
        version: 1.0
      type: org.openecomp.resource.vf.AllottedResource
    ? "ExtVL 1"
    : 
      metadata: 
        UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57468
        category: Generic
        description: "OPENECOMP generic virtual link (network) base type for all other service-level and global networks"
        invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
        name: ExtVL
        subcategory: "Network Elements"
        type: VL
        version: 2.0
      type: org.openecomp.resource.vl.extVL
    ? "ExtVL 2"
    : 
      metadata: 
        UUID: 3f8fa4d2-2b86-4b36-bbc8-ffb8f9f57433
        category: Generic
        description: "OPENECOMP generic virtual link (network) base type for all other service-level and global networks"
        invariantUUID: f148dbb0-8c53-466d-9687-791c0e9d40cf
        name: ExtVL
        subcategory: "Network Elements"
        type: VL
        version: 2.0
      type: org.openecomp.resource.vl.extVL
    gtp_net: 
      metadata: 
        UUID: 101a0ed2e-a12d-ff20-004e-cc7af4daffc3
        category: VL
        description: "GTP External Network"
        invariantUUID: ab2995c59-ff34-4f86-a60d-371d4d9d1896
        name: GTPNet
        resourceVendor: AT&T
        type: VL
        version: 1.0
      properties: 
        contrail_virtual_network: 
          network_name: 
            get_input: gtp_net_network_name
          route_targets: 
            get_input: gtp_net_route_targets
        flow_pattern: E-LAN
        l3_access_parameters: 
          cidr: 
            get_input: gtp_net_cidr
          end_ip: 
            get_input: gtp_net_end_ip
          gateway_ip: 
            get_input: gtp_net_gateway_ip
          ip_version: 4
          start_ip: 
            get_input: gtp_net_start_ip
        layer_protocol: IP
        network_deployment_node: 
          get_input: network_deployment_node
        network_ecomp_name: false
        network_homing: false
        network_id: ~
        network_technology: Contrail
        network_type: Tenant_Layer_3
        test_access: none
      type: abc.openecomp.resource.vl.VL
    mme: 
      metadata: 
        UUID: b020ed1e-4bc7-4fc0-ba7e-cc7af6da7ffc
        category: "Application L4+"
        description: vMME_VF
        invariantUUID: b8643c59-e2c2-4f86-880d-571d4d9d5d22
        name: vMME_VF
        resourceVendor: Ericsson
        subcategory: Firewall
        type: VF
        version: 1.0
      properties: 
        vf_deployment_node: 
          get_input: vf_deployment_node
        vf_ecomp_name: false
        vf_homing: false
        vf_instance_name: 
          get_input: vf_instance_name
      requirements: 
        - 
          vlc1_sctp_a.link: 
            capability: tosca.capabilities.network.Bindable
            node: sctp_a_net
            relationship: tosca.relationships.network.BindsTo
        - 
          vlc1_sctp_b.link: 
            capability: tosca.capabilities.network.Bindable
            node: sctp_b_net
            relationship: tosca.relationships.network.BindsTo
        - 
          vlc1_gtp_net.link: 
            capability: tosca.capabilities.network.Bindable
            node: gtp_net
            relationship: tosca.relationships.network.BindsTo
      type: org.openecomp.resource.vf.vmme
    sctp_a_net: 
      metadata: 
        UUID: 1890ed2e-abcd-3f20-124e-cc7af4da4321
        category: VL
        description: "SCTP A External Network"
        invariantUUID: 29205c59-1111-4f86-880d-371d4d9dc999
        name: SCTPANet
        resourceVendor: AT&T
        type: VL
        version: 1.0
      properties: 
        contrail_virtual_network: 
          network_name: MME-24474-Ericsson-WTC-lab_gn_SCTPA_net_1
          route_targets: "13979:105717"
        flow_pattern: E-LAN
        l3_access_parameters: 
          cidr: 107.243.37.0/27
          end_ip: "107.243.37.30"
          gateway_ip: "107.243.37.1"
          ip_version: 4
          start_ip: "107.243.37.3"
        layer_protocol: IP
        network_deployment_node: 
          get_input: network_deployment_node
        network_ecomp_name: false
        network_homing: false
        network_technology: Contrail
        network_type: Tenant_Layer_3
        test_access: none
      type: abc.openecomp.resource.vl.VL
    sctp_b_net: 
      metadata: 
        UUID: 1af0ed2e-abcd-3f20-834e-cc7af4dafc45
        category: VL
        description: "SCTP B External Network"
        invariantUUID: 89595c59-2134-4f86-880d-371d4d9d12a6
        name: SCTPBNet
        resourceVendor: AT&T
        type: VL
        version: 1.0
      properties: 
        contrail_virtual_network: 
          network_name: MME-24474-Ericsson-WTC-lab_gn_SCTPB_net_1
          route_targets: "13979:105719"
        flow_pattern: E-LAN
        l3_access_parameters: 
          cidr: 107.243.37.32/24
          end_ip: "107.243.37.62"
          gateway_ip: "107.243.37.33"
          ip_version: 4
          start_ip: "107.243.37.35"
        layer_protocol: IP
        network_deployment_node: 
          get_input: network_deployment_node
        network_ecomp_name: false
        network_homing: false
        network_id: ~
        network_technology: Contrail
        network_type: Tenant_Layer_3
        test_access: none
      type: abc.openecomp.resource.vl.VL
tosca_definitions_version: tosca_simple_profile_for_ecomp_1_0