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} |
Ivan Berezovskiy | 645d444 | 2018-11-21 17:09:54 +0400 | [diff] [blame] | 17 | swift: |
| 18 | enforce_content_length: true |