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

Prepare Theodolite v0.8.2 release

parent 68fced52
No related branches found
No related tags found
No related merge requests found
Pipeline #10004 passed
Showing
with 63 additions and 27 deletions
...@@ -8,7 +8,7 @@ authors: ...@@ -8,7 +8,7 @@ authors:
given-names: Wilhelm given-names: Wilhelm
orcid: "https://orcid.org/0000-0001-6625-4335" orcid: "https://orcid.org/0000-0001-6625-4335"
title: Theodolite title: Theodolite
version: "0.8.1" version: "0.8.2"
repository-code: "https://github.com/cau-se/theodolite" repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0" license: "Apache-2.0"
doi: "10.1016/j.bdr.2021.100209" doi: "10.1016/j.bdr.2021.100209"
......
...@@ -5,10 +5,10 @@ ...@@ -5,10 +5,10 @@
"codeRepository": "https://github.com/cau-se/theodolite", "codeRepository": "https://github.com/cau-se/theodolite",
"dateCreated": "2020-03-13", "dateCreated": "2020-03-13",
"datePublished": "2020-07-27", "datePublished": "2020-07-27",
"dateModified": "2022-11-15", "dateModified": "2022-11-19",
"downloadUrl": "https://github.com/cau-se/theodolite/releases", "downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite", "name": "Theodolite",
"version": "0.8.1", "version": "0.8.2",
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.", "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
"developmentStatus": "active", "developmentStatus": "active",
"relatedLink": [ "relatedLink": [
......
apiVersion: v1 apiVersion: v1
entries: entries:
theodolite: theodolite:
- apiVersion: v2
appVersion: 0.8.2
created: "2022-11-19T14:22:34.354747292+01:00"
dependencies:
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.17.*
- condition: kube-prometheus-stack.enabled
name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 41.7.*
- condition: cp-helm-charts.enabled
name: cp-helm-charts
repository: https://soerenhenning.github.io/cp-helm-charts
version: 0.6.0
- condition: strimzi.enabled
name: strimzi-kafka-operator
repository: https://strimzi.io/charts/
version: 0.29.*
description: Theodolite is a framework for benchmarking the horizontal and vertical
scalability of cloud-native applications.
digest: b6fc354d08b661dd75beb4e54efd0bb65b488247dcb528fd0c5e365f8f011808
home: https://www.theodolite.rocks
icon: https://www.theodolite.rocks/assets/logo/theodolite-stacked-transparent.svg
maintainers:
- email: soeren.henning@email.uni-kiel.de
name: Sören Henning
url: https://www.se.informatik.uni-kiel.de/en/team/soeren-henning-m-sc
name: theodolite
sources:
- https://github.com/cau-se/theodolite
type: application
urls:
- https://github.com/cau-se/theodolite/releases/download/v0.8.2/theodolite-0.8.2.tgz
version: 0.8.2
- apiVersion: v2 - apiVersion: v2
appVersion: 0.8.1 appVersion: 0.8.1
created: "2022-11-15T20:09:19.108188031+01:00" created: "2022-11-15T20:09:19.108188031+01:00"
...@@ -423,4 +459,4 @@ entries: ...@@ -423,4 +459,4 @@ entries:
urls: urls:
- https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz - https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
version: 0.4.0 version: 0.4.0
generated: "2022-11-15T20:09:19.064848305+01:00" generated: "2022-11-19T14:22:34.271277139+01:00"
...@@ -9,12 +9,12 @@ spec: ...@@ -9,12 +9,12 @@ spec:
runAsUser: 0 # Set the permissions for write access to the volumes. runAsUser: 0 # Set the permissions for write access to the volumes.
containers: containers:
- name: lag-analysis - name: lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.8.1 image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.8.2
ports: ports:
- containerPort: 80 - containerPort: 80
name: analysis name: analysis
- name: theodolite - name: theodolite
image: ghcr.io/cau-se/theodolite:v0.8.1 image: ghcr.io/cau-se/theodolite:v0.8.2
imagePullPolicy: Always imagePullPolicy: Always
env: env:
- name: NAMESPACE - name: NAMESPACE
......
...@@ -31,6 +31,6 @@ dependencies: ...@@ -31,6 +31,6 @@ dependencies:
condition: strimzi.enabled condition: strimzi.enabled
version: 0.8.1 version: 0.8.2
appVersion: 0.8.1 appVersion: 0.8.2
...@@ -302,7 +302,7 @@ operator: ...@@ -302,7 +302,7 @@ operator:
enabled: true enabled: true
image: ghcr.io/cau-se/theodolite image: ghcr.io/cau-se/theodolite
imageTag: v0.8.1 imageTag: v0.8.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
nodeSelector: {} nodeSelector: {}
...@@ -311,17 +311,17 @@ operator: ...@@ -311,17 +311,17 @@ operator:
generic: generic:
enabled: true enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-generic image: ghcr.io/cau-se/theodolite-slo-checker-generic
imageTag: v0.8.1 imageTag: v0.8.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
lagTrend: lagTrend:
enabled: true enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: v0.8.1 imageTag: v0.8.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
droppedRecordsKStreams: droppedRecordsKStreams:
enabled: false enabled: false
image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams
imageTag: v0.8.1 imageTag: v0.8.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
resultsVolume: resultsVolume:
...@@ -388,7 +388,7 @@ rbac: ...@@ -388,7 +388,7 @@ rbac:
randomScheduler: randomScheduler:
enabled: false enabled: false
image: ghcr.io/cau-se/theodolite-random-scheduler image: ghcr.io/cau-se/theodolite-random-scheduler
imageTag: v0.8.1 imageTag: v0.8.2
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
rbac: rbac:
create: true create: true
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.2
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink", args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink",
"--parallelism=$(PARALLELISM)", "--parallelism=$(PARALLELISM)",
"--disableMetrics=true", "--disableMetrics=true",
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.2
args: ["taskmanager"] args: ["taskmanager"]
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc1-beam-samza - name: uc1-beam-samza
image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.8.2
env: env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181" value: "theodolite-kafka-zoo-entrance:2181"
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc-application - name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc-application - name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.8.2
ports: ports:
- containerPort: 5555 - containerPort: 5555
name: jmx name: jmx
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: workload-generator - name: workload-generator
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.8.1 image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.8.2
ports: ports:
- containerPort: 5701 - containerPort: 5701
name: coordination name: coordination
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.2
args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc2.beam.flink.Uc2BeamFlink", args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc2.beam.flink.Uc2BeamFlink",
"--parallelism=$(PARALLELISM)", "--parallelism=$(PARALLELISM)",
"--disableMetrics=true", "--disableMetrics=true",
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.2
args: ["taskmanager"] args: ["taskmanager"]
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc2-beam-samza - name: uc2-beam-samza
image: ghcr.io/cau-se/theodolite-uc2-beam-samza:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-beam-samza:v0.8.2
env: env:
- name: SAMZA_JOB_COORDINATOR_ZK_CONNECT - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT
value: "theodolite-kafka-zoo-entrance:2181" value: "theodolite-kafka-zoo-entrance:2181"
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: jobmanager - name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
...@@ -17,7 +17,7 @@ spec: ...@@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: taskmanager - name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
...@@ -15,7 +15,7 @@ spec: ...@@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0 terminationGracePeriodSeconds: 0
containers: containers:
- name: uc-application - name: uc-application
image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:v0.8.1 image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:v0.8.2
env: env:
- name: KAFKA_BOOTSTRAP_SERVERS - name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-kafka-kafka-bootstrap:9092" value: "theodolite-kafka-kafka-bootstrap:9092"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment