applications: | |
- ceph | |
classes: | |
- service.ceph.common.cluster | |
- service.ceph.support | |
parameters: | |
_param: | |
ceph_radosgw_hostname: ${linux:system:name} | |
ceph_radosgw_bind_port: 8080 | |
ceph: | |
radosgw: | |
enabled: true | |
hostname: ${_param:ceph_radosgw_hostname} | |
bind: | |
address: ${_param:single_address} | |
port: ${_param:ceph_radosgw_bind_port} | |
client: | |
config: | |
client.radosgw.gateway: | |
rgw_swift_enforce_content_length: true |