Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 1 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 2 | _param: |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 3 | sahara_internal_protocol: http |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 4 | keystone: |
| 5 | client: |
| 6 | server: |
| 7 | identity: |
| 8 | project: |
| 9 | service: |
| 10 | user: |
| 11 | sahara: |
| 12 | is_admin: true |
| 13 | password: ${_param:keystone_sahara_password} |
| 14 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame^] | 15 | options: ${_param:openstack_service_user_options} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 16 | service: |
Petr Michalec | 2a0a44c | 2017-04-21 14:13:51 +0200 | [diff] [blame] | 17 | sahara: |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 18 | type: data-processing |
| 19 | description: Sahara Data Processing |
| 20 | endpoints: |
| 21 | - region: ${_param:openstack_region} |
| 22 | public_address: ${_param:cluster_public_host} |
| 23 | public_protocol: ${_param:cluster_public_protocol} |
| 24 | public_port: 8386 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 25 | public_path: '/v1.1/%(project_id)s' |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 26 | internal_address: ${_param:sahara_service_host} |
| 27 | internal_port: 8386 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 28 | internal_path: '/v1.1/%(project_id)s' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 29 | internal_protocol: ${_param:sahara_internal_protocol} |
| 30 | admin_protocol: ${_param:sahara_internal_protocol} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 31 | admin_address: ${_param:sahara_service_host} |
| 32 | admin_port: 8386 |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 33 | admin_path: '/v1.1/%(project_id)s' |