RETIRED, Chef Cookbook - OpenStack Integration Testing
Go to file
Jan Klare 5d016a774b minor changes to adapt to refactored cookbooks
* adapted enpoint calls for identity endpoints
* added installation of package curl since its used to upload/guard the upload
  of the needed images

Depends-On: I0547182085eed91d05384fdd7734408a839a9a2c
Depends-On: I3262b2e6f792f37c32a446e6567790b82bdd4613
Depends-On: Ifa5a7f4e1df47a3961976e64f654224864c3dcb4
Depends-On: I9ac9eeb29ab27f31394830e4b6f999d5870cc0e4
Depends-On: Idadc97bd7380d6c4f9f6f33d9c6b1215a5f24772
Implements: blueprint cookbook-refactoring
Change-Id: Ifd11f86c576d7dbb709bdd302d41e39e900e1b74
2016-02-09 12:40:17 -06:00
attributes Cleanup minor rubocop offenses 2015-05-29 10:20:01 -05:00
recipes minor changes to adapt to refactored cookbooks 2016-02-09 12:40:17 -06:00
spec Replace deprecated get_secret 2015-06-22 15:52:16 -05:00
templates/default Fix default for tenant_network_mask_bits 2015-07-28 14:49:18 -05:00
.gitignore Initial kilo updates 2015-02-27 14:32:39 -06:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.rubocop.yml Initial kilo updates 2015-02-27 14:32:39 -06:00
.rubocop_todo.yml Cleanup minor rubocop offenses 2015-05-29 10:20:01 -05:00
Berksfile Sync stackforge/cookbook* to openstack/cookbook* for integration-test cookbook 2015-06-16 11:59:47 +08:00
Gemfile move from bundle to chefdk and add bootstrap.sh 2015-04-27 22:07:39 +02:00
README.md First pass at cookbook-openstack-integration-test 2014-06-05 16:26:14 +01:00
Rakefile Add integration task 2015-10-06 09:59:26 -05:00
TESTING.md Sync stackforge/cookbook* to openstack/cookbook* for integration-test cookbook 2015-06-16 11:59:47 +08:00
bootstrap.sh Sync stackforge/cookbook* to openstack/cookbook* for integration-test cookbook 2015-06-16 11:59:47 +08:00
metadata.rb minor changes to adapt to refactored cookbooks 2016-02-09 12:40:17 -06: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.