78178746ee
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
8 lines
128 B
Puppet
8 lines
128 B
Puppet
class openstack_integration::mongodb {
|
|
|
|
include ::mongodb::globals
|
|
include ::mongodb::server
|
|
include ::mongodb::client
|
|
|
|
}
|