-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
CloudEnvironment3.yml
executable file
Β·202 lines (200 loc) Β· 4.22 KB
/
CloudEnvironment3.yml
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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
--- #Delimits each Cloud Environment
datacenters:
- !datacenter
name: datacenter1
amount: 1
vmAllocationPolicy: Simple
architecture: x86
os: Linux
vmm: Xen
upperUtilizationThreshold: 0.8
lowerUtilizationThreshold: 0.2
vmMigration: enabled
schedulingInterval: 30
costPerSec: 0.1
costPerMem: 0.05
costPerStorage: 0.001
costPerBw: 0.1
sans:
- !san
name: san1
capacity: 10000
bandwidth: 10000
networkLatency: 5
- !san
name:
capacity: 50000
bandwidth: 20000
networkLatency: 5
hosts:
- !host
id: 1
amount: 10
ram: 80000
bw: 50000
storage: 500000
maxPower: 250
staticPowerPercent: 0.7
pes: 4
mips: 100000
vmScheduler: TimeShared
powerModel: Linear
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
- !host
amount: 4
ram: 1000000
bw: 80000
storage: 40000
maxPower: 250
staticPowerPercent: 0.7
pes: 4
mips: 50000
vmScheduler: TimeShared
powerModel: Linear
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
- !datacenter
name:
amount: 2
vmAllocationPolicy: Simple
architecture: x86
os: Linux
vmm: Xen
upperUtilizationThreshold: 0.8
lowerUtilizationThreshold: 0.2
vmMigration: enabled
schedulingInterval: 30
costPerSec: 0.1
costPerMem: 0.05
costPerStorage: 0.001
costPerBw: 0.1
sans:
- !san
name: san1
capacity: 10000
bandwidth: 10000
networkLatency: 5
- !san
name:
capacity: 50000
bandwidth: 20000
networkLatency: 5
hosts:
- !host
id: 1
amount: 10
ram: 500000
bw: 40000
storage: 1000000
maxPower: 250
staticPowerPercent: 0.7
pes: 4
mips: 200000
vmScheduler: TimeShared
powerModel: Linear
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
- !host
amount: 4
ram: 2000000
bw: 120000
storage: 850000
maxPower: 250
staticPowerPercent: 0.7
pes: 4
mips: 400000
vmScheduler: TimeShared
powerModel: Linear
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
customers:
- !customer
name: Customer1
amount: 1
vms:
- !vm
amount: 10
size: 500
pes: 2
mips: 1000
ram: 2000
bw: 100
priority: 1
vmm: Xen
cloudletScheduler: TimeShared
- !vm
amount: 8
size: 400
pes: 4
mips: 1000
ram: 1400
bw: 80
priority: 1
vmm: Xen
cloudletScheduler: TimeShared
cloudlets:
- !cloudlet
amount: 5
pes: 2
length: 100
fileSize: 50
outputSize: 50
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full
- !cloudlet
amount: 15
pes: 1
length: 150
fileSize: 50
outputSize: 50
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full
- !customer
name:
amount: 2
vms:
- !vm
amount: 10
size: 1000
pes: 2
mips: 1000
ram: 1000
bw: 250
priority: 1
vmm: Xen
cloudletScheduler: TimeShared
- !vm
amount: 8
size: 1000
pes: 4
mips: 1000
ram: 2000
bw: 180
priority: 1
vmm: Xen
cloudletScheduler: TimeShared
cloudlets:
- !cloudlet
amount: 5
pes: 2
length: 1000
fileSize: 80
outputSize: 80
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full
- !cloudlet
pes: 1
length: 1000
fileSize: 30
outputSize: 30
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full