Files
python-troveclient/releasenotes/notes/mongo-cluster-create-use-extended-perperties-be7c075585dc709a.yaml
zhanggang 4d58f2e019 Add extended properties support for mongo cluster.
User can specify the number and volume of mongos/configserver with
extended_properties argument when creating mongodb. Currently,
the supported parameters are, num_configsvr, num_mongos,
configsvr_volume_size, configsvr_volume_type, mongos_volume_size
and mongos_volume_type.

Change-Id: I35406f9967ce00a51b320eda37572e96228b209d
Signed-off-by: zhanggang <zhanggang@cmss.chinamobile.com>
2018-07-31 14:48:02 +08:00

9 lines
320 B
YAML

---
features:
- |
User can specify the number and volume of mongos/configserver by using
the extends argument when creating mongodb cluster. Currently,
the supported parameters are, num_configsvr, num_mongos,
configsvr_volume_size, configsvr_volume_type, mongos_volume_size
and mongos_volume_type.