Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
azvyagintsev | 16ca7ce | 2018-08-21 17:20:33 +0300 | [diff] [blame] | 3 | mcp_docker_registry: 'docker-prod-local.artifactory.mirantis.com' |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 4 | docker_hce_replicas: 1 |
azvyagintsev | 16ca7ce | 2018-08-21 17:20:33 +0300 | [diff] [blame] | 5 | docker_image_hce: ${_param:mcp_docker_registry}/mirantis/oss/hce |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 6 | hce_bind_host: hce-api |
| 7 | hce_bind_port: ${_param:haproxy_hce_bind_port} |
vnaumov | b3cf666 | 2018-04-20 14:22:49 +0400 | [diff] [blame] | 8 | hce_prometheus_protocol: http |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 9 | 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: |
vnaumov | b3cf666 | 2018-04-20 14:22:49 +0400 | [diff] [blame] | 18 | HCEPROMETHEUSPROTOCOL: ${_param:hce_prometheus_protocol} |
Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame] | 19 | 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 |