ceph: run 2 rgw replicas

by default run 2 rgw instances, single node and developer will
override to 1

Change-Id: I8b49c8ac026b130c74a1e9c548232780284186d2
This commit is contained in:
Chris Wedgwood 2018-05-08 19:15:34 +00:00
parent ce5cf7f1cf
commit 4c8205bd54
2 changed files with 5 additions and 4 deletions

View File

@ -63,11 +63,11 @@ labels:
pod: pod:
dns_policy: "ClusterFirstWithHostNet" dns_policy: "ClusterFirstWithHostNet"
replicas: replicas:
rgw: 1
rbd_provisioner: 2
cephfs_provisioner: 2 cephfs_provisioner: 2
mgr: 2 rbd_provisioner: 2
mds: 2 mds: 2
mgr: 2
rgw: 2
affinity: affinity:
anti: anti:
type: type:

View File

@ -158,8 +158,9 @@ conf:
pod: pod:
replicas: replicas:
mgr: 1
mds: 1 mds: 1
mgr: 1
rgw: 1
EOF EOF
for CHART in ceph-mon ceph-osd ceph-client; do for CHART in ceph-mon ceph-osd ceph-client; do