blob: 7c03f4a4e9ca86a1f7cca12f52278a75ab9f7337 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 radosgw_s3_cluster_port: 8081
4 radosgw_service_protocol: http
5 keystone:
6 client:
7 resource:
8 v3:
9 users:
10 swift:
11 password: ${_param:keystone_swift_password}
12 email: ${_param:admin_email}
13 roles:
14 service_admin:
15 name: admin
16 project_id: service
Vasyl Saienko20e10502018-09-28 13:38:38 +030017 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030018 radosgw-s3:
19 type: s3
20 description: S3 Service (radosgw)
21 endpoints:
22 radosgw-s3_public:
23 interface: 'public'
24 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_s3_cluster_port}/
25 region: ${_param:openstack_region}
26 radosgw-s3_internal:
27 interface: 'internal'
28 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
29 region: ${_param:openstack_region}
30 radosgw-s3_admin:
31 interface: 'admin'
32 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
33 region: ${_param:openstack_region}