-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
CloudEnvironment2.yml
executable file
Β·72 lines (72 loc) Β· 1.51 KB
/
CloudEnvironment2.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
--- #Delimits each Cloud Environment
datacenters:
- !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: 100000
bandwidth: 10000
networkLatency: 5
hosts:
- !host
amount: 4
ram: 1000000
bw: 10000
storage: 40000
maxPower: 250
staticPowerPercent: 0.7
pes: 4
mips: 1000
vmScheduler: TimeShared
powerModel: Linear
ramProvisioner: Simple
bwProvisioner: Simple
peProvisioner: Simple
customers:
- !customer
name:
amount: 4
vms:
- !vm
amount: 4
size: 500
pes: 2
mips: 1000
ram: 2000
bw: 100
priority: 1
vmm: Xen
cloudletScheduler: TimeShared
cloudlets:
- !cloudlet
amount: 2
pes: 2
length: 1000
fileSize: 50
outputSize: 50
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full
- !cloudlet
amount: 2
pes: 2
length: 2000
fileSize: 50
outputSize: 50
utilizationModelCpu: Full
utilizationModelRam: Full
utilizationModelBw: Full