RETIRED, Chef Cookbook - OpenStack Integration Testing
Go to file
Christoph Albers 03b3ee079e use_cookbook-openstackclient/identity_v3
- Now use cookbook-openstackclient to create endpoints role service and
  user
- added domain creation and access granting
- edited values to work with identity_v3
- rewrote specs to work again
- edited image_upload to work with domains

Change-Id: I88ea66da9e8c189208d7e69ecc38dcf502d518db
Depends-On: I0f8955f05de9b33711c54b9a198f45018cceb8e1
Depends-On: I2d404a424bd79a6e9b282304e21591fa33a48981
Depends-On: I2f339055883354c6a8a77daa7967ff279c4d18d9
Depends-On: I84f850f32f25a318c3ed3c7337a0dfa6f641a5fe
2016-10-07 12:10:58 +02:00
attributes use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02:00
recipes use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02:00
spec use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02:00
templates/default use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02: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 use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02:00
Gemfile move from bundle to chefdk and add bootstrap.sh 2015-04-27 22:07:39 +02:00
README.md Style and lint fixes to support newer ChefDK 2016-07-06 13:55:10 -07: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 use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02: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 12 or higher
  • chefdk 0.9.0 or higher for testing

Cookbooks

The following cookbooks are dependencies:

  • 'openstack-common', '>= 14.0.0'
  • 'openstack-identity', '>= 14.0.0'
  • 'openstack-image', '>= 14.0.0'
  • 'openstack-compute', '>= 14.0.0'
  • 'openstack-block-storage', '>= 14.0.0'

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.