Fix puppet-apply tests

Puppet is now throwing an error about this for centos-7 unit tests.

Add empty SSH key for krotscheck.

We also need to make sure puppet has been properly installed, this is
because we have recently removed puppet from our diskimages.

Change-Id: I8bcaddd045be3f81de5c2481e0de6a8526c97a91
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2017-04-29 11:48:30 -04:00
parent 1ef6088bb6
commit dc0cf8acbb
2 changed files with 3 additions and 0 deletions

View File

@ -185,6 +185,7 @@ class openstack_project::users {
@user::virtual::localuser { 'krotscheck':
realname => 'Michael Krotscheck',
sshkeys => '',
uid => 2020,
gid => 2020,
}

View File

@ -43,6 +43,8 @@ declare -A INTEGRATION_MODULES
source $MODULE_ENV_FILE
# Install puppet
sudo -E bash -x $ROOT/install_puppet.sh
# Install SOURCE_MODULES
sudo -E bash -x $ROOT/install_modules.sh