Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
SoerenHenning committed Jul 27, 2020
1 parent 59d6dcd commit 2f5f8ad
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions docker-test/uc1-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docker-test/uc2-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docker-test/uc3-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions docker-test/uc4-docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion execution/uc1-application/aggregation-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion execution/uc1-workload-generator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion execution/uc2-application/aggregation-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion execution/uc2-workload-generator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion execution/uc3-application/aggregation-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion execution/uc3-workload-generator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion execution/uc4-application/aggregation-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion execution/uc4-workload-generator/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2f5f8ad

Please sign in to comment.