blob: 7cecae5eafd7f7c4fbb881ab57290249e7cde3d2 [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
Mike Marchetti9d3231d2017-05-08 12:24:49 -040020 scaling-group-descriptor:
21 - name: "scaling_cirros"
22 vnfd-member:
23 - count: 1
24 member-vnf-index-ref: 1
25 min-instance-count: 0
26 max-instance-count: 10
27 scaling-policy:
28 - scaling-type: "manual"
29 cooldown-time: 10
30 threshold-time: 10
31 name: manual_scale
Philip Joseph64383e42016-09-21 16:18:04 +053032 vld:
33 # Networks for the VNFs
34 - id: cirros_nsd_vld1
35 name: cirros_nsd_vld1
36 type: ELAN
Philip Joseph89c5ea02016-09-28 00:35:59 +053037 # vim-network-name: <update>
Philip Joseph64383e42016-09-21 16:18:04 +053038 # provider-network:
39 # overlay-type: VLAN
Philip Joseph64383e42016-09-21 16:18:04 +053040 # segmentation_id: <update>
41 vnfd-connection-point-ref:
42 # Specify the constituent VNFs
43 # member-vnf-index-ref - entry from constituent vnf
44 # vnfd-id-ref - VNFD id
45 # vnfd-connection-point-ref - connection point name in the VNFD
46 - nsd:member-vnf-index-ref: 1
47 nsd:vnfd-id-ref: cirros_vnfd
48 # NOTE: Validate the entry below
49 nsd:vnfd-connection-point-ref: eth0