blob: 54c5939f82460402dde509967eef21fa8dd55f6d [file] [log] [blame]
Philip Joseph64383e42016-09-21 16:18:04 +05301nsd:nsd-catalog:
2 nsd:
3 - id: cirros_nsd
4 name: cirros_nsd
5 short-name: cirros_nsd
6 description: Generated by OSM pacakage generator
7 vendor: OSM
8 version: '1.0'
9
10 # Place the logo as png in icons directory and provide the name here
11 logo: osm_2x.png
12
13 # Specify the VNFDs that are part of this NSD
14 constituent-vnfd:
15 # The member-vnf-index needs to be unique, starting from 1
16 # vnfd-id-ref is the id of the VNFD
17 # Multiple constituent VNFDs can be specified
18 - member-vnf-index: 1
19 vnfd-id-ref: cirros_vnfd
20
21 vld:
22 # Networks for the VNFs
23 - id: cirros_nsd_vld1
24 name: cirros_nsd_vld1
25 type: ELAN
26 # provider-network:
27 # overlay-type: VLAN
28 # physical-network: <update>
29 # segmentation_id: <update>
30 vnfd-connection-point-ref:
31 # Specify the constituent VNFs
32 # member-vnf-index-ref - entry from constituent vnf
33 # vnfd-id-ref - VNFD id
34 # vnfd-connection-point-ref - connection point name in the VNFD
35 - nsd:member-vnf-index-ref: 1
36 nsd:vnfd-id-ref: cirros_vnfd
37 # NOTE: Validate the entry below
38 nsd:vnfd-connection-point-ref: eth0