Forge Home

tempest

Puppet module for OpenStack Tempest

13,646 downloads

10,686 latest version

3.1 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 5.1.0 (latest)
  • 5.0.0
released Jun 17th 2015
This version is compatible with:
  • Puppet Enterprise 3.x
  • Puppet 3.x
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'stackforge-tempest', '5.1.0'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add stackforge-tempest
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install stackforge-tempest --version 5.1.0

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

stackforge/tempest — version 5.1.0 Jun 17th 2015

Tempest

5.1.0 - 2014.2 - 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.1.0

  • spec: pin rspec-puppet to 1.0.1
  • Update .gitreview file for project rename
  • Allow to not manage Tempest code in Puppet
  • Allow to activate Ceilometer tests

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