diff --git a/CITATION.cff b/CITATION.cff index 160146c844b1d128299617ae8d93ac4af77e4ca0..0ebea8019c94aea0c294396f7430e38e81ceef6a 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -8,7 +8,7 @@ authors: given-names: Wilhelm orcid: "https://orcid.org/0000-0001-6625-4335" title: Theodolite -version: "0.7.0" +version: "0.8.0" repository-code: "https://github.com/cau-se/theodolite" license: "Apache-2.0" doi: "10.1016/j.bdr.2021.100209" diff --git a/codemeta.json b/codemeta.json index fa2eb23a956d9ad2525beee1b5ca343845c38d2d..5a4c6e8bcb11191e1d5b775cb30f889817d73c69 100644 --- a/codemeta.json +++ b/codemeta.json @@ -5,10 +5,10 @@ "codeRepository": "https://github.com/cau-se/theodolite", "dateCreated": "2020-03-13", "datePublished": "2020-07-27", - "dateModified": "2022-05-11", + "dateModified": "2022-07-18", "downloadUrl": "https://github.com/cau-se/theodolite/releases", "name": "Theodolite", - "version": "0.7.0", + "version": "0.8.0", "description": "Theodolite is a framework for benchmarking the horizontal and vertical scalability of cloud-native applications.", "developmentStatus": "active", "relatedLink": [ diff --git a/docs/index.yaml b/docs/index.yaml index 956bb83b19ebbae4cddc4da6f07a0d937cf3dc2d..96e5c9731707ce257be023cc97a0bb5103dc990d 100644 --- a/docs/index.yaml +++ b/docs/index.yaml @@ -1,6 +1,42 @@ apiVersion: v1 entries: theodolite: + - apiVersion: v2 + appVersion: 0.8.0 + created: "2022-07-18T17:44:19.637564149+02: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: strimzi.enabled + name: strimzi-kafka-operator + repository: https://strimzi.io/charts/ + version: 0.28.0 + description: Theodolite is a framework for benchmarking the horizontal and vertical + scalability of cloud-native applications. + digest: 2537d37ae9467a967f50d9231040ee7babb1a05cf55cb8ca216162f91299730a + 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.0/theodolite-0.8.0.tgz + version: 0.8.0 - apiVersion: v2 appVersion: 0.7.0 created: "2022-05-11T13:49:02.491041789+02:00" @@ -351,4 +387,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-05-11T13:49:02.423487026+02:00" +generated: "2022-07-18T17:44:19.601575596+02:00" diff --git a/execution/theodolite.yaml b/execution/theodolite.yaml index 495b98f8dfff7fb5ddfe95d71d09fc1dfff67e0e..601fe89b8d85e599ab80ace61c6a8d7d43fdbdc2 100644 --- a/execution/theodolite.yaml +++ b/execution/theodolite.yaml @@ -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:latest + image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend:v0.8.0 ports: - containerPort: 80 name: analysis - name: theodolite - image: ghcr.io/cau-se/theodolite:latest + image: ghcr.io/cau-se/theodolite:v0.8.0 imagePullPolicy: Always env: - name: NAMESPACE diff --git a/helm/Chart.yaml b/helm/Chart.yaml index d890cf35119294faac3590b8beacbe18c61859b1..3e6124d00c7adaebaac9975eb77cdf4b6c6068ae 100644 --- a/helm/Chart.yaml +++ b/helm/Chart.yaml @@ -31,6 +31,6 @@ dependencies: condition: strimzi.enabled -version: 0.8.0-SNAPSHOT +version: 0.8.0 -appVersion: 0.8.0-SNAPSHOT +appVersion: 0.8.0 diff --git a/helm/values.yaml b/helm/values.yaml index ec004607b41daa81e694a06fa5f644d65941ecd2..dee01d93fd20b674c6f654c42a12e933fc133f32 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -301,8 +301,8 @@ operator: enabled: true image: ghcr.io/cau-se/theodolite - imageTag: latest - imagePullPolicy: Always + imageTag: v0.8.0 + imagePullPolicy: IfNotPresent nodeSelector: {} @@ -310,18 +310,18 @@ operator: generic: enabled: true image: ghcr.io/cau-se/theodolite-slo-checker-generic - imageTag: latest - imagePullPolicy: Always + imageTag: v0.8.0 + imagePullPolicy: IfNotPresent lagTrend: enabled: true image: ghcr.io/cau-se/theodolite-slo-checker-lag-trend - imageTag: latest - imagePullPolicy: Always + imageTag: v0.8.0 + imagePullPolicy: IfNotPresent droppedRecordsKStreams: enabled: false image: ghcr.io/cau-se/theodolite-slo-checker-dropped-records-kstreams - imageTag: latest - imagePullPolicy: Always + imageTag: v0.8.0 + imagePullPolicy: IfNotPresent resultsVolume: persistent: @@ -387,8 +387,8 @@ rbac: randomScheduler: enabled: false image: ghcr.io/cau-se/theodolite-random-scheduler - imageTag: latest - imagePullPolicy: Always + imageTag: v0.8.0 + imagePullPolicy: IfNotPresent rbac: create: true serviceAccount: diff --git a/theodolite-benchmarks/definitions/uc1-beam-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc1-beam-flink/resources/jobmanager-deployment.yaml index d274cba8a326ddaac7670e7797b899d6022b12c9..2cb527c06b39f2b76ca43f80b15277731c22df82 100644 --- a/theodolite-benchmarks/definitions/uc1-beam-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-beam-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc1-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.0 args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc1.beam.flink.Uc1BeamFlink", "--parallelism=$(PARALLELISM)", "--disableMetrics=true", diff --git a/theodolite-benchmarks/definitions/uc1-beam-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc1-beam-flink/resources/taskmanager-deployment.yaml index bcf3a04f34dd039a3d75c86df095d09b9523f615..9efa3b844d877115f6d5b154e6f8be31880ea6cc 100644 --- a/theodolite-benchmarks/definitions/uc1-beam-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-beam-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc1-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc1-beam-flink:v0.8.0 args: ["taskmanager"] env: - name: KAFKA_BOOTSTRAP_SERVERS diff --git a/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml index d7f453e2ab9c15bca83162520ebe7e90ce7be3ea..522cf02af83e0853218de4c73fd857a2e1a3596b 100644 --- a/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-beam-samza/resources/uc1-beam-samza-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc1-beam-samza - image: ghcr.io/cau-se/theodolite-uc1-beam-samza:latest + image: ghcr.io/cau-se/theodolite-uc1-beam-samza:v0.8.0 env: - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT value: "theodolite-kafka-zoo-entrance:2181" diff --git a/theodolite-benchmarks/definitions/uc1-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc1-flink/resources/jobmanager-deployment.yaml index 74c5002dbdf988071ee43946b55b56d7d439a09e..56a3d388dce2217bbb4af8785472e220b7a3c2f7 100644 --- a/theodolite-benchmarks/definitions/uc1-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc1-flink:latest + image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc1-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc1-flink/resources/taskmanager-deployment.yaml index be23c1d6abf2ccdc39481997bff12f11fd8fd580..2ff3da48718234cc2d499a4f9cee8dd754a6b652 100644 --- a/theodolite-benchmarks/definitions/uc1-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc1-flink:latest + image: ghcr.io/cau-se/theodolite-uc1-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc1-hazelcastjet/resources/uc1-hazelcastjet-deployment.yaml b/theodolite-benchmarks/definitions/uc1-hazelcastjet/resources/uc1-hazelcastjet-deployment.yaml index 28cf4761d44a4d98c1d2b889f9c6a679ec96304a..d35b60df54b2722ca951fab16df3aef86c2ce43e 100644 --- a/theodolite-benchmarks/definitions/uc1-hazelcastjet/resources/uc1-hazelcastjet-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-hazelcastjet/resources/uc1-hazelcastjet-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:latest + image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc1-kstreams/resources/uc1-kstreams-deployment.yaml b/theodolite-benchmarks/definitions/uc1-kstreams/resources/uc1-kstreams-deployment.yaml index 7698dc50306901d8fd7e2f4ab79f2f362b909d54..6f776841c774979649aa3f0531fb75903f276c50 100644 --- a/theodolite-benchmarks/definitions/uc1-kstreams/resources/uc1-kstreams-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-kstreams/resources/uc1-kstreams-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:latest + image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:v0.8.0 ports: - containerPort: 5555 name: jmx diff --git a/theodolite-benchmarks/definitions/uc1-load-generator/resources/uc1-load-generator-deployment.yaml b/theodolite-benchmarks/definitions/uc1-load-generator/resources/uc1-load-generator-deployment.yaml index cd408e786204d3dcd466af2f998a242832c1727d..82018594a05ca60aa031d6c668bebf9b8b518878 100644 --- a/theodolite-benchmarks/definitions/uc1-load-generator/resources/uc1-load-generator-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc1-load-generator/resources/uc1-load-generator-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:latest + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:v0.8.0 ports: - containerPort: 5701 name: coordination diff --git a/theodolite-benchmarks/definitions/uc2-beam-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc2-beam-flink/resources/jobmanager-deployment.yaml index 667559010b0dc9f642f9cb0e8c9d257d70a2dbaa..0006d10243630fa014c4a30ddd08b30e2c565d99 100644 --- a/theodolite-benchmarks/definitions/uc2-beam-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-beam-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc2-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.0 args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc2.beam.flink.Uc2BeamFlink", "--parallelism=$(PARALLELISM)", "--disableMetrics=true", diff --git a/theodolite-benchmarks/definitions/uc2-beam-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc2-beam-flink/resources/taskmanager-deployment.yaml index f4f7a9c54a55c42dffe838925a8a97e73ef74759..421d125b49aed99ceb0efc9ec705a24b2be733c6 100644 --- a/theodolite-benchmarks/definitions/uc2-beam-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-beam-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc2-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc2-beam-flink:v0.8.0 args: ["taskmanager"] env: - name: KAFKA_BOOTSTRAP_SERVERS diff --git a/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml index 4266b47a15f2b43e7d746a581c1cd5b1f7321096..951fa5d0d7decc4bb9c76d8a3aa303b478601fbe 100644 --- a/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-beam-samza/resources/uc2-beam-samza-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc2-beam-samza - image: ghcr.io/cau-se/theodolite-uc2-beam-samza:latest + image: ghcr.io/cau-se/theodolite-uc2-beam-samza:v0.8.0 env: - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT value: "theodolite-kafka-zoo-entrance:2181" diff --git a/theodolite-benchmarks/definitions/uc2-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc2-flink/resources/jobmanager-deployment.yaml index d9d7182837dcd29dec80e74d631270b678dc9a7f..5cbd13dc89058372203df0b926579550563180b4 100644 --- a/theodolite-benchmarks/definitions/uc2-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc2-flink:latest + image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc2-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc2-flink/resources/taskmanager-deployment.yaml index add5ee6c770f8a4fa1cd8685009ae0fba85ac459..7de3db5eec9e9cbed0f6192e2e4d7d3c94a92aa3 100644 --- a/theodolite-benchmarks/definitions/uc2-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc2-flink:latest + image: ghcr.io/cau-se/theodolite-uc2-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc2-hazelcastjet/resources/uc2-hazelcastjet-deployment.yaml b/theodolite-benchmarks/definitions/uc2-hazelcastjet/resources/uc2-hazelcastjet-deployment.yaml index 15eb8baa4219253270066d68cfa9cb4166eafd48..8828877f91da3f573ad69cc3dc0b99e653771f3b 100644 --- a/theodolite-benchmarks/definitions/uc2-hazelcastjet/resources/uc2-hazelcastjet-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-hazelcastjet/resources/uc2-hazelcastjet-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:latest + image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc2-kstreams/resources/uc2-kstreams-deployment.yaml b/theodolite-benchmarks/definitions/uc2-kstreams/resources/uc2-kstreams-deployment.yaml index 47711343508c712e8f46d38feaef6b6057fbdc80..c8a42b26f5f1be5ea4bcf428fe387ad8012d4c9e 100644 --- a/theodolite-benchmarks/definitions/uc2-kstreams/resources/uc2-kstreams-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-kstreams/resources/uc2-kstreams-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:latest + image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:v0.8.0 ports: - containerPort: 5555 name: jmx diff --git a/theodolite-benchmarks/definitions/uc2-load-generator/resources/uc2-load-generator-deployment.yaml b/theodolite-benchmarks/definitions/uc2-load-generator/resources/uc2-load-generator-deployment.yaml index b3eb43070493a81d3ff717d5d16541a9c03ccc3a..9c5cdb0226e67dcc81407930ef59bc137dd8b71c 100644 --- a/theodolite-benchmarks/definitions/uc2-load-generator/resources/uc2-load-generator-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc2-load-generator/resources/uc2-load-generator-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: ghcr.io/cau-se/theodolite-uc2-workload-generator:latest + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:v0.8.0 ports: - containerPort: 5701 name: coordination diff --git a/theodolite-benchmarks/definitions/uc3-beam-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc3-beam-flink/resources/jobmanager-deployment.yaml index 1e70c714d0feef09e034566e9e1745b3b310753b..a99203c0b992bf5e2253859f74b2816304fd4d16 100644 --- a/theodolite-benchmarks/definitions/uc3-beam-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-beam-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc3-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc3-beam-flink:v0.8.0 args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc3.beam.flink.Uc3BeamFlink", "--parallelism=$(PARALLELISM)", "--disableMetrics=true", diff --git a/theodolite-benchmarks/definitions/uc3-beam-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc3-beam-flink/resources/taskmanager-deployment.yaml index e71177f1c7d3595b4dc48a82aebfe839bc2786eb..8ab640cfe1c596be384bb75748ce812398ce8780 100644 --- a/theodolite-benchmarks/definitions/uc3-beam-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-beam-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc3-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc3-beam-flink:v0.8.0 args: ["taskmanager"] env: - name: KAFKA_BOOTSTRAP_SERVERS diff --git a/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml index bb1917a156d6a04277a3ca6e3bccd580d760de21..582e63b9c757fcb7dd4710156fa19688e5438082 100644 --- a/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-beam-samza/resources/uc3-beam-samza-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc3-beam-samza - image: ghcr.io/cau-se/theodolite-uc3-beam-samza:latest + image: ghcr.io/cau-se/theodolite-uc3-beam-samza:v0.8.0 env: - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT value: "theodolite-kafka-zoo-entrance:2181" diff --git a/theodolite-benchmarks/definitions/uc3-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc3-flink/resources/jobmanager-deployment.yaml index 90e13d000d48be220d40027aaf648d7e0472bbff..931410db60f11a1a44977cbe0736fb32be3311a2 100644 --- a/theodolite-benchmarks/definitions/uc3-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc3-flink:latest + image: ghcr.io/cau-se/theodolite-uc3-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc3-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc3-flink/resources/taskmanager-deployment.yaml index 7092166f295a8bb85f929775170b67c41cf17612..ae0d40a04b7b14517f1d7fd7c76f18dee5ab66b9 100644 --- a/theodolite-benchmarks/definitions/uc3-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc3-flink:latest + image: ghcr.io/cau-se/theodolite-uc3-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc3-hazelcastjet/resources/uc3-hazelcastjet-deployment.yaml b/theodolite-benchmarks/definitions/uc3-hazelcastjet/resources/uc3-hazelcastjet-deployment.yaml index 491bee67b531d983ec3dfb2b008dc0b50994c30c..ae9c4e1473511a00c7aaedd52a1fd85983a3b27a 100644 --- a/theodolite-benchmarks/definitions/uc3-hazelcastjet/resources/uc3-hazelcastjet-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-hazelcastjet/resources/uc3-hazelcastjet-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc3-hazelcastjet:latest + image: ghcr.io/cau-se/theodolite-uc3-hazelcastjet:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc3-kstreams/resources/uc3-kstreams-deployment.yaml b/theodolite-benchmarks/definitions/uc3-kstreams/resources/uc3-kstreams-deployment.yaml index 1a98c1a5edf2b4b0dc3b8fbb155c56c347ce22fa..a9db6ffb2467cf8719e999736bdaea675ed99a00 100644 --- a/theodolite-benchmarks/definitions/uc3-kstreams/resources/uc3-kstreams-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-kstreams/resources/uc3-kstreams-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:latest + image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:v0.8.0 ports: - containerPort: 5555 name: jmx diff --git a/theodolite-benchmarks/definitions/uc3-load-generator/resources/uc3-load-generator-deployment.yaml b/theodolite-benchmarks/definitions/uc3-load-generator/resources/uc3-load-generator-deployment.yaml index a8e13a543075cd6a48a73354f9beac7e59bfd27a..2a5a7435d6e61489f611363646fc71f1fbd36384 100644 --- a/theodolite-benchmarks/definitions/uc3-load-generator/resources/uc3-load-generator-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc3-load-generator/resources/uc3-load-generator-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:latest + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:v0.8.0 ports: - containerPort: 5701 name: coordination diff --git a/theodolite-benchmarks/definitions/uc4-beam-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc4-beam-flink/resources/jobmanager-deployment.yaml index 2cd558313e07ed35945efcb2a16528911bdf3121..03fd407afddebe4057858ffd6822929a1e72f6a1 100644 --- a/theodolite-benchmarks/definitions/uc4-beam-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-beam-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc4-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc4-beam-flink:v0.8.0 args: ["standalone-job", "--job-classname", "rocks.theodolite.benchmarks.uc4.beam.flink.Uc4BeamFlink", "--parallelism=$(PARALLELISM)", "--disableMetrics=true", diff --git a/theodolite-benchmarks/definitions/uc4-beam-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc4-beam-flink/resources/taskmanager-deployment.yaml index 75718b28564a2ffca7f684eccaab26b9caff6a5f..cc8fdbfd89a248d003d6c04d025432b09686bcbe 100644 --- a/theodolite-benchmarks/definitions/uc4-beam-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-beam-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc4-beam-flink:latest + image: ghcr.io/cau-se/theodolite-uc4-beam-flink:v0.8.0 args: ["taskmanager"] env: - name: KAFKA_BOOTSTRAP_SERVERS diff --git a/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml b/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml index fccf67c82bbda59a1f31fa0617cd158a99a09f46..6ba2450e716b50c213e5cf56b4cf0fd48d3e2952 100644 --- a/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-beam-samza/resources/uc4-beam-samza-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc4-beam-samza - image: ghcr.io/cau-se/theodolite-uc4-beam-samza:latest + image: ghcr.io/cau-se/theodolite-uc4-beam-samza:v0.8.0 env: - name: SAMZA_JOB_COORDINATOR_ZK_CONNECT value: "theodolite-kafka-zoo-entrance:2181" diff --git a/theodolite-benchmarks/definitions/uc4-flink/resources/jobmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc4-flink/resources/jobmanager-deployment.yaml index fe8f232170406d06f7339455e1488c716d0326db..bfd79622f67404752d64fab597e5368421e8b1a0 100644 --- a/theodolite-benchmarks/definitions/uc4-flink/resources/jobmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-flink/resources/jobmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: jobmanager - image: ghcr.io/cau-se/theodolite-uc4-flink:latest + image: ghcr.io/cau-se/theodolite-uc4-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc4-flink/resources/taskmanager-deployment.yaml b/theodolite-benchmarks/definitions/uc4-flink/resources/taskmanager-deployment.yaml index 7092166f295a8bb85f929775170b67c41cf17612..ae0d40a04b7b14517f1d7fd7c76f18dee5ab66b9 100644 --- a/theodolite-benchmarks/definitions/uc4-flink/resources/taskmanager-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-flink/resources/taskmanager-deployment.yaml @@ -17,7 +17,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: taskmanager - image: ghcr.io/cau-se/theodolite-uc3-flink:latest + image: ghcr.io/cau-se/theodolite-uc3-flink:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc4-hazelcastjet/resources/uc4-hazelcastjet-deployment.yaml b/theodolite-benchmarks/definitions/uc4-hazelcastjet/resources/uc4-hazelcastjet-deployment.yaml index 1c5272cb6adf05579f79125f300836740450e361..8dabec96a81c6caf92a7a00dd1c3286a1ba03252 100644 --- a/theodolite-benchmarks/definitions/uc4-hazelcastjet/resources/uc4-hazelcastjet-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-hazelcastjet/resources/uc4-hazelcastjet-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc4-hazelcastjet:latest + image: ghcr.io/cau-se/theodolite-uc4-hazelcastjet:v0.8.0 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "theodolite-kafka-kafka-bootstrap:9092" diff --git a/theodolite-benchmarks/definitions/uc4-kstreams/resources/uc4-kstreams-deployment.yaml b/theodolite-benchmarks/definitions/uc4-kstreams/resources/uc4-kstreams-deployment.yaml index bc083914431fa027308205825730afd5a19cc250..924d9c0befcf515a78cc8ceaccf68a3cebd809ab 100644 --- a/theodolite-benchmarks/definitions/uc4-kstreams/resources/uc4-kstreams-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-kstreams/resources/uc4-kstreams-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc-application - image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:latest + image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:v0.8.0 ports: - containerPort: 5555 name: jmx diff --git a/theodolite-benchmarks/definitions/uc4-load-generator/resources/uc4-load-generator-deployment.yaml b/theodolite-benchmarks/definitions/uc4-load-generator/resources/uc4-load-generator-deployment.yaml index 49757b35b1cd20a4699f3e6f546d3100e6e4c972..6d92b7b92c796c3140dac7cee014d9d7decd4a32 100644 --- a/theodolite-benchmarks/definitions/uc4-load-generator/resources/uc4-load-generator-deployment.yaml +++ b/theodolite-benchmarks/definitions/uc4-load-generator/resources/uc4-load-generator-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:latest + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:v0.8.0 ports: - containerPort: 5701 name: coordination diff --git a/theodolite-benchmarks/docker-test/uc1-beam-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc1-beam-flink/docker-compose.yml index 835c0b316e4f0f65becce4946688cb6b92f83b57..66044815341742547be97801bbc212d13749ac25 100644 --- a/theodolite-benchmarks/docker-test/uc1-beam-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc1-beam-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc1-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-beam-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: > @@ -67,7 +67,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc1-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-beam-flink:${THEODOLITE_TAG:-v0.8.0} scale: 1 command: taskmanager environment: diff --git a/theodolite-benchmarks/docker-test/uc1-beam-samza/docker-compose.yml b/theodolite-benchmarks/docker-test/uc1-beam-samza/docker-compose.yml index 2212c3b539045114f31760d605ad928e237ed924..ed6b32d405bbae9199303b971db4e7b88457d59c 100644 --- a/theodolite-benchmarks/docker-test/uc1-beam-samza/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc1-beam-samza/docker-compose.yml @@ -40,7 +40,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc1-beam-samza:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-beam-samza:${THEODOLITE_TAG:-v0.8.0} scale: 1 depends_on: - schema-registry @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc1-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc1-flink/docker-compose.yml index ee6cb06cce228e107fac93a47401718a24bccecd..e467569893335638d978d4720744b03157e17618 100755 --- a/theodolite-benchmarks/docker-test/uc1-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc1-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc1-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: standalone-job --job-classname rocks.theodolite.benchmarks.uc1.flink.HistoryServiceFlinkJob @@ -64,7 +64,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc1-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-flink:${THEODOLITE_TAG:-v0.8.0} command: taskmanager environment: - | diff --git a/theodolite-benchmarks/docker-test/uc1-hazelcastjet/docker-compose.yml b/theodolite-benchmarks/docker-test/uc1-hazelcastjet/docker-compose.yml index fd91f14e241f952dc0d0ba3b4230db2f5deffa30..a4f997600091b92e6155c824ef782d3efdcf4946 100644 --- a/theodolite-benchmarks/docker-test/uc1-hazelcastjet/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc1-hazelcastjet/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-hazelcastjet:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -51,7 +51,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc1-kstreams/docker-compose.yml b/theodolite-benchmarks/docker-test/uc1-kstreams/docker-compose.yml index a673db5ced5b834632a1bca6f3fb4a2da2b68296..c076445e16a287a2c1e6b8b937e827f044a0c442 100755 --- a/theodolite-benchmarks/docker-test/uc1-kstreams/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc1-kstreams/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-kstreams-app:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -46,7 +46,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc1-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc2-beam-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc2-beam-flink/docker-compose.yml index e92c09e7822acc93554f47b40debb5d4ea7c0f78..53aaeb118f361175268e6c4d6ae7e6cacbbed8b8 100644 --- a/theodolite-benchmarks/docker-test/uc2-beam-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc2-beam-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc2-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-beam-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: > @@ -67,7 +67,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc2-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-beam-flink:${THEODOLITE_TAG:-v0.8.0} scale: 1 command: taskmanager environment: diff --git a/theodolite-benchmarks/docker-test/uc2-beam-samza/docker-compose.yml b/theodolite-benchmarks/docker-test/uc2-beam-samza/docker-compose.yml index cc6bc7a7112c35f11ce9cfd27d09aebe401c8c51..22b045243af657ff5bfd64a387ed717a58de24f8 100644 --- a/theodolite-benchmarks/docker-test/uc2-beam-samza/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc2-beam-samza/docker-compose.yml @@ -40,7 +40,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc2-beam-samza:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-beam-samza:${THEODOLITE_TAG:-v0.8.0} scale: 1 depends_on: - schema-registry @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc2-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc2-flink/docker-compose.yml index a68b8084669c45ead3e08bf493ca32efdb234504..afd45c294231ba1b6bcdacebfdde338f24cacc8f 100755 --- a/theodolite-benchmarks/docker-test/uc2-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc2-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc2-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: standalone-job --job-classname rocks.theodolite.benchmarks.uc2.flink.HistoryServiceFlinkJob @@ -64,7 +64,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc2-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-flink:${THEODOLITE_TAG:-v0.8.0} command: taskmanager environment: - | diff --git a/theodolite-benchmarks/docker-test/uc2-hazelcastjet/docker-compose.yml b/theodolite-benchmarks/docker-test/uc2-hazelcastjet/docker-compose.yml index 92b90823e31f79e68b301ff039618c9520c92019..ca2c47819d38a837d30b0ce92fa655e06df81374 100644 --- a/theodolite-benchmarks/docker-test/uc2-hazelcastjet/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc2-hazelcastjet/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-hazelcastjet:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -52,7 +52,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 DOWNSAMPLE_INTERVAL: 5000 load-generator: - image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc2-kstreams/docker-compose.yml b/theodolite-benchmarks/docker-test/uc2-kstreams/docker-compose.yml index efdba90bef634bab76012316f67b0f9be9f79c77..4882104633d15f9bba7b735d96a0888a34a917da 100755 --- a/theodolite-benchmarks/docker-test/uc2-kstreams/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc2-kstreams/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-kstreams-app:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -47,7 +47,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:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc2-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc3-beam-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc3-beam-flink/docker-compose.yml index 4416517a8db0814234536793bc262530103b45b3..2bd74f6aeb083222297f85a40aab53e4a479ce37 100644 --- a/theodolite-benchmarks/docker-test/uc3-beam-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc3-beam-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc3-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-beam-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: > @@ -69,7 +69,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc3-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-beam-flink:${THEODOLITE_TAG:-v0.8.0} scale: 1 command: taskmanager environment: diff --git a/theodolite-benchmarks/docker-test/uc3-beam-samza/docker-compose.yml b/theodolite-benchmarks/docker-test/uc3-beam-samza/docker-compose.yml index bf120f31dbfda2384b314ba4a90a25362f37b6c2..049fd8e2a4d8c852b9773e8d7fa2b27c99eee50b 100644 --- a/theodolite-benchmarks/docker-test/uc3-beam-samza/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc3-beam-samza/docker-compose.yml @@ -40,7 +40,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc3-beam-samza:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-beam-samza:${THEODOLITE_TAG:-v0.8.0} scale: 1 depends_on: - schema-registry @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc3-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc3-flink/docker-compose.yml index 3c5aadd8fb6b3b40b009808f55659982dd837f52..b51a0e9ac513c7753310dda004e77fc20bf5d18e 100755 --- a/theodolite-benchmarks/docker-test/uc3-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc3-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -49,7 +49,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 NUM_SENSORS: 10 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc3-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: standalone-job --job-classname rocks.theodolite.benchmarks.uc3.flink.HistoryServiceFlinkJob @@ -64,7 +64,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc3-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-flink:${THEODOLITE_TAG:-v0.8.0} command: taskmanager environment: - | diff --git a/theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml b/theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml index d7c3fe7a017c24e0b212661f0b0b34c2a1fee32c..075eb950288aa43ddd32c23c2c2fdc8e093c1c29 100644 --- a/theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc3-hazelcastjet/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc3-hazelcastjet:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-hazelcastjet:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -53,7 +53,7 @@ services: WINDOW_SIZE_IN_SECONDS: 50 HOPPING_SIZE_IN_SECONDS: 5 load-generator: - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc3-kstreams/docker-compose.yml b/theodolite-benchmarks/docker-test/uc3-kstreams/docker-compose.yml index 7da1fa3b420e2dfa0d6d357723583bc3a256823e..6856ea86bcb14ffead5787ce1594787b16032998 100755 --- a/theodolite-benchmarks/docker-test/uc3-kstreams/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc3-kstreams/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-kstreams-app:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -46,7 +46,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc3-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc4-beam-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc4-beam-flink/docker-compose.yml index 465fcb6ee6a2b2121dfe359140c259e7a3eb763a..77f8ed4e100def43f4bdbb3c9939def14d631629 100644 --- a/theodolite-benchmarks/docker-test/uc4-beam-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc4-beam-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -50,7 +50,7 @@ services: NUM_SENSORS: 4 NUM_NESTED_GROUPS: 3 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc4-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-beam-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: > @@ -71,7 +71,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc4-beam-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-beam-flink:${THEODOLITE_TAG:-v0.8.0} scale: 1 command: taskmanager environment: diff --git a/theodolite-benchmarks/docker-test/uc4-beam-samza/docker-compose.yml b/theodolite-benchmarks/docker-test/uc4-beam-samza/docker-compose.yml index d236af7d284ebb085c78110feb6001cb28d18290..9bc181608572c1f5024e477399808a87a3f277be 100644 --- a/theodolite-benchmarks/docker-test/uc4-beam-samza/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc4-beam-samza/docker-compose.yml @@ -40,7 +40,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc4-beam-samza:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-beam-samza:${THEODOLITE_TAG:-v0.8.0} scale: 1 depends_on: - schema-registry @@ -52,7 +52,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc4-flink/docker-compose.yml b/theodolite-benchmarks/docker-test/uc4-flink/docker-compose.yml index c3fe0502f36e3b25857186046e5ed6892f07f61f..7d4e8a4d77c5a6fd4ea2aee66317179af8f80a8a 100755 --- a/theodolite-benchmarks/docker-test/uc4-flink/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc4-flink/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 load-generator: - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -50,7 +50,7 @@ services: NUM_SENSORS: 4 NUM_NESTED_GROUPS: 3 benchmark-jobmanager: - image: ghcr.io/cau-se/theodolite-uc4-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-flink:${THEODOLITE_TAG:-v0.8.0} #ports: # - "8080:8081" command: standalone-job --job-classname rocks.theodolite.benchmarks.uc4.flink.AggregationServiceFlinkJob @@ -65,7 +65,7 @@ services: - schema-registry - kafka benchmark-taskmanager: - image: ghcr.io/cau-se/theodolite-uc4-flink:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-flink:${THEODOLITE_TAG:-v0.8.0} command: taskmanager environment: - | diff --git a/theodolite-benchmarks/docker-test/uc4-hazelcastjet/docker-compose.yml b/theodolite-benchmarks/docker-test/uc4-hazelcastjet/docker-compose.yml index ca6f3c85fe670e53bafd6a56e568cad9166ae501..e8074d3652a1fb5608111885f8efc770d58ddc92 100644 --- a/theodolite-benchmarks/docker-test/uc4-hazelcastjet/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc4-hazelcastjet/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc4-hazelcastjet:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-hazelcastjet:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -52,7 +52,7 @@ services: SCHEMA_REGISTRY_URL: http://schema-registry:8081 WINDOW_SIZE_UC4: 5000 load-generator: - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite-benchmarks/docker-test/uc4-kstreams/docker-compose.yml b/theodolite-benchmarks/docker-test/uc4-kstreams/docker-compose.yml index 6aaa02990841547edb6059e4e2fbf3b28b50985c..ed00e20d661684b9f6de6a5a926ef9a84768d857 100755 --- a/theodolite-benchmarks/docker-test/uc4-kstreams/docker-compose.yml +++ b/theodolite-benchmarks/docker-test/uc4-kstreams/docker-compose.yml @@ -38,7 +38,7 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_BOOTSTRAP_SERVERS: kafka:9092 benchmark: - image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-kstreams-app:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka @@ -46,7 +46,7 @@ services: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 load-generator: - image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-latest} + image: ghcr.io/cau-se/theodolite-uc4-workload-generator:${THEODOLITE_TAG:-v0.8.0} depends_on: - schema-registry - kafka diff --git a/theodolite/README.md b/theodolite/README.md index 49019813c43e0b19e32e35703ca294b2b5c54cb0..1aefa63b0af96e1c50f31419fdb8ea403644db3f 100644 --- a/theodolite/README.md +++ b/theodolite/README.md @@ -51,7 +51,7 @@ Or, if you don't have GraalVM installed, you can run the native executable build ``` You can then execute your native executable with: -```./build/theodolite-0.8.0-SNAPSHOT-runner``` +```./build/theodolite-0.8.0-runner``` If you want to learn more about building native executables, please consult https://quarkus.io/guides/gradle-tooling. diff --git a/theodolite/build.gradle b/theodolite/build.gradle index 2ca866416674985194135def55b782102505f3c7..343f568f140358404d08a81e0ae5db3df395577d 100644 --- a/theodolite/build.gradle +++ b/theodolite/build.gradle @@ -38,7 +38,7 @@ dependencies { } group 'theodolite' -version '0.8.0-SNAPSHOT' +version '0.8.0' java { sourceCompatibility = JavaVersion.VERSION_11