blob: a2d450547592dd5fb1d5d5ee6234e8c4b0431567 [file] [log] [blame]
Vnaumov8dfb9ec2017-12-05 00:27:14 +03001parameters:
2 _param:
azvyagintsev16ca7ce2018-08-21 17:20:33 +03003 mcp_docker_registry: 'docker-prod-local.artifactory.mirantis.com'
Vnaumov8dfb9ec2017-12-05 00:27:14 +03004 docker_hce_replicas: 1
azvyagintsev16ca7ce2018-08-21 17:20:33 +03005 docker_image_hce: ${_param:mcp_docker_registry}/mirantis/oss/hce
Vnaumov8dfb9ec2017-12-05 00:27:14 +03006 hce_bind_host: hce-api
7 hce_bind_port: ${_param:haproxy_hce_bind_port}
vnaumovb3cf6662018-04-20 14:22:49 +04008 hce_prometheus_protocol: http
Vnaumov8dfb9ec2017-12-05 00:27:14 +03009 hce_prometheus_host: prometheus-endpoint-ip
10 hce_prometheus_port: prometheus-endpoint-port
11 hce_ssl:
12 enabled: false
13 docker:
14 client:
15 stack:
16 hce:
17 environment:
vnaumovb3cf6662018-04-20 14:22:49 +040018 HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol}
Vnaumov8dfb9ec2017-12-05 00:27:14 +030019 HCEPROMETHEUSHOST: ${_param:hce_prometheus_host}
20 HCEPROMETHEUSPORT: ${_param:hce_prometheus_port}
21 service:
22 hce-api:
23 image: ${_param:docker_image_hce}
24 deploy:
25 replicas: ${_param:docker_hce_replicas}
26 restart_policy:
27 condition: any
28 ports:
29 - ${_param:haproxy_hce_exposed_port}:${_param:haproxy_hce_bind_port}
30 network:
31 default:
32 external:
33 name: oss_backend