-
Notifications
You must be signed in to change notification settings - Fork 0
/
video_vnfd.yaml
73 lines (73 loc) · 1.76 KB
/
video_vnfd.yaml
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
vnfd:vnfd-catalog:
vnfd:
- connection-point:
- name: mgmt_tx
type: VPORT
- name: mgmt_trans
type: VPORT
description: This is a complex VNF Descriptor generated by VIBNEMO
id: video_vnfd
name: video_vnfd
short-name: video_vnfd
internal-vld:
- description: Internal VL from connection video.data generated by vibNEMO
id: VL1
name: VL1
short-name: VL1
type: ELAN
internal-connection-point:
- id-ref: eth0
- id-ref: eth0_1
vdu:
- id: Ref_VM1
name: Ref_VM1
description: vlc_vnfd-VM
count: 1
vm-flavor:
vcpu-count: 1
memory-mb: 512
storage-gb: 1
image: vlc_ubuntu
external-interface:
- name: mgmt
virtual-interface:
type: OM-MGMT
bandwidth: '0'
vpci: 0000:00:0a.0
vnfd-connection-point-ref: mgmt_trans
internal-interface:
- name: eth0
virtual-interface:
type: VIRTIO
vdu-internal-connection-point-ref: eth0
internal-connection-point:
- name: eth0
id: eth0
type: VPORT
- id: Ref_VM2
name: Ref_VM2
description: vlc_vnfd-VM
count: 1
vm-flavor:
vcpu-count: 1
memory-mb: 512
storage-gb: 1
image: vlc_ubuntu
external-interface:
- name: mgmt
virtual-interface:
type: OM-MGMT
bandwidth: '0'
vpci: 0000:00:0a.0
vnfd-connection-point-ref: mgmt_trans
internal-interface:
- name: eth0_1
virtual-interface:
type: VIRTIO
vdu-internal-connection-point-ref: eth0_1
internal-connection-point:
- name: eth0_1
id: eth0_1
type: VPORT
vendor: ETSI
version: '1.0'