blob: cfc968b4c4b0b98b449378717fe07da14eb659f9 [file] [log] [blame]
Ondrej Smola81d1a192017-08-17 11:13:10 +02001applications:
2- ceph
3classes:
Jiri Broulikca5086d2017-10-16 15:51:36 +02004- service.ceph.common.single
Ondrej Smola81d1a192017-08-17 11:13:10 +02005- service.ceph.support
6parameters:
7 _param:
Jiri Broulikca5086d2017-10-16 15:51:36 +02008 ceph_radosgw_hostname: ${linux:system:name}
9 ceph_radosgw_bind_port: 8080
Ondrej Smola81d1a192017-08-17 11:13:10 +020010 ceph:
11 radosgw:
12 enabled: true
13 hostname: ${_param:ceph_radosgw_hostname}
14 bind:
Jakub Pavlik3107ec22017-08-18 19:02:44 +020015 address: ${_param:single_address}
Jiri Broulikca5086d2017-10-16 15:51:36 +020016 port: ${_param:ceph_radosgw_bind_port}
Alena Kiseleva3f64b732018-11-20 18:16:26 +030017 client:
18 config:
19 client.radosgw.gateway:
20 rgw_swift_enforce_content_length: true