blob: e53d9fc8e9e45c5a5f9e5a03bde9bd02ac996b43 [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.radosgw-s3
Petr Michalecbf38a0c2017-02-01 16:24:40 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
5 cluster_public_protocol: https
Ondrej Smolad01bbd82017-04-24 15:34:16 +02006 radosgw_s3_cluster_port: 8081
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02007 radosgw_service_protocol: http
Petr Michalecbf38a0c2017-02-01 16:24:40 +01008 keystone:
9 client:
10 server:
11 identity:
12 project:
13 service:
14 user:
15 swift:
16 is_admin: true
17 password: ${_param:keystone_swift_password}
18 email: ${_param:admin_email}
Petr Michalec946e5de2017-04-12 16:46:02 +020019 service:
20 radosgw-s3:
21 type: s3
22 description: S3 Service (radosgw)
23 endpoints:
24 - region: ${_param:openstack_region}
25 public_address: ${_param:cluster_public_host}
26 public_protocol: ${_param:cluster_public_protocol}
Ondrej Smolad01bbd82017-04-24 15:34:16 +020027 public_port: ${_param:radosgw_s3_cluster_port}
Petr Michalec2928b9a2017-04-19 11:43:26 +020028 public_path: '/' # /$(project_id)s
Petr Michalec946e5de2017-04-12 16:46:02 +020029 internal_address: ${_param:radosgw_service_host}
Ondrej Smolad01bbd82017-04-24 15:34:16 +020030 internal_port: ${_param:radosgw_s3_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020031 internal_path: '/'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020032 internal_protocol: ${_param:radosgw_service_protocol}
33 admin_protocol: ${_param:radosgw_service_protocol}
Petr Michalec946e5de2017-04-12 16:46:02 +020034 admin_address: ${_param:radosgw_service_host}
Ondrej Smolad01bbd82017-04-24 15:34:16 +020035 admin_port: ${_param:radosgw_s3_cluster_port}
Petr Michalec946e5de2017-04-12 16:46:02 +020036 admin_path: '/'