aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/adapters/ansible/roles/ceph-config/templates/create_monmap.j2
blob: 7d1eb9d77b43363b73a4120eb739a9a925c33fa5 (plain)
1
2
3
4
5
monmaptool --create --clobber --fsid {{ ceph_fsid.stdout }} 
{%- for host in groups['ceph_mon']%}
 --add {{host}} {{ ip_settings[host].mgmt.ip }}:6789 
{%- endfor %}
 /tmp/monmap