blob: df88eb3c25dd78b6f495c89b4f30f5176791210f [file] [log] [blame]
Vasyl Saienkod0ef2882018-05-08 14:40:09 +03001classes:
2- system.keystone.client.v3.service.radosgw-swift
Petr Michalecbf38a0c2017-02-01 16:24:40 +01003parameters:
Pavel Cizinskyd7359e52017-02-07 11:20:46 +01004 _param:
Pavel Cizinsky6aae3202017-06-15 10:29:33 +02005 radosgw_swift_cluster_port: 8081
Vasyl Saienkof9e57b32018-01-18 19:58:56 +02006 radosgw_service_protocol: http
Petr Michalecbf38a0c2017-02-01 16:24:40 +01007 keystone:
8 client:
9 server:
10 identity:
sgarbuzfd2d8c12019-04-23 12:41:26 +030011 roles:
12 - ResellerAdmin
Petr Michalecbf38a0c2017-02-01 16:24:40 +010013 project:
14 service:
15 user:
16 swift:
sgarbuz5f58dd72019-05-20 14:10:11 +030017 name: ${_param:keystone_swift_username}
Petr Michalecbf38a0c2017-02-01 16:24:40 +010018 is_admin: true
19 password: ${_param:keystone_swift_password}
20 email: ${_param:admin_email}
Oleksandr Shyshkoa3384502019-02-27 13:23:06 +020021 options: ${_param:openstack_service_user_options}
sgarbuzfd2d8c12019-04-23 12:41:26 +030022 admin:
23 user:
24 admin:
25 roles:
26 - ResellerAdmin
Petr Michalec946e5de2017-04-12 16:46:02 +020027 service:
28 radosgw-swift:
29 type: object-store
30 description: Swift Service (radosgw)
31 endpoints:
32 - region: ${_param:openstack_region}
33 public_address: ${_param:cluster_public_host}
34 public_protocol: ${_param:cluster_public_protocol}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020035 public_port: ${_param:radosgw_swift_cluster_port}
Mateusz Los09e2c502019-01-21 11:25:15 +010036 public_path: '/swift/v1/AUTH_%(tenant_id)s'
Petr Michalec946e5de2017-04-12 16:46:02 +020037 internal_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020038 internal_port: ${_param:radosgw_swift_cluster_port}
Mateusz Los09e2c502019-01-21 11:25:15 +010039 internal_path: '/swift/v1/AUTH_%(tenant_id)s'
Vasyl Saienkof9e57b32018-01-18 19:58:56 +020040 internal_protocol: ${_param:radosgw_service_protocol}
41 admin_protocol: ${_param:radosgw_service_protocol}
Petr Michalec946e5de2017-04-12 16:46:02 +020042 admin_address: ${_param:radosgw_service_host}
Pavel Cizinsky6aae3202017-06-15 10:29:33 +020043 admin_port: ${_param:radosgw_swift_cluster_port}
Mateusz Los09e2c502019-01-21 11:25:15 +010044 admin_path: '/swift/v1/AUTH_%(tenant_id)s'