Skip to content

Commit

Permalink
Release Theodolite v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Feb 16, 2022
1 parent 6050ecd commit 7b4ac13
Show file tree
Hide file tree
Showing 32 changed files with 87 additions and 52 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors:
given-names: Wilhelm
orcid: "https://orcid.org/0000-0001-6625-4335"
title: Theodolite
version: "0.6.3"
version: "0.6.4"
repository-code: "https://github.com/cau-se/theodolite"
license: "Apache-2.0"
doi: "10.1016/j.bdr.2021.100209"
Expand Down
2 changes: 1 addition & 1 deletion codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"dateModified": "2022-01-24",
"downloadUrl": "https://github.com/cau-se/theodolite/releases",
"name": "Theodolite",
"version": "0.6.3",
"version": "0.6.4",
"description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.",
"developmentStatus": "active",
"relatedLink": [
Expand Down
37 changes: 36 additions & 1 deletion docs/index.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
apiVersion: v1
entries:
theodolite:
- apiVersion: v2
appVersion: 0.6.4
created: "2022-02-16T15:28:04.313903981+01:00"
dependencies:
- condition: grafana.enabled
name: grafana
repository: https://grafana.github.io/helm-charts
version: 6.17.5
- condition: kube-prometheus-stack.enabled
name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 20.0.1
- condition: cp-helm-charts.enabled
name: cp-helm-charts
repository: https://soerenhenning.github.io/cp-helm-charts
version: 0.6.0
- condition: kafka-lag-exporter.enabled
name: kafka-lag-exporter
repository: https://seanglover.com/kafka-lag-exporter/repo
version: 0.6.7
description: Theodolite is a framework for benchmarking the horizontal and vertical
scalability of cloud-native applications.
digest: b7554caf7295ae27ee0fe42b89903e7c02dd255816d1a1717e20f2fe0783427f
home: https://www.theodolite.rocks
maintainers:
- email: [email protected]
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.6.4/theodolite-0.6.4.tgz
version: 0.6.4
- apiVersion: v2
appVersion: 0.6.3
created: "2022-01-24T13:37:45.410029138+01:00"
Expand Down Expand Up @@ -246,4 +281,4 @@ entries:
urls:
- https://github.com/cau-se/theodolite/releases/download/v0.4.0/theodolite-0.4.0.tgz
version: 0.4.0
generated: "2022-01-24T13:37:45.371191415+01:00"
generated: "2022-02-16T15:28:04.278282551+01:00"
4 changes: 2 additions & 2 deletions execution/theodolite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ spec:
runAsUser: 0 # Set the permissions for write access to the volumes.
containers:
- name: lag-analysis
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.6.3
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.6.4
ports:
- containerPort: 80
name: analysis
- name: theodolite
image: ghcr.io/cau-se/theodolite:v0.6.3
image: ghcr.io/cau-se/theodolite:v0.6.4
imagePullPolicy: Always
env:
- name: NAMESPACE
Expand Down
4 changes: 2 additions & 2 deletions helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies:
repository: https://seanglover.com/kafka-lag-exporter/repo
condition: kafka-lag-exporter.enabled

version: 0.6.3
version: 0.6.4

appVersion: 0.6.3
appVersion: 0.6.4
10 changes: 5 additions & 5 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ operator:
enabled: true

image: ghcr.io/cau-se/theodolite
imageTag: v0.6.3
imageTag: v0.6.4
imagePullPolicy: IfNotPresent

nodeSelector: {}
Expand All @@ -259,17 +259,17 @@ operator:
generic:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-generic
imageTag: v0.6.3
imageTag: v0.6.4
imagePullPolicy: IfNotPresent
lagTrend:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend
imageTag: v0.6.3
imageTag: v0.6.4
imagePullPolicy: IfNotPresent
droppedRecordsKStreams:
enabled: true
image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams
imageTag: v0.6.3
imageTag: v0.6.4
imagePullPolicy: IfNotPresent

resultsVolume:
Expand Down Expand Up @@ -319,7 +319,7 @@ rbac:
randomScheduler:
enabled: true
image: ghcr.io/cau-se/theodolite-random-scheduler
imageTag: v0.6.3
imageTag: v0.6.4
imagePullPolicy: IfNotPresent
rbac:
create: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.4
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.4
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.4
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.4
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.6.4
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.4
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: jobmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: taskmanager
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc4-flink:v0.6.4
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: "theodolite-cp-kafka:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: uc-application
image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.6.4
ports:
- containerPort: 5555
name: jmx
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: workload-generator
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc4-workload-generator:v0.6.4
ports:
- containerPort: 5701
name: coordination
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.4
depends_on:
- schema-registry
- kafka
Expand All @@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.4
#ports:
# - "8080:8081"
command: standalone-job --job-classname theodolite.uc1.application.HistoryServiceFlinkJob
Expand All @@ -59,7 +59,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-flink:v0.6.4
command: taskmanager
environment:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.6.4
depends_on:
- schema-registry
- kafka
environment:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081
load-generator:
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.6.4
depends_on:
- schema-registry
- kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.4
depends_on:
- schema-registry
- kafka
Expand All @@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.4
#ports:
# - "8080:8081"
command: standalone-job --job-classname theodolite.uc2.application.HistoryServiceFlinkJob
Expand All @@ -59,7 +59,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-flink:v0.6.4
command: taskmanager
environment:
- |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
benchmark:
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.6.4
depends_on:
- schema-registry
- kafka
Expand All @@ -42,7 +42,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
KAFKA_WINDOW_DURATION_MINUTES: 60
load-generator:
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.6.4
depends_on:
- schema-registry
- kafka
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ services:
SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
load-generator:
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.6.4
depends_on:
- schema-registry
- kafka
Expand All @@ -44,7 +44,7 @@ services:
SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10
benchmark-jobmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.4
#ports:
# - "8080:8081"
command: standalone-job --job-classname theodolite.uc3.application.HistoryServiceFlinkJob
Expand All @@ -59,7 +59,7 @@ services:
- schema-registry
- kafka
benchmark-taskmanager:
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.3
image: ghcr.io/cau-se/theodolite-uc3-flink:v0.6.4
command: taskmanager
environment:
- |
Expand Down
Loading

0 comments on commit 7b4ac13

Please sign in to comment.