RETIRED, Chef Cookbook - OpenStack Integration Testing
Go to file
Roger Luethi 9bd4339b3b Remove superfluous role_name arguments
This patch removes the role_name when using openstack_user's :create
action (it gets ignored by the target method).

Note that the spec test would still pass if only the line in
identity_registration.rb (but not the test) were changed, because the
code that actually does grant the role to the resource is executed right
after user creation and before any tests check the resource for the
existence of the role_name attribute. In other words: if the argument
were required in a call but only supplied in another call, the spec
tests would not catch it. Something to watch out for.

Change-Id: I92b47cd0156e4146a40ca7be89c102a625b5bdf6
2017-11-13 10:39:19 +01:00
attributes Initial integration-test Pike updates 2017-08-25 09:46:46 -04:00
recipes Remove superfluous role_name arguments 2017-11-13 10:39:19 +01:00
spec Remove superfluous role_name arguments 2017-11-13 10:39:19 +01:00
templates/default Fix setup of tempest virtualenv 2017-03-03 08:25:08 +00: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 integration-test Pike updates 2017-08-25 09:46:46 -04:00
.zuul.yaml Add native zuul v3 jobs defined in openstack-chef-repo 2017-11-02 10:40:17 +00:00
Berksfile use_cookbook-openstackclient/identity_v3 2016-10-07 12:10:58 +02:00
README.md add new Chef OpenStack Team Logo to README 2017-05-29 10:53:08 +02:00
Rakefile Initial integration-test Pike updates 2017-08-25 09:46:46 -04: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 starting pike development patch 2017-08-17 14:19:26 +02:00

README.md

Team and repository tags

Team and repository tags

Chef OpenStack Logo

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.