From 161aa1a1d5bf878a6436bec24bc9b025a5fc7cbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Henning?= <post@soeren-henning.de> Date: Mon, 27 Jul 2020 16:56:00 +0200 Subject: [PATCH] Use Docker images from organization for tests --- docker-test/uc1-docker-compose/docker-compose.yml | 4 ++-- docker-test/uc2-docker-compose/docker-compose.yml | 4 ++-- docker-test/uc3-docker-compose/docker-compose.yml | 4 ++-- docker-test/uc4-docker-compose/docker-compose.yml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docker-test/uc1-docker-compose/docker-compose.yml b/docker-test/uc1-docker-compose/docker-compose.yml index ba288cb83..d39425595 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: benediktwetzel/uc1-app:latest + image: theodolite/theodolite-uc1-kstreams-app:latest environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 uc-wg: - image: benediktwetzel/uc1-wg:latest + image: theodolite/theodolite-uc1-workload-generator:latest 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 20a7a73c9..f730148a8 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: benediktwetzel/uc2-app:latest + image: theodolite/theodolite-uc2-kstreams-app:latest environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 uc-wg: - image: benediktwetzel/uc2-wg:latest + image: theodolite/theodolite-uc2-workload-generator:latest 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 2cb0d883a..2a3cb23a7 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: benediktwetzel/uc3-app:latest + image: theodolite/theodolite-uc3-kstreams-app:latest environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_WINDOW_DURATION_MINUTES: 60 uc-wg: - image: benediktwetzel/uc3-wg:latest + image: theodolite/theodolite-uc3-workload-generator:latest 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 be945cefe..1f015f23b 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: soerenhenning/uc4-app:latest #TODO + image: theodolite/theodolite-uc4-kstreams-app:latest environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 SCHEMA_REGISTRY_URL: http://schema-registry:8081 uc-wg: - image: soerenhenning/uc4-wg:latest #TODO + image: theodolite/theodolite-uc4-workload-generator:latest environment: KAFKA_BOOTSTRAP_SERVERS: kafka:9092 -- GitLab