| commit | 851aac2e9fea85ceb75e58d1557e931f55197237 | [log] [tgz] |
|---|---|---|
| author | Mike Marchetti <mmarchetti@sandvine.com> | Thu Sep 20 10:18:01 2018 -0400 |
| committer | Mike Marchetti <mmarchetti@sandvine.com> | Thu Sep 20 10:19:22 2018 -0400 |
| tree | 9e18c06fb4bd942cf1fa41b4cca72a766cc37872 | |
| parent | 2f129c1871efc8642ef8d2e01d19094c1b5c93e3 [diff] [blame] |
Add smoke/health tests to OSM stage_3 Change-Id: I11b5aab4d4fcd496e47ff8d483ebd4ad771cd780 Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/docker/docker-compose.yaml b/installers/docker/docker-compose.yaml index fefd66e..c09de86 100644 --- a/installers/docker/docker-compose.yaml +++ b/installers/docker/docker-compose.yaml
@@ -18,6 +18,11 @@ # - "2181:2181" networks: - netOSM + healthcheck: + test: echo stat | nc localhost 2181 + interval: 10s + timeout: 10s + retries: 3 kafka: image: wurstmeister/kafka:${KAFKA_TAG:-latest} ports: