OpenStack Tempest Puppet Module
Go to file
Emilien Macchi 05fc037265 Allow to not manage Tempest code in Puppet
In the case you are using a package, you may want the flexibility to not
use VCS to manage Tempest code and just use the Puppet module to
configure Tempest itself.

Adding a new parameter, true by default to keep backward compatibility.

Change-Id: I6d5c17393630fda156bebc55fe28f97bcabecca4
2014-12-15 15:28:06 -05:00
lib/puppet Hide secrets from puppet logs 2014-07-22 13:12:53 +00:00
manifests Allow to not manage Tempest code in Puppet 2014-12-15 15:28:06 -05:00
spec Hide secrets from puppet logs 2014-07-22 13:12:53 +00:00
tests Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
.fixtures.yml Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
.gitignore Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
.gitreview Add .gitreview 2013-05-29 11:52:19 -04:00
.rspec Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
Gemfile Normalize Gemfile & pin tests to rspec < 2.99 2014-06-20 09:16:35 -04:00
README.markdown Release 5.0.0 - Juno 2014-11-23 19:43:35 -08:00
Rakefile Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
metadata.json Switch to metadata.json for Puppet forge releases 2014-10-22 15:51:51 +02:00

README.markdown

Tempest

5.0.0 - 2014.2.0 - Juno

Module for installing and configuring tempest.

Tempest is the test suite that can be used to run integration tests on an installed openstack environment.

This module assumes the provisioning of the initial OpenStack resources has been done beforehand.

Release Notes

** 5.0.0 **

  • Stable Juno release
  • Pinned vcsrepo dependency to 2.x
  • Bumped stdlib dependency to 4.x
  • Added ability to hide secrets from puppet logs
  • Removed orphaned os_concat function
  • Removed dependencies on mysql and postgresql devel libraries