diff options
| author | Dante Niewenhuis <d.niewenhuis@hotmail.com> | 2024-05-07 12:33:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-07 12:33:39 +0200 |
| commit | ad20465a5df47b49561bb0afbdda5cd65c5da4b8 (patch) | |
| tree | 268f0fde5924b71ca2750dbbbba4cbe24c361f12 /site/docs/documentation/Input/Scenario.md | |
| parent | 7c0691eb6c348d2e49da3ef354b652cf26604905 (diff) | |
Revamped failure models (#228)
Diffstat (limited to 'site/docs/documentation/Input/Scenario.md')
| -rw-r--r-- | site/docs/documentation/Input/Scenario.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/documentation/Input/Scenario.md b/site/docs/documentation/Input/Scenario.md index e5c4c58c..ff7b9ffb 100644 --- a/site/docs/documentation/Input/Scenario.md +++ b/site/docs/documentation/Input/Scenario.md @@ -13,7 +13,7 @@ In the following section, we describe the different components of the schema. | name | string | no | "" | Name of the scenario, used for identification and referencing. | | topologies | List[[Topology](#topology)] | yes | N/A | List of topologies used in the scenario. | | workloads | List[[Workload](#workload)] | yes | N/A | List of workloads to be executed within the scenario. | -| allocationPolicies | List[[AllocationPolicy](#allocationpolicy)] | yes | N/A | Allocation policies used for resource management in the scenario. | +| allocationPolicies | List[[AllocationPolicy](#allocation-policy)] | yes | N/A | Allocation policies used for resource management in the scenario. | | failureModels | List[[FailureModel](#failuremodel)] | no | empty | List of failure models to simulate various types of failures. | | exportModels | List[[ExportModel](#exportmodel)] | no | empty | Specifications for exporting data from the simulation. | | carbonTracePaths | List[string] | no | null | Paths to carbon footprint trace files. | @@ -34,7 +34,7 @@ In the following section, we describe the different components of the schema. | pathToFile | string | yes | N/A | Path to the file containing the workload trace. | | type | string | yes | N/A | Type of the workload (e.g., "ComputeWorkload"). | -### AllocationPolicy +### Allocation Policy | Variable | Type | Required? | Default | Description | |-------------|--------|-----------|---------|---------------------------------------------------------------------| |
