blob: 14a24affab0a898825f4c561be36607557576cae [file] [log] [blame]
Petr Michalecbf38a0c2017-02-01 16:24:40 +01001parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01002 _param:
3 cluster_public_protocol: https
Pavel Cizinsky6aae3202017-06-15 10:29:33 +02004 radosgw_swift_cluster_port: 8081
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02005 radosgw_service_protocol: http
Petr Michalecbf38a0c2017-02-01 16:24:40 +01006 keystone:
7 client:
8 server:
9 identity:
10 project:
11 service:
12 user:
13 swift:
14 is_admin: true
15 password: ${_param:keystone_swift_password}
16 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020017 service:
18 radosgw-swift:
19 type: object-store
20 description: Swift Service (radosgw)
21 endpoints:
22 - region: ${_param:openstack_region}
23 public_address: ${_param:cluster_public_host}
24 public_protocol: ${_param:cluster_public_protocol}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020025 public_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec2928b9a2017-04-19 11:43:26 +020026 public_path: '/swift/v1' # /$(project_id)s
Petr Michalec946e5de2017-04-12 16:46:02 +020027 internal_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020028 internal_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020029 internal_path: '/swift/v1'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020030 internal_protocol: ${_param:radosgw_service_protocol}
31 admin_protocol: ${_param:radosgw_service_protocol}
Petr Michalec946e5de2017-04-12 16:46:02 +020032 admin_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020033 admin_port: ${_param:radosgw_swift_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020034 admin_path: '/swift/v1'