puppet-openstack-integration/manifests/mongodb.pp
Emilien Macchi 78178746ee Deploy MongoDB on scenario002
Some services (like Zaqar) require MongoDB in place to be tested.
We plan to test Zaqar soon, when the Puppet module will be finished.

So this patch is a first iteration by deploying MongoDB.

It also bump the version of puppetlabs-mongodb to use latest release
(0.12).

Change-Id: I408049e658e1b7466dfce9dc565480b538656230
2016-02-15 08:00:14 -05:00

8 lines
128 B
Puppet

class openstack_integration::mongodb {
include ::mongodb::globals
include ::mongodb::server
include ::mongodb::client
}