-
Notifications
You must be signed in to change notification settings - Fork 0
/
complex_2vnf.yaml
131 lines (131 loc) · 3.67 KB
/
complex_2vnf.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
---
vnf:
name: complex_2vnf
description: This is a complex VNFD generated by VIBNEMO
internal-connections:
- name: complex_2vnf-dataconn2
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
type: data
elements:
- VNFC: VirtualMachine-1
local_iface_name: xe1
- VNFC: VirtualMachine-2
local_iface_name: xe1
- name: complex_2vnf-dataconn1
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
type: data
elements:
- VNFC: VirtualMachine-1
local_iface_name: xe0
- VNFC: VirtualMachine-2
local_iface_name: xe0
external-connections:
- name: complex_2vnf-control1
type: bridge
VNFC: VirtualMachine-2
local_iface_name: eth1
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
- name: complex_2vnf-xe22
type: data
VNFC: VirtualMachine-2
local_iface_name: xe2
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
- name: complex_2vnf-xe3
type: data
VNFC: VirtualMachine-1
local_iface_name: xe3
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
- name: complex_2vnf-mgmt1
type: mgmt
VNFC: VirtualMachine-1
local_iface_name: eth0
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
- name: complex_2vnf-xe2
type: data
VNFC: VirtualMachine-1
local_iface_name: xe2
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
- name: complex_2vnf-mgmt2
type: mgmt
VNFC: VirtualMachine-2
local_iface_name: eth0
description: Created by VIBNEMO translator from source complex_2vnf, template
node_2vm on 2017/06/26 19:52:00
VNFC:
- name: VirtualMachine-1
description: 'Dataplane VM with high I/O performance requirements: 14 HW threads,
16 GB hugepages and 4 10G interfaces'
VNFC image: /path/to/imagefolder/dataplaneVNF1.qcow2
numas:
- paired-threads: 7
paired-threads-id:
- - 0
- 1
- - 2
- 3
- - 4
- 5
- - 6
- 7
- - 8
- 9
- - 10
- 11
- - 12
- 13
memory: 16
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'yes'
bandwidth: 10 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'yes'
bandwidth: 10 Gbps
- name: xe2
vpci: '0000:00:13.0'
dedicated: 'yes'
bandwidth: 10 Gbps
- name: xe3
vpci: '0000:00:14.0'
dedicated: 'yes'
bandwidth: 10 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps
- name: VirtualMachine-2
description: 'Dataplane VM with high I/O performance requirements: 3 cores (no
hyperthreading), 8 GB hugepages, 2 10G interfaces and 1 SR-IOV interface'
VNFC image: /path/to/imagefolder/dataplaneVNF2.qcow2
numas:
- cores: 3
memory: 8
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'yes'
bandwidth: 10 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'yes'
bandwidth: 10 Gbps
- name: xe2
vpci: '0000:00:13.0'
dedicated: 'no'
bandwidth: 1 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps
- name: eth1
vpci: '0000:00:10.0'
bandwidth: 1 Mbps