Merge "ceph: mgr; replicas 2 by default, 1 for developer/single-node"

This commit is contained in:
Zuul
2018-05-05 01:09:53 +00:00
committed by Gerrit Code Review
2 changed files with 5 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ pod:
rgw: 1
rbd_provisioner: 2
cephfs_provisioner: 2
mgr: 1
mgr: 2
affinity:
anti:
type:

View File

@@ -155,6 +155,10 @@ conf:
journal:
type: directory
location: /var/lib/openstack-helm/ceph/osd/journal-one
pod:
replicas:
mgr: 1
EOF
for CHART in ceph-mon ceph-osd ceph-client; do