Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 1 | parameters: |
| 2 | _param: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 3 | radosgw_s3_cluster_port: 8081 |
| 4 | radosgw_service_protocol: http |
| 5 | keystone: |
| 6 | client: |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame^] | 7 | resources: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 8 | v3: |
| 9 | users: |
| 10 | swift: |
| 11 | password: ${_param:keystone_swift_password} |
| 12 | email: ${_param:admin_email} |
Oleksandr Shyshko | b508ed4 | 2019-02-27 13:23:06 +0200 | [diff] [blame^] | 13 | options: ${_param:openstack_service_user_options} |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 14 | roles: |
| 15 | service_admin: |
| 16 | name: admin |
| 17 | project_id: service |
Vasyl Saienko | 20e1050 | 2018-09-28 13:38:38 +0300 | [diff] [blame] | 18 | services: |
Vasyl Saienko | d0ef288 | 2018-05-08 14:40:09 +0300 | [diff] [blame] | 19 | radosgw-s3: |
| 20 | type: s3 |
| 21 | description: S3 Service (radosgw) |
| 22 | endpoints: |
| 23 | radosgw-s3_public: |
| 24 | interface: 'public' |
| 25 | url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_s3_cluster_port}/ |
| 26 | region: ${_param:openstack_region} |
| 27 | radosgw-s3_internal: |
| 28 | interface: 'internal' |
| 29 | url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/ |
| 30 | region: ${_param:openstack_region} |
| 31 | radosgw-s3_admin: |
| 32 | interface: 'admin' |
| 33 | url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/ |
| 34 | region: ${_param:openstack_region} |