blob: 69f09f74418be0dfe0f5637243236503d6c64a77 [file] [log] [blame]
Jiri Broulikca5086d2017-10-16 15:51:36 +02001applications:
2- ceph
3classes:
4- service.ceph.common.cluster
5- service.ceph.support
6parameters:
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}