blob: 52e3cf7ae4b8ba5f93a26b65fe7dd87b498e9a6a [file] [log] [blame]
Zsolt Harasztif2da1d02016-09-13 23:21:35 -07001version: '2'
2services:
3 #
khenb95fe9a2016-10-05 11:15:25 -07004 # Single-node zookeeper service
5 #
6 zookeeper:
David K. Bainbridge737b74f2018-01-22 12:57:52 -08007 image: "${REGISTRY}wurstmeister/zookeeper:latest"
khenb95fe9a2016-10-05 11:15:25 -07008 ports:
Khen Nursimuluda11dd72016-10-05 17:42:36 -07009 - 2181
khenb95fe9a2016-10-05 11:15:25 -070010 environment:
11 SERVICE_2181_NAME: "zookeeper"
12 #
13 # Single-node kafka service
14 #
15 kafka:
David K. Bainbridge737b74f2018-01-22 12:57:52 -080016 image: "${REGISTRY}wurstmeister/kafka:latest"
khenb95fe9a2016-10-05 11:15:25 -070017 ports:
Khen Nursimuluda11dd72016-10-05 17:42:36 -070018 - 9092
khenb95fe9a2016-10-05 11:15:25 -070019 environment:
20 KAFKA_ADVERTISED_HOST_NAME: ${DOCKER_HOST_IP}
21 KAFKA_ZOOKEEPER_CONNECT: zookeeper:2181
22 KAFKA_AUTO_CREATE_TOPICS_ENABLE: 'true'
Khen Nursimulu34e7ebb2016-11-10 13:38:44 -080023 KAFKA_HEAP_OPTS: "-Xmx256M -Xms128M"
khenb95fe9a2016-10-05 11:15:25 -070024 SERVICE_9092_NAME: "kafka"
25 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -080026 - vconsul
khenb95fe9a2016-10-05 11:15:25 -070027 volumes:
28 - /var/run/docker.sock:/var/run/docker.sock
29 #
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070030 # Single-node consul agent
31 #
Jonathan Hart87314cd2018-02-12 17:15:35 -080032 vconsul:
David K. Bainbridge737b74f2018-01-22 12:57:52 -080033 image: "${REGISTRY}consul:0.9.2"
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070034 command: agent -server -bootstrap -client 0.0.0.0 -ui
35 ports:
36 - "8300:8300"
37 - "8400:8400"
38 - "8500:8500"
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070039 - "8600:8600/udp"
Zsolt Haraszti3d552922016-09-14 22:26:34 -070040 environment:
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070041 #SERVICE_53_IGNORE: "yes"
Zsolt Haraszti3d552922016-09-14 22:26:34 -070042 SERVICE_8300_IGNORE: "yes"
43 SERVICE_8400_IGNORE: "yes"
44 SERVICE_8500_NAME: "consul-rest"
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070045 #
46 # Registrator
47 #
48 registrator:
David K. Bainbridge737b74f2018-01-22 12:57:52 -080049 image: "${REGISTRY}gliderlabs/registrator:latest"
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070050 command: [
51 "-ip=${DOCKER_HOST_IP}",
52 "-retry-attempts", "100",
khenaidoo032d3302017-06-09 14:50:04 -040053 "-cleanup",
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070054 # "-internal",
Jonathan Hart87314cd2018-02-12 17:15:35 -080055 "consul://vconsul:8500"
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070056 ]
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070057 links:
Jonathan Hart87314cd2018-02-12 17:15:35 -080058 - vconsul
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070059 volumes:
60 - "/var/run/docker.sock:/tmp/docker.sock"
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080061
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070062 #
63 # Fluentd log server
64 #
65 fluentd:
David K. Bainbridge09104892018-01-24 12:27:33 -080066 image: "${REGISTRY}fluent/fluentd:v0.12.42"
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070067 ports:
68 - "24224:24224"
69 volumes:
70 - "/tmp/fluentd:/fluentd/log"
Zsolt Harasztie060a7d2016-09-16 11:08:24 -070071 environment:
72 SERVICE_24224_NAME: "fluentd-intake"
alshabib7941d402016-11-08 00:11:20 +010073
Zsolt Harasztif2da1d02016-09-13 23:21:35 -070074 #
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080075 # Graphite-Grafana-statsd service instance
76 # (demo place-holder for external KPI system)
77 #
78 grafana:
David K. Bainbridge737b74f2018-01-22 12:57:52 -080079 image: "${REGISTRY}${REPOSITORY}voltha-grafana${TAG}"
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080080 ports:
Sergio Slobodrian4f14a742017-08-23 21:53:10 -040081 - "8883:80"
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080082 - "2003:2003"
83 - "2004:2004"
84 - "8126:8126"
85 - "8125:8125/udp"
86 environment:
87 SERVICE_80_NAME: "grafana-web-ui"
88 SERVICE_2003_NAME: "carbon-plain-text-intake"
89 SERVICE_2004_NAME: "carbon-pickle-intake"
90 SERVICE_8126_NAME: "statsd-tcp-intake"
91 SERVICE_8125_NAME: "statsd-udp-intake"
Sergio Slobodrianba491582017-04-24 15:49:00 -040092 GR_SERVER_ROOT_URL: "http://localhost:80/grafana/"
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080093
94 #
95 # Shovel (Kafka-graphite-gateway)
96 #
97 shovel:
David K. Bainbridge737b74f2018-01-22 12:57:52 -080098 image: "${REGISTRY}${REPOSITORY}voltha-shovel${TAG}"
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -080099 command: [
100 "/shovel/shovel/main.py",
101 "--kafka=@kafka",
102 "--consul=${DOCKER_HOST_IP}:8500",
Zsolt Haraszti1b7c0362016-12-12 09:45:47 -0800103 "--topic=voltha.kpis",
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -0800104 "--host=${DOCKER_HOST_IP}"
105 ]
106 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800107 - vconsul
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -0800108 - kafka
109 - grafana
alshabibb634d902017-01-16 13:10:17 -0600110 restart: unless-stopped
Zsolt Harasztiaa4626e2016-12-08 16:53:06 -0800111
112 #
Zsolt Haraszti86be6f12016-09-27 09:56:49 -0700113 # Voltha server instance(s)
Zsolt Harasztif2da1d02016-09-13 23:21:35 -0700114 #
115 voltha:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800116 image: "${REGISTRY}${REPOSITORY}voltha-voltha${TAG}"
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700117 command: [
Zsolt Haraszti1edb8282016-11-08 10:57:19 -0800118 "/voltha/voltha/main.py",
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700119 "-v",
khenb95fe9a2016-10-05 11:15:25 -0700120 "--consul=${DOCKER_HOST_IP}:8500",
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700121 "--fluentd=fluentd:24224",
Zsolt Harasztie060a7d2016-09-16 11:08:24 -0700122 "--rest-port=8880",
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400123 "--grpc-port=50556",
khenb95fe9a2016-10-05 11:15:25 -0700124 "--kafka=@kafka",
Zsolt Harasztie060a7d2016-09-16 11:08:24 -0700125 "--instance-id-is-container-name",
Zsolt Haraszti9b485fb2016-12-26 23:11:15 -0800126 "--interface=eth1",
khenaidoo032d3302017-06-09 14:50:04 -0400127 "--backend=consul",
Zsolt Harasztie060a7d2016-09-16 11:08:24 -0700128 "-v"
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700129 ]
130 ports:
131 - 8880
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400132 - 50556
Zsolt Haraszti9b485fb2016-12-26 23:11:15 -0800133 - 18880
rshettye4bd2ed2017-07-19 16:38:11 +0530134 - "60001:60001"
Zsolt Harasztif2da1d02016-09-13 23:21:35 -0700135 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800136 - vconsul
Zsolt Harasztif2da1d02016-09-13 23:21:35 -0700137 links:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800138 - vconsul
Zsolt Harasztif2da1d02016-09-13 23:21:35 -0700139 - fluentd
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700140 environment:
Zsolt Haraszti45363352016-09-27 10:32:18 -0700141 SERVICE_8880_NAME: "voltha-health"
Zsolt Haraszti3d552922016-09-14 22:26:34 -0700142 SERVICE_8880_CHECK_HTTP: "/health"
143 SERVICE_8880_CHECK_INTERVAL: "5s"
144 SERVICE_8880_CHECK_TIMEOUT: "1s"
Zsolt Haraszti9b485fb2016-12-26 23:11:15 -0800145 SERVICE_18880_NAME: "voltha-sim-rest"
Rajeswara Rao8af144c2017-08-18 14:01:06 +0530146 SERVICE_HOST_IP: "${DOCKER_HOST_IP}"
Zsolt Harasztie060a7d2016-09-16 11:08:24 -0700147 volumes:
148 - "/var/run/docker.sock:/tmp/docker.sock"
Zsolt Haraszti9b485fb2016-12-26 23:11:15 -0800149 networks:
150 - default
151 - ponmgmt
alshabib7941d402016-11-08 00:11:20 +0100152
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400153 envoy:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800154 image: "${REGISTRY}${REPOSITORY}voltha-envoy${TAG}"
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400155 entrypoint:
156 - /usr/local/bin/envoyd
157 - -envoy-cfg-template
158 - "/envoy/voltha-grpc-proxy.template.json"
159 - -envoy-config
160 - "/envoy/voltha-grpc-proxy.json"
Jonathan Hart87314cd2018-02-12 17:15:35 -0800161 - -consul-svc-nme
162 - "vconsul"
163 - -kv-svc-name
164 - "vconsul"
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400165 ports:
166 - "50555:50555"
167 - "8882:8882"
168 - "8443:8443"
169 - "8001:8001"
170 environment:
171 SERVICE_50555_NAME: "voltha-grpc"
172 volumes:
173 - "/var/run/docker.sock:/tmp/docker.sock"
174 networks:
175 - default
176 - ponmgmt
177 links:
178 - voltha:vcore
Sergio Slobodrianab11c642017-04-24 07:16:58 -0400179 #
180 # Voltha cli container
181 #
David K. Bainbridgebba65ff2018-01-19 09:26:09 -0800182 cli:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800183 image: "${REGISTRY}${REPOSITORY}voltha-cli${TAG}"
Richard Jankowski29dd1982017-06-28 13:30:18 -0400184 command: [
185 "/cli/cli/setup.sh",
khenaidoo108f05c2017-07-06 11:15:29 -0400186 "-L",
Jonathan Hart87314cd2018-02-12 17:15:35 -0800187 "-C vconsul:8500",
khenaidoo108f05c2017-07-06 11:15:29 -0400188 "-G"
Richard Jankowski29dd1982017-06-28 13:30:18 -0400189 ]
Sergio Slobodrianab11c642017-04-24 07:16:58 -0400190 environment:
191 DOCKER_HOST_IP: "${DOCKER_HOST_IP}"
192 ports:
193 - "5022:22"
194 depends_on:
195 - voltha
196
alshabib7941d402016-11-08 00:11:20 +0100197#############################################
198# Item below this line will soon be removed.#
199#############################################
200
Zsolt Harasztif2da1d02016-09-13 23:21:35 -0700201 #
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400202 # ofagent server instance
203 #
204 ofagent:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800205 image: "${REGISTRY}${REPOSITORY}voltha-ofagent${TAG}"
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400206 command: [
Zsolt Haraszti1edb8282016-11-08 10:57:19 -0800207 "/ofagent/ofagent/main.py",
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400208 "-v",
209 "--consul=${DOCKER_HOST_IP}:8500",
210 "--fluentd=fluentd:24224",
Zsolt Harasztiee5c4c82017-01-09 14:37:57 -0800211 "--controller=${DOCKER_HOST_IP}:6653",
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400212 "--grpc-endpoint=@voltha-grpc",
213 "--instance-id-is-container-name",
Girishf6eeaea2017-11-13 10:53:57 +0530214 "--enable-tls",
215 "--key-file=/ofagent/pki/voltha.key",
216 "--cert-file=/ofagent/pki/voltha.crt",
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400217 "-v"
218 ]
219 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800220 - vconsul
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400221 - voltha
222 links:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800223 - vconsul
Khen Nursimulu68b9be32016-10-25 11:57:04 -0400224 - fluentd
225 volumes:
226 - "/var/run/docker.sock:/tmp/docker.sock"
alshabib06b449c2017-01-15 17:33:16 -0600227 restart: unless-stopped
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -0500228
229 #
230 # Netconf server instance(s)
231 #
232 netconf:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800233 image: "${REGISTRY}${REPOSITORY}voltha-netconf${TAG}"
Khen Nursimulub4e71472017-01-06 18:05:47 -0500234 privileged: true
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -0500235 command: [
236 "/netconf/netconf/main.py",
237 "-v",
238 "--consul=${DOCKER_HOST_IP}:8500",
239 "--fluentd=fluentd:24224",
240 "--grpc-endpoint=@voltha-grpc",
241 "--instance-id-is-container-name",
242 "-v"
243 ]
244 ports:
Khen Nursimulub4e71472017-01-06 18:05:47 -0500245 - "830:1830"
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -0500246 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800247 - vconsul
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -0500248 - voltha
249 links:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800250 - vconsul
Khen Nursimuluaaac7ee2016-12-11 22:03:52 -0500251 - fluentd
252 environment:
253 SERVICE_1830_NAME: "netconf-server"
254 volumes:
255 - "/var/run/docker.sock:/tmp/docker.sock"
256
Sergio Slobodrian4d307102017-04-24 10:19:00 -0400257 #
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400258 # Dashboard daemon
259 #
260 dashd:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800261 image: "${REGISTRY}${REPOSITORY}voltha-dashd${TAG}"
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400262 command: [
263 "/dashd/dashd/main.py",
264 "--kafka=@kafka",
265 "--consul=${DOCKER_HOST_IP}:8500",
Sergio Slobodrian4f14a742017-08-23 21:53:10 -0400266 "--grafana_url=http://admin:admin@${DOCKER_HOST_IP}:8883/api",
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400267 "--topic=voltha.kpis",
268 "--docker_host=${DOCKER_HOST_IP}"
269 ]
270 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800271 - vconsul
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400272 - kafka
273 - grafana
274 restart: unless-stopped
275
276 #
277 # Nginx service consolidation
278 #
279 nginx:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800280 image: "${REGISTRY}${REPOSITORY}voltha-nginx${TAG}"
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400281 ports:
282 - "80:80"
283 environment:
284 CONSUL_ADDR: "${DOCKER_HOST_IP}:8500"
285 command: [
286 "/nginx_config/start_service.sh"
287 ]
288 depends_on:
Jonathan Hart87314cd2018-02-12 17:15:35 -0800289 - vconsul
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400290 - grafana
Sergio Slobodriand9ec6002017-04-25 08:09:11 -0400291 - portainer
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400292 restart: unless-stopped
Sergio Slobodrianff52e1b2017-04-24 12:39:08 -0400293
294 #
Sergio Slobodrian4d307102017-04-24 10:19:00 -0400295 # Docker ui
296 #
297 portainer:
David K. Bainbridge737b74f2018-01-22 12:57:52 -0800298 image: "${REGISTRY}${REPOSITORY}voltha-portainer${TAG}"
Sergio Slobodrian4d307102017-04-24 10:19:00 -0400299 ports:
300 - "9000:9000"
301 environment:
302 CONSUL_ADDR: "${DOCKER_HOST_IP}:8500"
Sergio Slobodrian4d307102017-04-24 10:19:00 -0400303 restart: unless-stopped
Sergio Slobodriand9ec6002017-04-25 08:09:11 -0400304 entrypoint: ["/portainer", "--logo", "/docker/images/logo_alt.png"]
Sergio Slobodrian4d307102017-04-24 10:19:00 -0400305 volumes:
306 - "/var/run/docker.sock:/var/run/docker.sock"
307
Zsolt Haraszti9b485fb2016-12-26 23:11:15 -0800308networks:
309 default:
310 driver: bridge
311 ponmgmt:
312 driver: bridge
313 driver_opts:
314 com.docker.network.bridge.name: "ponmgmt"