blob: 1051389d205678081b84737aca43dbc3243ffd63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "greenifier-demo-scaling",
"topologies": [
{
"pathToFile": "resources/topologies/surf.json"
},
{
"pathToFile": "resources/topologies/surf_medium.json"
},
{
"pathToFile": "resources/topologies/surf_small.json"
}],
"workloads": [
{
"pathToFile": "resources/workloads/surf_month",
"type": "ComputeWorkload"
}
],
"exportModels": [
{
"exportInterval": 3600
}
]
}
|