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: |
| 3 | cluster_public_protocol: https |
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} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame^] | 15 | service: |
| 16 | swift: |
| 17 | type: data-processing |
| 18 | description: Sahara Data Processing |
| 19 | endpoints: |
| 20 | - region: ${_param:openstack_region} |
| 21 | public_address: ${_param:cluster_public_host} |
| 22 | public_protocol: ${_param:cluster_public_protocol} |
| 23 | public_port: 8386 |
| 24 | public_path: '/v1.1/%(tenant_id)s' |
| 25 | internal_address: ${_param:sahara_service_host} |
| 26 | internal_port: 8386 |
| 27 | internal_path: '/v1.1/%(tenant_id)s' |
| 28 | admin_address: ${_param:sahara_service_host} |
| 29 | admin_port: 8386 |
| 30 | admin_path: '/v1.1/%(tenant_id)s' |