blob: 2b3470d6c31ba065dbc92d16236a2554ded54f31 [file] [log] [blame]
tiernof1ba57e2017-09-07 12:23:19 +02001vnfd:vnfd-catalog:
2 vnfd:
3 - id: 3vdu_vnfd
4 name: 3vdu_vnfd-name
5 short-name: 3vdu-sname
6 description: Simple VNF example with a cirros and 3 vdu count
7 vendor: OSM
8 version: '1.0'
9
10 # Place the logo as png in icons directory and provide the name here
11 logo: cirros-64.png
12
13 # Management interface
14 mgmt-interface:
15 vdu-id: 3vduVM
16
17 # Atleast one VDU need to be specified
18 vdu:
19 - id: 3vduVM
20 name: 3vduVM-name
21 description: 3vduVM-description
22 count: 3
23
24 # Flavour of the VM to be instantiated for the VDU
25 # flavor below can fit into m1.micro
26 vm-flavor:
27 vcpu-count: 1
28 memory-mb: 256
29 storage-gb: 2
30
31 # Image/checksum or image including the full path
32 image: 'cirros034'
33 #checksum:
34
tiernoa9550202017-09-22 13:31:35 +020035 interface:
tiernof1ba57e2017-09-07 12:23:19 +020036 # Specify the external interfaces
37 # There can be multiple interfaces defined
38 - name: eth0
tiernoa9550202017-09-22 13:31:35 +020039 type: EXTERNAL
40 position: 0
tiernof1ba57e2017-09-07 12:23:19 +020041 virtual-interface:
42 type: OM-MGMT
43 bandwidth: '0'
tiernoa9550202017-09-22 13:31:35 +020044 # vnfd-connection-point-ref: eth0
45 external-connection-point-ref: eth0
tiernof1ba57e2017-09-07 12:23:19 +020046
47 connection-point:
48 - name: eth0
49 type: VPORT
50