Use OpenStack HEAT to install and setup MongoDB cluster

803 Views Asked by At

We need to be able install a MongoDB cluster on OpenStack declaring the number of shards and the size of the replica-set as parameters.

Is there a way to achieve this using a HEAT template, passing in <shardCount> and <replicaSetSize> as parameters? Can this be done by HEAT or does it require complicated scripting and on-the-fly template generation?

0

There are 0 best solutions below