summaryrefslogtreecommitdiff
path: root/resources/topologies/surf_small_solution.json
blob: 8c3d8ce3250a5d75c369a5f5c0ea9ea09e78cb8d (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
25
{
    "clusters":
    [
        {
            "name": "C01",
            "hosts" :
            [
                {
                    "name": "H01",
                    "cpu": {
                        "coreCount": 16,
                        "coreSpeed": 2100
                    },
                    "memory": {
                        "memorySize": 128000000
                    },
                    "count": 100
                }
            ],
            "powerSource": {
                "carbonTracePath": "resources/carbon_traces/NL_2021-2024.parquet"
            }
        }
    ]
}