blob: cca836cd0015b0c0230539b7f4975c099c0b8dab [file] [log] [blame]
applications:
- ceph
parameters:
_param:
ceph_mon_node01_hostname: cmn01
ceph_mon_node02_hostname: cmn02
ceph_mon_node03_hostname: cmn03
ceph_cluster_member01:
name: ${_param:ceph_mon_node01_hostname}
host: ${_param:ceph_mon_node01_address}
ceph_cluster_member02:
name: ${_param:ceph_mon_node02_hostname}
host: ${_param:ceph_mon_node02_address}
ceph_cluster_member03:
name: ${_param:ceph_mon_node03_hostname}
host: ${_param:ceph_mon_node03_address}
ceph:
common:
config:
global:
mon_max_pg_per_osd: 600
enabled: true
version: ${_param:ceph_version}
fsid: ${_param:ceph_cluster_fsid}
members:
- ${_param:ceph_cluster_member01}
- ${_param:ceph_cluster_member02}
- ${_param:ceph_cluster_member03}