Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | classes: |
| 2 | - system.keystone.client.v3.service.radosgw-swift |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 3 | parameters: |
Pavel Cizinsky | d7359e5 | 2017-02-07 11:20:46 +0100 | [diff] [blame] | 4 | _param: |
Pavel Cizinsky | 6aae320 | 2017-06-15 10:29:33 +0200 | [diff] [blame] | 5 | radosgw_swift_cluster_port: 8081 |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 6 | radosgw_service_protocol: http |
Petr Michalec | bf38a0c | 2017-02-01 16:24:40 +0100 | [diff] [blame] | 7 | keystone: |
| 8 | client: |
| 9 | server: |
| 10 | identity: |
| 11 | project: |
| 12 | service: |
| 13 | user: |
| 14 | swift: |
| 15 | is_admin: true |
| 16 | password: ${_param:keystone_swift_password} |
| 17 | email: ${_param:admin_email} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 18 | service: |
| 19 | radosgw-swift: |
| 20 | type: object-store |
| 21 | description: Swift Service (radosgw) |
| 22 | endpoints: |
| 23 | - region: ${_param:openstack_region} |
| 24 | public_address: ${_param:cluster_public_host} |
| 25 | public_protocol: ${_param:cluster_public_protocol} |
Pavel Cizinsky | 6aae320 | 2017-06-15 10:29:33 +0200 | [diff] [blame] | 26 | public_port: ${_param:radosgw_swift_cluster_port} |
Petr Michalec | 2928b9a | 2017-04-19 11:43:26 +0200 | [diff] [blame] | 27 | public_path: '/swift/v1' # /$(project_id)s |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 28 | internal_address: ${_param:radosgw_service_host} |
Pavel Cizinsky | 6aae320 | 2017-06-15 10:29:33 +0200 | [diff] [blame] | 29 | internal_port: ${_param:radosgw_swift_cluster_port} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 30 | internal_path: '/swift/v1' |
Vasyl Saienko | f9e57b3 | 2018-01-18 19:58:56 +0200 | [diff] [blame] | 31 | internal_protocol: ${_param:radosgw_service_protocol} |
| 32 | admin_protocol: ${_param:radosgw_service_protocol} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 33 | admin_address: ${_param:radosgw_service_host} |
Pavel Cizinsky | 6aae320 | 2017-06-15 10:29:33 +0200 | [diff] [blame] | 34 | admin_port: ${_param:radosgw_swift_cluster_port} |
Petr Michalec | 946e5de | 2017-04-12 16:46:02 +0200 | [diff] [blame] | 35 | admin_path: '/swift/v1' |