Skip to content
Snippets Groups Projects
Commit 7d3fca3b authored by Benedikt Wetzel's avatar Benedikt Wetzel
Browse files

fix configuration

parent 5cfa27a9
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!85Introduce new Benchmark class and Patcher,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -20,7 +20,7 @@ loadTypes: ...@@ -20,7 +20,7 @@ loadTypes:
kafkaConfig: kafkaConfig:
bootstrapSever: "localhost:31290" bootstrapSever: "localhost:31290"
topics: topics:
- name: "test" - name: "input"
partition: "1" partition: "1"
replication: "1" replication: "1"
zookeeperConfig: zookeeperConfig:
......
...@@ -7,24 +7,17 @@ load: ...@@ -7,24 +7,17 @@ load:
resources: resources:
resourceType: "Instances" resourceType: "Instances"
resourceValues: resourceValues:
- 1
- 2 - 2
slos: slos:
- sloType: "slo type" - sloType: "slo type"
threshold: 1000 threshold: 1000
execution: execution:
strategy: "LinearSearch" strategy: "LinearSearch"
duration: 300 duration: 120
repititions: 1 repititions: 1
restrictions: restrictions:
- "LowerBound" - "LowerBound"
configOverrides: configOverrides:
- patcher:
type: "EnvVarPatcher"
resource: "workloadGenerator.yaml"
container: "workload-generator"
variableName: "KAFKA_SERVER"
value: "localhost:9192"
- patcher: - patcher:
type: "NodeSelectorPatcher" type: "NodeSelectorPatcher"
resource: "workloadGenerator.yaml" resource: "workloadGenerator.yaml"
...@@ -34,7 +27,4 @@ configOverrides: ...@@ -34,7 +27,4 @@ configOverrides:
type: "NodeSelectorPatcher" type: "NodeSelectorPatcher"
resource: "aggregation-deployment.yaml" resource: "aggregation-deployment.yaml"
variableName: "env" variableName: "env"
value: "prod" value: "prod"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment