blob: 2e78bb9c376292399dcaf2d5e61a96f8283cb4c3 [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}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020017 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030018 roles:
19 service_admin:
20 name: admin
21 project_id: service
Oleh Hryhorov76121412019-01-14 16:50:38 +020022 admin:
23 roles:
24 reseller_admin:
25 name: ResellerAdmin
26 project_id: admin
Vasyl Saienko20e10502018-09-28 13:38:38 +030027 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030028 radosgw-swift:
29 type: object-store
30 description: Swift Service (radosgw)
31 endpoints:
32 radosgw-swift_public:
33 interface: 'public'
Mateusz Losfb3303d2019-01-21 11:25:15 +010034 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 +030035 region: ${_param:openstack_region}
36 radosgw-swift_internal:
37 interface: 'internal'
Mateusz Losfb3303d2019-01-21 11:25:15 +010038 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 +030039 region: ${_param:openstack_region}
40 radosgw-swift_admin:
41 interface: 'admin'
Mateusz Losfb3303d2019-01-21 11:25:15 +010042 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 +030043 region: ${_param:openstack_region}