blob: 0da4b0b51ab4eef9d6f0fe3ca0cbcbf5ff840d06 [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:
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +02007 resources:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03008 v3:
9 users:
10 swift:
sgarbuzf5956c22019-05-20 14:10:11 +030011 name: ${_param:keystone_swift_username}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030012 password: ${_param:keystone_swift_password}
13 email: ${_param:admin_email}
Oleksandr Shyshkob508ed42019-02-27 13:23:06 +020014 options: ${_param:openstack_service_user_options}
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030015 roles:
16 service_admin:
17 name: admin
18 project_id: service
Vasyl Saienko20e10502018-09-28 13:38:38 +030019 services:
Vasyl Saienkod0ef2882018-05-08 14:40:09 +030020 radosgw-s3:
21 type: s3
22 description: S3 Service (radosgw)
23 endpoints:
24 radosgw-s3_public:
25 interface: 'public'
26 url: ${_param:cluster_public_protocol}://${_param:cluster_public_host}:${_param:radosgw_s3_cluster_port}/
27 region: ${_param:openstack_region}
28 radosgw-s3_internal:
29 interface: 'internal'
30 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
31 region: ${_param:openstack_region}
32 radosgw-s3_admin:
33 interface: 'admin'
34 url: ${_param:radosgw_service_protocol}://${_param:radosgw_service_host}:${_param:radosgw_s3_cluster_port}/
35 region: ${_param:openstack_region}