-
Notifications
You must be signed in to change notification settings - Fork 0
/
dmz1.yaml
152 lines (152 loc) · 3.71 KB
/
dmz1.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
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
---
vnf:
name: dmz1
description: This is a complex VNFD generated by VIBNEMO
internal-connections:
- name: datanet
description: datanet
type: data
elements:
- VNFC: VirtualMachine-1
local_iface_name: xe0
- VNFC: VirtualMachine-2
local_iface_name: xe0
- name: datanet
description: datanet
type: data
elements:
- VNFC: VirtualMachine-4
local_iface_name: xe0
- VNFC: VirtualMachine-5
local_iface_name: xe0
external-connections:
- name: dmz1-c1
type: data
VNFC: VirtualMachine-3
local_iface_name: xe1
description: Created by VIBNEMO translator from source dmz1, template dmz on 2017/06/01
12:48:22
VNFC:
- name: VirtualMachine-1
description: Dataplane VM1 with 4 threads, 2 GB hugepages, 2 SR-IOV interface
VNFC image: /path/to/imagefolder/dataplaneVNF_2VMs.qcow2
disk: 10
numas:
- paired-threads: 2
memory: 2
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'no'
bandwidth: 1 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'no'
bandwidth: 1 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps
- name: VirtualMachine-2
description: Dataplane VM1 with 2 threads, 2 GB hugepages, 2 SR-IOV interface
VNFC image: /path/to/imagefolder/dataplaneVNF_2VMs.qcow2
disk: 10
numas:
- paired-threads: 1
memory: 2
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'no'
bandwidth: 1 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'no'
bandwidth: 1 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps
- name: VirtualMachine-3
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-4
description: Dataplane VM1 with 4 threads, 2 GB hugepages, 2 SR-IOV interface
VNFC image: /path/to/imagefolder/dataplaneVNF_2VMs.qcow2
disk: 10
numas:
- paired-threads: 2
memory: 2
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'no'
bandwidth: 1 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'no'
bandwidth: 1 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps
- name: VirtualMachine-5
description: Dataplane VM1 with 2 threads, 2 GB hugepages, 2 SR-IOV interface
VNFC image: /path/to/imagefolder/dataplaneVNF_2VMs.qcow2
disk: 10
numas:
- paired-threads: 1
memory: 2
interfaces:
- name: xe0
vpci: '0000:00:11.0'
dedicated: 'no'
bandwidth: 1 Gbps
- name: xe1
vpci: '0000:00:12.0'
dedicated: 'no'
bandwidth: 1 Gbps
bridge-ifaces:
- name: eth0
vpci: '0000:00:09.0'
bandwidth: 1 Mbps