forked from redhat-openstack/openstack-puppet-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update tempest to 48a850e38f7937e19b687f7a18c6b7d388ea1069
48a850e38f7937e19b687f7a18c6b7d388ea1069 spec: pin rspec-puppet to 1.0.1 7350af50f6569afcff33972d7807cc6d91d8c5a9 Merge "Allow to not manage Tempest code in Puppet" 05fc037265964e16429639e26601d8fd6d28ec4c Allow to not manage Tempest code in Puppet beb7add18570713e71e8186403bda44f200d7bcb Allow to activate Ceilometer tests 12cd4dcd68eb0a09a4d061325e708bc53bcf280f Release 5.0.0 - Juno ce2337a0d2df4f07be3db7df4c4aafcc574fa703 Switch to metadata.json for Puppet forge releases b293e997f405fbc55161300d03b685554adf80c3 Update vcsrepo max dependency to 2.x Signed-off-by: Gael Chamoulaud <[email protected]>
- Loading branch information
Showing
7 changed files
with
114 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,24 @@ | ||
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
{ | ||
"name": "stackforge-tempest", | ||
"version": "5.0.0", | ||
"author": "StackForge Contributors", | ||
"summary": "Puppet module for OpenStack Tempest", | ||
"license": "Apache License 2.0", | ||
"source": "git://github.com/stackforge/puppet-tempest.git", | ||
"project_page": "https://launchpad.net/puppet-tempest", | ||
"issues_url": "https://bugs.launchpad.net/puppet-tempest", | ||
"requirements": [ | ||
{"name": "pe","version_requirement": "3.x"}, | ||
{"name": "puppet","version_requirement": "3.x"} | ||
], | ||
"operatingsystem_support": [ | ||
{ | ||
"operatingsystem": "Debian", | ||
"operatingsystemrelease": ["7"] | ||
}, | ||
{ | ||
"operatingsystem": "Fedora", | ||
"operatingsystemrelease": ["20"] | ||
}, | ||
{ | ||
"operatingsystem": "RedHat", | ||
"operatingsystemrelease": ["6.5","7"] | ||
}, | ||
{ | ||
"operatingsystem": "Ubuntu", | ||
"operatingsystemrelease": ["12.04","14.04"] | ||
} | ||
], | ||
"description": "Installs and configures OpenStack Tempest (Quality Assurance).", | ||
"dependencies": [ | ||
{ "name": "puppetlabs/inifile", "version_requirement": ">=1.0.0 <2.0.0" }, | ||
{ "name": "puppetlabs/stdlib", "version_requirement": ">=4.0.0 <5.0.0" }, | ||
{ "name": "puppetlabs/vcsrepo", "version_requirement": ">=0.1.2 <2.0.0"} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters