-
Notifications
You must be signed in to change notification settings - Fork 0
/
casa2.yaml
119 lines (119 loc) · 2.95 KB
/
casa2.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
---
vnf:
name: casa2
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: casa2-c2
description: '"Created by VIBNEMO translator from source casa2, template as on
2017/05/30 11:51:22"'
type: data
elements:
- VNFC: VirtualMachine-3
local_iface_name: xe2
- VNFC: VirtualMachine-1
local_iface_name: xe1
external-connections:
- name: casa2-c3
type: mgmt
VNFC: VirtualMachine-1
local_iface_name: eth0
description: Created by VIBNEMO translator from source casa2, template as on 2017/05/30
11:51:22
- name: casa2-c1
type: data
VNFC: VirtualMachine-3
local_iface_name: xe1
description: Created by VIBNEMO translator from source casa2, template as on 2017/05/30
11:51: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