RETIRED, Chef Cookbook - OpenStack Integration Testing
Go to file
Ken Thomas 24a9fd0cd7 Use identity-internal instead of public endpoint
The discussion on using identity-internval vs the public
identity-api endpoint can be found here:
https://groups.google.com/forum/#!topic/opscode-chef-openstack/an9rydsrC0k

Change-Id: I91f2253b3c471cdd25e025924da2899d732f96b8
Partial-Bug: 1412919
2015-02-03 21:20:38 +00:00
attributes Automatic upload of needed image files to glance for tempest tests 2014-06-13 15:40:19 +02:00
recipes Use identity-internal instead of public endpoint 2015-02-03 21:20:38 +00:00
spec Automatic upload of needed image files to glance for tempest tests 2014-06-13 15:40:19 +02:00
templates/default First pass at cookbook-openstack-integration-test 2014-06-05 16:26:14 +01:00
.gitignore add a Rakefile to structure test runs 2014-11-17 12:07:47 +01:00
.gitreview Added .gitreview 2014-02-23 14:50:27 +00:00
.rubocop.yml add a Rakefile to structure test runs 2014-11-17 12:07:47 +01:00
Berksfile Updated berkshelf to 3.1.5, chefspec to 4.0.0 and foodcritic to 4.0 2014-11-13 13:23:46 +01:00
Gemfile Remove rake from Gemfile 2015-01-19 13:15:09 +08:00
README.md First pass at cookbook-openstack-integration-test 2014-06-05 16:26:14 +01:00
Rakefile add a Rakefile to structure test runs 2014-11-17 12:07:47 +01:00
TESTING.md add a Rakefile to structure test runs 2014-11-17 12:07:47 +01:00
metadata.rb First pass at cookbook-openstack-integration-test 2014-06-05 16:26:14 +01:00

README.md

Description

This cookbook installs the OpenStack Integration Test Suite Tempest as part of an OpenStack reference deployment Chef for OpenStack.

Requirements

Chef 11 or higher required (for Chef environment use).

Cookbooks

The following cookbooks are dependencies:

  • openstack-common
  • openstack-identity
  • openstack-image
  • openstack-compute
  • openstack-block-storage

Usage

setup

  • Install and configure Tempest

Attributes

Please refer to the attributes/default.rb for attribute details.

Testing

Please refer to the TESTING.md for instructions for testing the cookbook.

License and Author

Author Matt Thompson (matt.thompson@rackspace.co.uk)
Copyright Copyright (c) 2014, Rackspace US, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.