Jiri Broulik | ca5086d | 2017-10-16 15:51:36 +0200 | [diff] [blame] | 1 | applications: |
| 2 | - ceph |
| 3 | classes: |
| 4 | - service.ceph.common.cluster |
| 5 | - service.ceph.support |
| 6 | parameters: |
| 7 | _param: |
| 8 | ceph_radosgw_hostname: ${linux:system:name} |
| 9 | ceph_radosgw_bind_port: 8080 |
| 10 | ceph: |
| 11 | radosgw: |
| 12 | enabled: true |
| 13 | hostname: ${_param:ceph_radosgw_hostname} |
| 14 | bind: |
| 15 | address: ${_param:single_address} |
| 16 | port: ${_param:ceph_radosgw_bind_port} |
Alena Kiseleva | 3f64b73 | 2018-11-20 18:16:26 +0300 | [diff] [blame] | 17 | client: |
| 18 | config: |
| 19 | client.radosgw.gateway: |
| 20 | rgw_swift_enforce_content_length: true |