blob: b6515872e500ce45612f5652f610dc1e55a4b462 (
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
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
|
tosca_definitions_version: tosca_simple_yaml_1_0
metadata:
template_name: vCPE_vgmux
template_version: "1.0"
template_author: onap
description: vCPE_vgmux
imports:
- onap_dm.yaml
node_types:
onap.vcpe_vgmux:
derived_from: tosca.nodes.nfv.VNF
properties:
descriptor_id:
type: string
constraints: [ valid_values: [ b1bb0ce7-3333-4fa7-95ed-4840d70a1177 ] ]
default: b1bb0ce7-3333-4fa7-95ed-4840d70a1177
provider:
type: string
constraints: [ valid_values: [ onap ] ]
default: onap
product_name:
type: string
constraints: [ valid_values: [ vcpe_vgmux ] ]
default: vcpe_vgmux
software_version:
type: string
constraints: [ valid_values: [ '1.0' ] ]
default: '1.0'
descriptor_version:
type: string
constraints: [ valid_values: [ '1.0' ] ]
default: '1.0'
flavour_id:
type: string
constraints: [ valid_values: [ simple ] ] #only one and only allowed one DF in this example
default: simple
flavour_description:
type: string
default: simple
vnfm_info:
type: list
entry_schema:
type: string
default: ['gvnfm']
topology_template:
# substitution_mappings:
# node_type: onap.vcpe_vgmux
# requirements:
# virtual_link: [ Cp_vgmux_public, virtual_link ] # expose as external CP
# virtual_link: [ Cp_vgmux_onap_private, virtual_link ] # expose as external CP
inputs:
vcpe_image_name:
type: string
description: image name for vcpe in openstack glance
default: ubuntu_16.04
public_net_id:
type: string
description: public network id used during onap installation
default: external
onap_private_net_id:
type: string
description: onap OAM network id
default: oam_onap
onap_private_net_cidr:
type: string
description: oanp OAM network cidr
default: 10.0.0.0/16
bng_gmux_private_net_id:
type: string
description: Private network that connects vBNG to vGMUX
default: zdfw1bngmux01_private
bng_gmux_private_net_cidr:
type: string
description: The CIDR of the vBNG-vGMUX private network
default: 10.1.0.0/24
mux_gw_private_net_id:
type: string
description: Private network that connects vGMUX to vGWs
default: zdfw1muxgw01_private
mux_gw_private_net_cidr:
type: string
description: The CIDR of the vGMUX private network
default: 10.5.0.0/24
brgemu_bng_private_net_cidr:
type: string
description: The CIDR of the vBRG-vBNG private network
default: 10.3.0.0/24
vgmux_private_ip_0:
type: string
description: Private IP address that is assigned to the vGMUX to communicate with the vBNG
default: 10.1.0.20
vgmux_private_ip_1:
type: string
description: Private IP address that is assigned to the vGMUX to communicate with ONAP components
default: 10.0.101.20
vgmux_private_ip_2:
type: string
description: Private IP address that is assigned to the vGMUX to communicate with vGWs
default: 10.5.0.20
vgmux_name_0:
type: string
description: Name of the vGMUX
default: zdcpe1cpe01mux01
vnf_id:
type: string
description: The VNF ID is provided by ONAP
default: vCPE_Infrastructure_vGMUX_demo_app
vf_module_id:
type: string
description: The vCPE Module ID is provided by ONAP
default: vCPE_Intrastructure_Metro_vGMUX
bng_gmux_private_ip:
type: string
description: Private IP address that is assigned to the vBNG to communicate with the vGMUX
default: 10.1.0.10
dcae_collector_ip:
type: string
description: dcae collector ip
default: 10.0.4.102
dcae_collector_port:
type: integer
description: dcae collector port
default: 8080
pub_key:
type: string
description: ssh public key
default: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDGx6SKrAuCz1V8KGevZueksLdWoPWJP6z3r29Z7TmPVEOjM+7PIPeSs2BVRx3rnHZBAlasMrZ+fJBS25ts9vfC+ItezQah/hr9vrkmwxCR54Lb84poW+sToPeF6i5eZY7W+jWJfLaFSFx9d2vp4zes/fOlT3NvYCXbn/3QdryQoGl7VFI8oemZypVcikZXElJeeKgAVdSwnrzuqtO/tmbXcAeSbYvVjki8ywYcsWMVMYWUWhh+1BAB6kXnTsIWqzrq0Pfvy+81WDwtiqsqmd93HY8hE0scBrXFBZzQS/AYfIFBlEuFNdLczchntjbZ0n7dmDXk8zHtCZYNk7kwb8k/
install_script_version:
type: string
description: install script version number
default: 1.2.0-SNAPSHOT
nexus_artifact_repo:
type: string
description: Root URL for the Nexus repository for Maven artifacts
default: https://nexus.onap.org
cloud_env:
type: string
description: cloud environment(openstack or rackspace)
default: openstack
node_templates:
#onap public net
# VL_public:
# type: tosca.nodes.nfv.VnfVirtualLink
# properties:
# connectivity_type:
# layer_protocol: ipv4
# vl_profile:
# max_bit_rate_requirements:
# root: 10000000
# leaf: 10000000
# min_bit_rate_requirements:
# root: 10000000
# leaf: 10000000
# networkName: { get_input: public_net_id }
#
# #onap oam net
# VL_onap_private:
# type: tosca.nodes.nfv.VnfVirtualLink
# properties:
# connectivity_type:
# layer_protocol: ipv4
# vl_profile:
# max_bit_rate_requirements:
# root: 10000000
# leaf: 10000000
# min_bit_rate_requirements:
# root: 10000000
# leaf: 10000000
# networkName: { get_input: onap_private_net_id }
# cidr: { get_input: onap_private_net_cidr }
#Private network that connects vBNG to vGMUX
VL_bng_gmux_private_net:
type: tosca.nodes.nfv.VnfVirtualLink
properties:
connectivity_type:
layer_protocol: ipv4
vl_profile:
max_bit_rate_requirements:
root: 10000000
leaf: 10000000
min_bit_rate_requirements:
root: 10000000
leaf: 10000000
networkName: { get_input: bng_gmux_private_net_id}
cidr: { get_input: bng_gmux_private_net_cidr }
dhcpEnabled: false
#Private network that connects vGMUX to vGWs
VL_mux_gw_private_net:
type: tosca.nodes.nfv.VnfVirtualLink
properties:
connectivity_type:
layer_protocol: ipv4
vl_profile:
max_bit_rate_requirements:
root: 10000000
leaf: 10000000
min_bit_rate_requirements:
root: 10000000
leaf: 10000000
networkName: { get_input: mux_gw_private_net_id}
cidr: { get_input: mux_gw_private_net_cidr }
dhcpEnabled: false
# vgmux related
Cp_vgmux_public:
type: tosca.nodes.nfv.VduCp
properties:
layer_protocol: [ipv4]
trunk_mode: false
protocol_data:
- asscociated_layer_protocol: ipv4
address_data:
address_type: ip_address
l3_address_data:
ip_address_assignment: false
floating_ip_activated: false
requirements:
- virtual_binding: VDU_vgmux_0
#- virtual_link: VL_public
Cp_vgmux_onap_private:
type: tosca.nodes.nfv.VduCp
properties:
layer_protocol: [ipv4]
trunk_mode: false
protocol_data:
- asscociated_layer_protocol: ipv4
address_data:
address_type: ip_address
l3_address_data:
ip_address_assignment: false
floating_ip_activated: false
fixed_ip_address:
- { get_input: vgmux_private_ip_1 }
requirements:
- virtual_binding: VDU_vgmux_0
#- virtual_link: VL_onap_private
Cp_vgmux_bng_gmux_private_net:
type: tosca.nodes.nfv.VduCp
properties:
layer_protocol: [ipv4]
trunk_mode: false
protocol_data:
- asscociated_layer_protocol: ipv4
address_data:
address_type: ip_address
l3_address_data:
ip_address_assignment: false
floating_ip_activated: false
fixed_ip_address:
- { get_input: vgmux_private_ip_0 }
virtual_network_interface_requirements:
- name: dpdk support
support_mandatory: true
#TODO HPA
network_interface_requirements:
#dataProcessingAccelerationLibrary: dpdk_2.2
interfaceType: virtio
requirements:
- virtual_binding: VDU_vgmux_0
- virtual_link: VL_bng_gmux_private_net
Cp_vgmux_mux_gw_private_net:
type: tosca.nodes.nfv.VduCp
properties:
layer_protocol: [ipv4]
trunk_mode: false
protocol_data:
- asscociated_layer_protocol: ipv4
address_data:
address_type: ip_address
l3_address_data:
ip_address_assignment: false
floating_ip_activated: false
fixed_ip_address:
- { get_input: vgmux_private_ip_2 }
virtual_network_interface_requirements:
- name: dpdk support
support_mandatory: true
#TODO HPA
network_interface_requirements:
#dataProcessingAccelerationLibrary: dpdk_2.2
interfaceType: virtio
requirements:
- virtual_binding: VDU_vgmux_0
- virtual_link: VL_mux_gw_private_net
VirtualStorage_root_all:
# this indicate the VDU root storage size
type: tosca.nodes.nfv.Vdu.VirtualStorage
properties:
type_of_storage: root
size_of_storage: 40 GB
VDU_vgmux_0:
type: tosca.nodes.nfv.Vdu.Compute
properties:
name: { get_input: vgmux_name_0 }
description: vgmux
configurable_properties:
additional_vnfc_configurable_properties: {}
vdu_profile:
min_number_of_instances: 1
max_number_of_instances: 1
watchdog: none
inject_files: #TODO SDC bug
source_path: ../Artifacts/keys/authorized_keys #SSH authorized_keys
dest_path: /home/ubuntu/.ssh/authorized_keys
meta_data:
vnf_id: { get_input: vnf_id }
vf_module_id: { get_input: vf_module_id }
mux_to_bng_net_ipaddr: { get_input: vgmux_private_ip_0 }
oam_ipaddr: { get_input: vgmux_private_ip_1 }
mux_gw_net_ipaddr: { get_input: vgmux_private_ip_2 }
bng_to_mux_net_ipaddr: { get_input: bng_gmux_private_ip }
bng_mux_net_cidr: { get_input: bng_gmux_private_net_cidr }
oam_cidr: { get_input: oam_private_net_cidr }
mux_gw_net_cidr: { get_input: mux_gw_private_net_cidr }
brg_bng_net_cidr: { get_input: brgemu_bng_private_net_cidr }
install_script_version: { get_input: install_script_version }
cloud_env: { get_input: cloud_env }
nexus_artifact_repo: { get_input: nexus_artifact_repo }
user_data: |
#!/bin/bash
METADATA=`curl -s http://169.254.169.254/openstack/2012-08-10/meta_data.json`
apt-get -y install jq
get_metadata () {
echo $METADATA | jq -r ".meta.$1"
}
# Create configuration files
mkdir /opt/config
echo "$(get_metadata mux_to_bng_net_ipaddr)" > /opt/config/mux_to_bng_net_ipaddr.txt
echo "$(get_metadata oam_ipaddr)" > /opt/config/oam_ipaddr.txt
echo "$(get_metadata mux_gw_net_ipaddr)" > /opt/config/mux_gw_net_ipaddr.txt
echo "$(get_metadata bng_to_mux_net_ipaddr)" > /opt/config/bng_to_mux_net_ipaddr.txt
echo "$(get_metadata bng_mux_net_cidr)" > /opt/config/bng_mux_net_cidr.txt
echo "$(get_metadata oam_cidr)" > /opt/config/oam_cidr.txt
echo "$(get_metadata mux_gw_net_cidr)" > /opt/config/mux_gw_net_cidr.txt
echo "$(get_metadata brg_bng_net_cidr)" > /opt/config/brg_bng_net_cidr.txt
echo "$(get_metadata install_script_version)" > /opt/config/install_script_version.txt
echo "$(get_metadata cloud_env)" > /opt/config/cloud_env.txt
echo "$(get_metadata nexus_artifact_repo)" > /opt/config/nexus_artifact_repo.txt
# Download and run install script
apt-get -y install unzip
INSTALL_SCRIPT_VERSION=$(get_metadata install_script_version)
NEXUS_ARTIFACT_REPO=$(get_metadata nexus_artifact_repo)
if [[ "${INSTALL_SCRIPT_VERSION}" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
curl -k -L "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vcpe&a=vcpe-scripts&e=zip&v=${INSTALL_SCRIPT_VERSION}" -o /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip
unzip -j /opt/vcpe-scripts-${INSTALL_SCRIPT_VERSION}.zip -d /opt v_gmux_install.sh
cd /opt
chmod +x v_gmux_install.sh
./v_gmux_install.sh
capabilities:
virtual_compute:
properties:
virtual_memory:
virtual_mem_size: 4096 MB
# HPA requirements
vdu_memory_requirements:
memoryPageSize: '{"schema-version": "0", "schema-location": "", "platform-id": "generic", "mandatory": true, "configuration-value": "2 MB"}'
numberOfPages: '{"schema-version": "0","schema-location": "","platform-id": "generic","mandatory": true,"configuration-value": 1024}'
virtual_cpu:
num_virtual_cpu: 2
cpu_architecture: generic
requirements:
- virtual_storage: VirtualStorage_root_all
artifacts:
sw_image: #TODO need to put glance image name here
#file: { get_input: vcpe_image_name }
file: ../Artifacts/images/ubuntu_16.04
type: tosca.artifacts.nfv.SwImage
|