Vnaumov | 8dfb9ec | 2017-12-05 00:27:14 +0300 | [diff] [blame^] | 1 | parameters: |
| 2 | _param: |
| 3 | docker_hce_replicas: 1 |
| 4 | docker_image_hce: docker-prod-local.artifactory.mirantis.com/mirantis/oss/hce |
| 5 | hce_bind_host: hce-api |
| 6 | hce_bind_port: ${_param:haproxy_hce_bind_port} |
| 7 | hce_elasticsearch_host: elastic-endpoint-ip |
| 8 | hce_elasticsearch_port: elastic-endpoint-port |
| 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: |
| 18 | HCEELASTICHOST: ${_param:hce_elasticsearch_host} |
| 19 | HCEELASTICPORT: ${_param:hce_elasticsearch_port} |
| 20 | HCEPROMETHEUSHOST: ${_param:hce_prometheus_host} |
| 21 | HCEPROMETHEUSPORT: ${_param:hce_prometheus_port} |
| 22 | service: |
| 23 | hce-api: |
| 24 | image: ${_param:docker_image_hce} |
| 25 | deploy: |
| 26 | replicas: ${_param:docker_hce_replicas} |
| 27 | restart_policy: |
| 28 | condition: any |
| 29 | ports: |
| 30 | - ${_param:haproxy_hce_exposed_port}:${_param:haproxy_hce_bind_port} |
| 31 | network: |
| 32 | default: |
| 33 | external: |
| 34 | name: oss_backend |