File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[global]
22fsid = {{ .deis_store_fsid }}
33mon initial members = {{ .deis_store_monSetupLock }}
4+ mon host = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ Base $mon.Key }}{{ end }}
5+ mon addr = {{ range $index, $mon := .deis_store_hosts }}{{ if $index }}, {{ end }}{{ Base $mon.Key }}:6789{{ end }}
46auth cluster required = cephx
57auth service required = cephx
68auth client required = cephx
@@ -11,14 +13,7 @@ osd pool default pgp_num = {{ .deis_store_pgNum }}
1113osd recovery delay start = {{ .deis_store_delayStart }}
1214log file = /dev/stdout
1315
14- {{ range $mon := .deis_store_hosts }}
15- [mon.{{ $mon.Value }}]
16- host = {{ $mon.Value }}
17- mon addr = {{ Base $mon.Key }}:6789
18- {{ end }}
19-
2016[client.radosgw.gateway]
2117host = deis-store-gateway
2218keyring = /etc/ceph/ceph.client.radosgw.keyring
2319rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
24- log file = /dev/stdout
You can’t perform that action at this time.
0 commit comments