diff options
| author | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 23:38:00 +0200 |
|---|---|---|
| committer | mjkwiatkowski <mati.rewa@gmail.com> | 2026-06-18 23:38:00 +0200 |
| commit | 54f94861da743cbd72d9755c2fbe4223176d90f4 (patch) | |
| tree | a4c2eddb01662e00a1c17514e9fb1218e8515efc /output | |
| parent | 4562f52c9b540944200b33d4ffbd60b3cbc5ee79 (diff) | |
feat: complete system redesign: KafkaComputeMonitor stays, SmartScheduler is working and only HTTPClient remains, the rest will be moved to Python scripts
Diffstat (limited to 'output')
| -rw-r--r-- | output/greenifier-demo-scaling/trackr.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/output/greenifier-demo-scaling/trackr.json b/output/greenifier-demo-scaling/trackr.json index f2eb187e..1633d1fe 100644 --- a/output/greenifier-demo-scaling/trackr.json +++ b/output/greenifier-demo-scaling/trackr.json @@ -7,6 +7,9 @@ "pathToFile": "resources/workloads/surf_month", "type": "ComputeWorkload" }, + "allocationPolicy": { + "type": "prefab" + }, "exportModel": { "exportInterval": 3600, "filesToExportDict": { |
