blob: cf1290dbcc6aa473da851e2d498431d1e069e924 [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:
sgarbuzfd2d8c12019-04-23 12:41:26 +03009 roles:
10 reseller_admin:
11 name: ResellerAdmin
12 enabled: true
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030013 users:
14 swift:
sgarbuz5f58dd72019-05-20 14:10:11 +030015 name: ${_param:keystone_swift_username}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030016 password: ${_param:keystone_swift_password}
17 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020018 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030019 roles:
20 service_admin:
21 name: admin
22 project_id: service
sgarbuzfd2d8c12019-04-23 12:41:26 +030023 admin:
24 roles:
25 reseller_admin:
26 name: ResellerAdmin
27 project_id: admin
Vasyl Saienko20e10502018-09-28 13:38:38 +030028 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030029 radosgw-swift:
30 type: object-store
31 description: Swift Service (radosgw)
32 endpoints:
33 radosgw-swift_public:
34 interface: 'public'
Mateusz Los09e2c502019-01-21 11:25:15 +010035 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 +030036 region: ${_param:openstack_region}
37 radosgw-swift_internal:
38 interface: 'internal'
Mateusz Los09e2c502019-01-21 11:25:15 +010039 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 +030040 region: ${_param:openstack_region}
41 radosgw-swift_admin:
42 interface: 'admin'
Mateusz Los09e2c502019-01-21 11:25:15 +010043 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 +030044 region: ${_param:openstack_region}