Skip to content
Snippets Groups Projects
Commit 7c23f6bb authored by Sören Henning's avatar Sören Henning
Browse files

Fix afterAction for Strimzi Zookeeper

parent ab79efb1
No related branches found
No related tags found
1 merge request!218Add Beam Kubernetes Benchmark Definitions
Pipeline #6770 passed
......@@ -15,11 +15,10 @@ spec:
- selector: # delete zookeeper nodes to reset zookeeper
pod:
matchLabels:
app: "cp-zookeeper"
container: "cp-zookeeper-server"
app: "zookeeper-client"
container: "zookeeper-client"
exec:
command: ["zookeeper-shell", "localhost:2181",
"deleteall", "/app-theodolite-uc1-application-1"]
command: ["bin/zkCli.sh", "-server", "theodolite-kafka-zoo-entrance:2181", "deleteall", "/app-theodolite-uc1-application-1"]
timeoutSeconds: 60
loadGenerator:
resources:
......
......@@ -33,11 +33,10 @@ spec:
- selector: # delete zookeeper nodes to reset zookeeper
pod:
matchLabels:
app: "cp-zookeeper"
container: "cp-zookeeper-server"
app: "zookeeper-client"
container: "zookeeper-client"
exec:
command: ["zookeeper-shell", "localhost:2181",
"deleteall", "/app-theodolite-uc2-application-1"]
command: ["bin/zkCli.sh", "-server", "theodolite-kafka-zoo-entrance:2181", "deleteall", "/app-theodolite-uc2-application-1"]
timeoutSeconds: 60
loadGenerator:
resources:
......
......@@ -15,11 +15,10 @@ spec:
- selector: # delete zookeeper nodes to reset zookeeper
pod:
matchLabels:
app: "cp-zookeeper"
container: "cp-zookeeper-server"
app: "zookeeper-client"
container: "zookeeper-client"
exec:
command: ["zookeeper-shell", "localhost:2181",
"deleteall", "/app-theodolite-uc3-application-1"]
command: ["bin/zkCli.sh", "-server", "theodolite-kafka-zoo-entrance:2181", "deleteall", "/app-theodolite-uc3-application-1"]
timeoutSeconds: 60
loadGenerator:
resources:
......
......@@ -15,11 +15,10 @@ spec:
- selector: # delete zookeeper nodes to reset zookeeper
pod:
matchLabels:
app: "cp-zookeeper"
container: "cp-zookeeper-server"
app: "zookeeper-client"
container: "zookeeper-client"
exec:
command: ["zookeeper-shell", "localhost:2181",
"deleteall", "/app-theodolite-uc4-application-1"]
command: ["bin/zkCli.sh", "-server", "theodolite-kafka-zoo-entrance:2181", "deleteall", "/app-theodolite-uc4-application-1"]
timeoutSeconds: 60
loadGenerator:
resources:
......
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