diff --git a/docker-test/uc1-docker-compose/docker-compose.yml b/docker-test/uc1-docker-compose/docker-compose.yml index 83899c54191134bfa40a0ed90b30968a54c98643..9650b602e5b747f4fa55b6da36319283b7b44f85 100755 --- a/docker-test/uc1-docker-compose/docker-compose.yml +++ b/docker-test/uc1-docker-compose/docker-compose.yml @@ -16,11 +16,11 @@ services: KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS: 30000 KAFKA_CREATE_TOPICS: "input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1,dayofweek:3:1,hourofday:3:1,hourofweek:3:1" uc-app: - image: theodolite/theodolite-uc1-kstreams-app:v0-1-1 + image: theodolite/theodolite-uc1-kstreams-app:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 uc-wg: - image: theodolite/theodolite-uc1-workload-generator:v0-1-1 + image: theodolite/theodolite-uc1-workload-generator:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 NUM_SENSORS: 1 diff --git a/docker-test/uc2-docker-compose/docker-compose.yml b/docker-test/uc2-docker-compose/docker-compose.yml index eaa9639e7c4490f0827f824fa8e35d5fff48e90e..862b77532352ea3de61308384f79a66a50311831 100755 --- a/docker-test/uc2-docker-compose/docker-compose.yml +++ b/docker-test/uc2-docker-compose/docker-compose.yml @@ -16,11 +16,11 @@ services: KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS: 30000 KAFKA_CREATE_TOPICS: "input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1,dayofweek:3:1,hourofday:3:1,hourofweek:3:1" uc-app: - image: theodolite/theodolite-uc2-kstreams-app:v0-1-1 + image: theodolite/theodolite-uc2-kstreams-app:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 uc-wg: - image: theodolite/theodolite-uc2-workload-generator:v0-1-1 + image: theodolite/theodolite-uc2-workload-generator:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 NUM_SENSORS: 1 \ No newline at end of file diff --git a/docker-test/uc3-docker-compose/docker-compose.yml b/docker-test/uc3-docker-compose/docker-compose.yml index 0886fea66a0ed0639aa63d8196605353eec6fa9f..9bcacc9ee9c58bb66300f90294c1efa941ff0e56 100755 --- a/docker-test/uc3-docker-compose/docker-compose.yml +++ b/docker-test/uc3-docker-compose/docker-compose.yml @@ -16,12 +16,12 @@ services: KAFKA_ZOOKEEPER_CONNECTION_TIMEOUT_MS: 30000 KAFKA_CREATE_TOPICS: "input:3:1,output:3:1,configuration:3:1,aggregation-feedback:3:1,dayofweek:3:1,hourofday:3:1,hourofweek:3:1" uc-app: - image: theodolite/theodolite-uc3-kstreams-app:v0-1-1 + image: theodolite/theodolite-uc3-kstreams-app:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_WINDOW_DURATION_MINUTES: 60 uc-wg: - image: theodolite/theodolite-uc3-workload-generator:v0-1-1 + image: theodolite/theodolite-uc3-workload-generator:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 NUM_SENSORS: 1 \ No newline at end of file diff --git a/docker-test/uc4-docker-compose/docker-compose.yml b/docker-test/uc4-docker-compose/docker-compose.yml index 5190aa3eb186f06996a0b33c14c53f4b52477e10..d29c7911405de8348a9fb820d74330a8571f0b2e 100755 --- a/docker-test/uc4-docker-compose/docker-compose.yml +++ b/docker-test/uc4-docker-compose/docker-compose.yml @@ -26,11 +26,11 @@ services: SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181' uc-app: - image: theodolite/theodolite-uc4-kstreams-app:v0-1-1 + image: theodolite/theodolite-uc4-kstreams-app:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 uc-wg: - image: theodolite/theodolite-uc4-workload-generator:v0-1-1 + image: theodolite/theodolite-uc4-workload-generator:v0.1.2 environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 diff --git a/execution/uc1-application/aggregation-deployment.yaml b/execution/uc1-application/aggregation-deployment.yaml index 9b2dca94171ba8fde2b0f7ef0e9be3369021ec28..aa9d2655908506b0da3c15f631683bd6832b6b64 100644 --- a/execution/uc1-application/aggregation-deployment.yaml +++ b/execution/uc1-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc1-application - image: "theodolite/theodolite-uc1-kstreams-app:v0-1-1" + image: "theodolite/theodolite-uc1-kstreams-app:v0.1.2" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc1-workload-generator/deployment.yaml b/execution/uc1-workload-generator/deployment.yaml index 9c837522160a7a9bedf1aa24f37a581de9835803..f1bdfeb0e8f0baedb2a48baca3704dc292d58a29 100644 --- a/execution/uc1-workload-generator/deployment.yaml +++ b/execution/uc1-workload-generator/deployment.yaml @@ -16,7 +16,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: theodolite/theodolite-uc1-workload-generator:v0-1-1 + image: theodolite/theodolite-uc1-workload-generator:v0.1.2 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092" diff --git a/execution/uc2-application/aggregation-deployment.yaml b/execution/uc2-application/aggregation-deployment.yaml index b0284c8e9714a6d44db03ed0553752bba9fc3599..c18d9a20a4ce07f8cbc2c078333e90791fd9e027 100644 --- a/execution/uc2-application/aggregation-deployment.yaml +++ b/execution/uc2-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc2-application - image: "theodolite/theodolite-uc2-kstreams-app:v0-1-1" + image: "theodolite/theodolite-uc2-kstreams-app:v0.1.2" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc2-workload-generator/deployment.yaml b/execution/uc2-workload-generator/deployment.yaml index 5d59e76cfb22d6d32df27563c39c56ad7980fe98..c4a7ca606cd174f2cb69abbfcf4be3f6f6bf1521 100644 --- a/execution/uc2-workload-generator/deployment.yaml +++ b/execution/uc2-workload-generator/deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: theodolite/theodolite-uc2-workload-generator:v0-1-1 + image: theodolite/theodolite-uc2-workload-generator:v0.1.2 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092" diff --git a/execution/uc3-application/aggregation-deployment.yaml b/execution/uc3-application/aggregation-deployment.yaml index e1ae032f1f4f750814caf58b4a2ef0b02dbb512e..df470790f5672f224fde95d695c1d6ac5b1d158f 100644 --- a/execution/uc3-application/aggregation-deployment.yaml +++ b/execution/uc3-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc3-application - image: "theodolite/theodolite-uc3-kstreams-app:v0-1-1" + image: "theodolite/theodolite-uc3-kstreams-app:v0.1.2" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc3-workload-generator/deployment.yaml b/execution/uc3-workload-generator/deployment.yaml index e1892a65d32e258671e64d5e5cc70f6d98b24f41..5c8d0dde07380566395834144b7c8129e757f4fa 100644 --- a/execution/uc3-workload-generator/deployment.yaml +++ b/execution/uc3-workload-generator/deployment.yaml @@ -16,7 +16,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: theodolite/theodolite-uc3-workload-generator:v0-1-1 + image: theodolite/theodolite-uc3-workload-generator:v0.1.2 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092" diff --git a/execution/uc4-application/aggregation-deployment.yaml b/execution/uc4-application/aggregation-deployment.yaml index 822284a022385d99ebcef5a26a2d0e99f9a59175..7c2df7d7502b39033960a1cade0dbfe6456dd70f 100644 --- a/execution/uc4-application/aggregation-deployment.yaml +++ b/execution/uc4-application/aggregation-deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: uc4-application - image: "theodolite/theodolite-uc4-kstreams-app:v0-1-1" + image: "theodolite/theodolite-uc4-kstreams-app:v0.1.2" ports: - containerPort: 5555 name: jmx diff --git a/execution/uc4-workload-generator/deployment.yaml b/execution/uc4-workload-generator/deployment.yaml index a9caa69011c4e7cb119c665d37a989e8797b13b3..9f7ad9ae2918fd6bc9b94f9f0af255325703eab3 100644 --- a/execution/uc4-workload-generator/deployment.yaml +++ b/execution/uc4-workload-generator/deployment.yaml @@ -15,7 +15,7 @@ spec: terminationGracePeriodSeconds: 0 containers: - name: workload-generator - image: theodolite/theodolite-uc4-workload-generator:v0-1-1 + image: theodolite/theodolite-uc4-workload-generator:v0.1.2 env: - name: KAFKA_BOOTSTRAP_SERVERS value: "my-confluent-cp-kafka:9092"