Newer
Older
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
nsd:nsd-catalog:
nsd:
- id: ubuntu_xenial_nsd
name: ubuntu_xenial_nsd
short-name: ubuntu_xenial_nsd
description: Generated by OSM pacakage generator
vendor: OSM
version: '1.0'
# Place the logo as png in icons directory and provide the name here
logo: osm_2x.png
# Specify the VNFDs that are part of this NSD
constituent-vnfd:
# The member-vnf-index needs to be unique, starting from 1
# vnfd-id-ref is the id of the VNFD
# Multiple constituent VNFDs can be specified
- member-vnf-index: 1
vnfd-id-ref: ubuntu_xenial_vnfd
vld:
# Networks for the VNFs
- id: ubuntu_xenial_nsd_vld1
name: management
short-name: management
type: ELAN
vim-network-name: net-mgmtOS
# vim-network-name: <update>
# provider-network:
# overlay-type: VLAN
# segmentation_id: <update>
vnfd-connection-point-ref:
# Specify the constituent VNFs
# member-vnf-index-ref - entry from constituent vnf
# vnfd-id-ref - VNFD id
# vnfd-connection-point-ref - connection point name in the VNFD
- nsd:member-vnf-index-ref: 1
nsd:vnfd-id-ref: ubuntu_xenial_vnfd
# NOTE: Validate the entry below
nsd:vnfd-connection-point-ref: eth0
- id: ubuntu_xenial_nsd_vld2
name: data
short-name: data
type: ELAN
vim-network-name: net-corp
# vim-network-name: <update>
# provider-network:
# overlay-type: VLAN
# segmentation_id: <update>
vnfd-connection-point-ref:
# Specify the constituent VNFs
# member-vnf-index-ref - entry from constituent vnf
# vnfd-id-ref - VNFD id
# vnfd-connection-point-ref - connection point name in the VNFD
- nsd:member-vnf-index-ref: 1
nsd:vnfd-id-ref: ubuntu_xenial_vnfd
# NOTE: Validate the entry below
nsd:vnfd-connection-point-ref: eth1