Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
| 3 | docker_hce_replicas: 1 |
azvyagintsev | 16ca7ce | 2018-08-21 17:20:33 +0300 | [diff] [blame] | 4 | docker_image_hce: ${_param:mcp_docker_registry}/mirantis/oss/hce |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 5 | hce_bind_host: hce-api |
| 6 | hce_bind_port: ${_param:haproxy_hce_bind_port} |
vnaumov | b3cf666 | 2018-04-20 14:22:49 +0400 | [diff] [blame] | 7 | hce_prometheus_protocol: http |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 8 | hce_prometheus_host: prometheus-endpoint-ip |
| 9 | hce_prometheus_port: prometheus-endpoint-port |
| 10 | hce_ssl: |
| 11 | enabled: false |
| 12 | docker: |
| 13 | client: |
| 14 | stack: |
| 15 | hce: |
| 16 | environment: |
vnaumov | b3cf666 | 2018-04-20 14:22:49 +0400 | [diff] [blame] | 17 | HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol} |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 18 | HCEPROMETHEUSHOST: ${_param:hce_prometheus_host} |
| 19 | HCEPROMETHEUSPORT: ${_param:hce_prometheus_port} |
| 20 | service: |
| 21 | hce-api: |
| 22 | image: ${_param:docker_image_hce} |
| 23 | deploy: |
| 24 | replicas: ${_param:docker_hce_replicas} |
| 25 | restart_policy: |
| 26 | condition: any |
| 27 | ports: |
| 28 | - ${_param:haproxy_hce_exposed_port}:${_param:haproxy_hce_bind_port} |
| 29 | network: |
| 30 | default: |
| 31 | external: |
| 32 | name: oss_backend |