[global] fsid = {{ .deis_store_fsid }} mon initial members = {{ .deis_store_monSetupLock }} mon host = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ $mon.Value }}{{ end }} mon addr = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ Base $mon.Key }}:6789{{ end }} auth cluster required = cephx auth service required = cephx auth client required = cephx osd pool default size = {{ .deis_store_size }} osd pool default min_size = {{ .deis_store_minSize }} osd pool default pg_num = {{ .deis_store_pgNum }} osd pool default pgp_num = {{ .deis_store_pgNum }} osd recovery delay start = {{ .deis_store_delayStart }} log file = /dev/stdout [client.radosgw.gateway] host = deis-store-gateway keyring = /etc/ceph/ceph.client.radosgw.keyring rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock