blob: d1acce3c5fce7f31799577459d835e7117001cb1 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001parameters:
2 _param:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03003 radosgw_swift_cluster_port: 8081
4 radosgw_service_protocol: http
5 keystone:
6 client:
7 resources:
8 v3:
Oleh Hryhorov76121412019-01-14 16:50:38 +02009 roles:
10 reseller_admin:
11 name: ResellerAdmin
12 enabled: true
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030013 users:
14 swift:
15 password: ${_param:keystone_swift_password}
16 email: ${_param:admin_email}
17 roles:
18 service_admin:
19 name: admin
20 project_id: service
Oleh Hryhorov76121412019-01-14 16:50:38 +020021 admin:
22 roles:
23 reseller_admin:
24 name: ResellerAdmin
25 project_id: admin
Vasyl Saienko20e10502018-09-28 13:38:38 +030026 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030027 radosgw-swift:
28 type: object-store
29 description: Swift Service (radosgw)
30 endpoints:
31 radosgw-swift_public:
32 interface: 'public'
Mateusz Losfb3303d2019-01-21 11:25:15 +010033 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030034 region: ${_param:openstack_region}
35 radosgw-swift_internal:
36 interface: 'internal'
Mateusz Losfb3303d2019-01-21 11:25:15 +010037 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030038 region: ${_param:openstack_region}
39 radosgw-swift_admin:
40 interface: 'admin'
Mateusz Losfb3303d2019-01-21 11:25:15 +010041 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_swift_cluster_port}/swift/v1/AUTH_%(tenant_id)s
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030042 region: ${_param:openstack_region}