Style and lint fixes to support newer ChefDK
Change-Id: If08006279134ecaed1ab49c6dd6d51e5bcab7f88 Depends-On: I6ce4587caa3ae68ddbd3ef1a521aaf46f4840b2c
This commit is contained in:
@@ -2,8 +2,6 @@ source 'https://supermarket.chef.io'
|
|||||||
|
|
||||||
metadata
|
metadata
|
||||||
|
|
||||||
cookbook "openstack-bare-metal",
|
|
||||||
github: "openstack/cookbook-openstack-bare-metal"
|
|
||||||
cookbook "openstack-common",
|
cookbook "openstack-common",
|
||||||
github: "openstack/cookbook-openstack-common"
|
github: "openstack/cookbook-openstack-common"
|
||||||
cookbook "openstack-identity",
|
cookbook "openstack-identity",
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -6,18 +6,19 @@ This cookbook installs the OpenStack Integration Test Suite **Tempest** as part
|
|||||||
Requirements
|
Requirements
|
||||||
============
|
============
|
||||||
|
|
||||||
Chef 11 or higher required (for Chef environment use).
|
- Chef 12 or higher
|
||||||
|
- chefdk 0.9.0 or higher for testing
|
||||||
|
|
||||||
Cookbooks
|
Cookbooks
|
||||||
---------
|
---------
|
||||||
|
|
||||||
The following cookbooks are dependencies:
|
The following cookbooks are dependencies:
|
||||||
|
|
||||||
* openstack-common
|
* 'openstack-common', '>= 14.0.0'
|
||||||
* openstack-identity
|
* 'openstack-identity', '>= 14.0.0'
|
||||||
* openstack-image
|
* 'openstack-image', '>= 14.0.0'
|
||||||
* openstack-compute
|
* 'openstack-compute', '>= 14.0.0'
|
||||||
* openstack-block-storage
|
* 'openstack-block-storage', '>= 14.0.0'
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
name 'openstack-integration-test'
|
name 'openstack-integration-test'
|
||||||
maintainer 'openstack-chef'
|
maintainer 'openstack-chef'
|
||||||
maintainer_email 'openstack-dev@lists.openstack.org'
|
maintainer_email 'openstack-dev@lists.openstack.org'
|
||||||
|
issues_url 'https://launchpad.net/openstack-chef' if respond_to?(:issues_url)
|
||||||
|
source_url 'https://github.com/openstack/cookbook-openstack-integration-test' if respond_to?(:source_url)
|
||||||
license 'Apache 2.0'
|
license 'Apache 2.0'
|
||||||
description 'Installs and configures the Tempest Integration Test Suite'
|
description 'Installs and configures the Tempest Integration Test Suite'
|
||||||
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
|
||||||
|
|||||||
@@ -11,12 +11,12 @@ REDHAT_OPTS = {
|
|||||||
platform: 'redhat',
|
platform: 'redhat',
|
||||||
version: '7.1',
|
version: '7.1',
|
||||||
log_level: LOG_LEVEL
|
log_level: LOG_LEVEL
|
||||||
}
|
}.freeze
|
||||||
UBUNTU_OPTS = {
|
UBUNTU_OPTS = {
|
||||||
platform: 'ubuntu',
|
platform: 'ubuntu',
|
||||||
version: '14.04',
|
version: '14.04',
|
||||||
log_level: LOG_LEVEL
|
log_level: LOG_LEVEL
|
||||||
}
|
}.freeze
|
||||||
|
|
||||||
shared_context 'tempest-stubs' do
|
shared_context 'tempest-stubs' do
|
||||||
before do
|
before do
|
||||||
|
|||||||
Reference in New Issue
Block a user