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

Rearrange use case enumeration in Docker tests

parent 993cf117
Branches
Tags
2 merge requests!88Rearrange use case enumeration,!84Gitlab CI for Theodolite-Kotlin-Quarkus
Pipeline #2099 passed
version: '2' version: '2'
services: services:
zookeeper: zookeeper:
#image: wurstmeister/zookeeper
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
expose: ports:
- "9092" - "2181:2181"
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
...@@ -24,10 +25,10 @@ services: ...@@ -24,10 +25,10 @@ services:
depends_on: depends_on:
- zookeeper - zookeeper
- kafka - kafka
#ports:
# - "8081:8081"
expose: expose:
- "8081" - "8081"
#ports:
# - 8081:8081
environment: environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181' SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
...@@ -39,6 +40,7 @@ services: ...@@ -39,6 +40,7 @@ services:
environment: environment:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081 SCHEMA_REGISTRY_URL: http://schema-registry:8081
KAFKA_WINDOW_DURATION_MINUTES: 60
uc-wg: uc-wg:
image: theodolite/theodolite-uc2-workload-generator:latest image: theodolite/theodolite-uc2-workload-generator:latest
depends_on: depends_on:
...@@ -49,5 +51,4 @@ services: ...@@ -49,5 +51,4 @@ services:
PORT: 5701 PORT: 5701
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081 SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 4 NUM_SENSORS: 10
NUM_NESTED_GROUPS: 4
\ No newline at end of file
...@@ -40,7 +40,6 @@ services: ...@@ -40,7 +40,6 @@ services:
environment: environment:
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081 SCHEMA_REGISTRY_URL: http://schema-registry:8081
KAFKA_WINDOW_DURATION_MINUTES: 60
uc-wg: uc-wg:
image: theodolite/theodolite-uc3-workload-generator:latest image: theodolite/theodolite-uc3-workload-generator:latest
depends_on: depends_on:
......
version: '2' version: '2'
services: services:
zookeeper: zookeeper:
#image: wurstmeister/zookeeper
image: confluentinc/cp-zookeeper image: confluentinc/cp-zookeeper
ports: expose:
- "2181:2181" - "2181"
environment: environment:
ZOOKEEPER_CLIENT_PORT: 2181 ZOOKEEPER_CLIENT_PORT: 2181
kafka: kafka:
...@@ -25,10 +24,10 @@ services: ...@@ -25,10 +24,10 @@ services:
depends_on: depends_on:
- zookeeper - zookeeper
- kafka - kafka
#ports:
# - "8081:8081"
expose: expose:
- "8081" - "8081"
#ports:
# - 8081:8081
environment: environment:
SCHEMA_REGISTRY_HOST_NAME: schema-registry SCHEMA_REGISTRY_HOST_NAME: schema-registry
SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181' SCHEMA_REGISTRY_KAFKASTORE_CONNECTION_URL: 'zookeeper:2181'
...@@ -50,4 +49,5 @@ services: ...@@ -50,4 +49,5 @@ services:
PORT: 5701 PORT: 5701
KAFKA_BOOTSTRAP_SERVERS: kafka:9092 KAFKA_BOOTSTRAP_SERVERS: kafka:9092
SCHEMA_REGISTRY_URL: http://schema-registry:8081 SCHEMA_REGISTRY_URL: http://schema-registry:8081
NUM_SENSORS: 10 NUM_SENSORS: 4
NUM_NESTED_GROUPS: 4
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment