Install mongodb client package
authorDan Prince <dprince@redhat.com>
Wed, 10 Feb 2016 14:21:11 +0000 (09:21 -0500)
committerDan Prince <dprince@redhat.com>
Wed, 10 Feb 2016 14:21:11 +0000 (09:21 -0500)
commitc569b1928bd5241be677e8c168f56e04c49abd73
treef0b3818c142814d01fb0c7fbf388312dcf23cf53
parent93c392fa204c3e9f528fe78c1bdeb74806e0d18e
Install mongodb client package

This resolves an error which can occur when trying to
create an overcloud without pre-built images. Specifically
mongodb replset creations fails because there is no 'mongo'
binary present:

Error: Could not prefetch mongodb_replset provider 'mongo': Could not
evalute MongoDB shell command: printjson(rs.conf())

Simply including the mongodb::client puppet class should resolve
this issue.

Change-Id: If66d3b900c61be51771f4cd0c9ea06eea62431a4
Closes-bug: #1544072
puppet/manifests/overcloud_controller.pp
puppet/manifests/overcloud_controller_pacemaker.pp