Chef 17 support

- Update copyright years
- Require Chef >= 16.0
- Loosen deps slightly

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-image/+/814052
Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-dns/+/814059
Change-Id: Ie86b894dafb8f13f0755adf41d10c35213db3e83
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-14 13:02:48 -07:00
parent 5e0d2bd9d3
commit 86951caf29
9 changed files with 20 additions and 16 deletions

4
.rubocop.yml Normal file
View File

@ -0,0 +1,4 @@
Chef/Modernize/FoodcriticComments:
Enabled: true
Chef/Style/CopyrightCommentFormat:
Enabled: true

View File

@ -20,8 +20,8 @@ https://docs.openstack.org/tempest/latest/
Requirements
============
- Chef 15 or higher
- Chef Workstation 21.2.303 for testing (also includes Berkshelf for
- Chef 16 or higher
- Chef Workstation 21.10.640 for testing (also includes Berkshelf for
cookbook dependency resolution)
Cookbooks
@ -29,12 +29,12 @@ Cookbooks
The following cookbooks are dependencies:
- 'bind', '~> 2.3.1'
- 'bind', '~> 3.0'
- 'openstackclient'
- 'openstack-common', '>= 20.0.0'
- 'openstack-dns', '>= 20.0.0'
- 'openstack-image', '>= 20.0.0'
- 'resolver'
- 'resolver', '>= 3.0'
Recipes
=======
@ -89,7 +89,7 @@ License and Author
+-----------------+--------------------------------------------------+
| **Copyright** | Copyright (c) 2014, Rackspace US, Inc. |
+-----------------+--------------------------------------------------+
| **Copyright** | Copyright (c) 2017-2020, Oregon State University |
| **Copyright** | Copyright (c) 2017-2021, Oregon State University |
+-----------------+--------------------------------------------------+
Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -2,8 +2,8 @@
# Cookbook:: openstack-integration-test
# Attributes:: default
#
# Copyright:: 2014, Rackspace US, Inc.
# Copyright:: 2017-2020, Oregon State University
# Copyright:: 2014-2021, Rackspace US, Inc.
# Copyright:: 2017-2021, Oregon State University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -9,13 +9,13 @@ version '20.0.0'
supports os
end
depends 'bind', '~> 3.0.0'
depends 'bind', '~> 3.0'
depends 'openstackclient'
depends 'openstack-common', '>= 20.0.0'
depends 'openstack-dns', '>= 20.0.0'
depends 'openstack-image', '>= 20.0.0'
depends 'resolver', '>= 3.0.0'
depends 'resolver', '>= 3.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-integration-test'
chef_version '>= 15.8'
chef_version '>= 16.0'

View File

@ -2,7 +2,7 @@
# Cookbook:: openstack-integration-test
# Recipe:: create_network
#
# Copyright:: 2020, Oregon State University
# Copyright:: 2020-2021, Oregon State University
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
# Cookbook:: openstack-integration-test
# Recipe:: dns
#
# Copyright:: 2020, Oregon State University
# Copyright:: 2020-2021, Oregon State University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
# Cookbook:: openstack-integration-test
# Recipe:: orchestration
#
# Copyright:: 2020, Oregon State University
# Copyright:: 2020-2021, Oregon State University
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -2,7 +2,7 @@
# Cookbook:: openstack-integration-test
# Recipe:: run_tempest
#
# Copyright:: 2020, Oregon State University
# Copyright:: 2020-2021, Oregon State University
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.

View File

@ -2,8 +2,8 @@
# Cookbook:: openstack-integration-test
# Recipe:: setup
#
# Copyright:: 2014, Rackspace US, Inc.
# Copyright:: 2017-2020, Oregon State university
# Copyright:: 2014-2021, Rackspace US, Inc.
# Copyright:: 2017-2021, Oregon State university
#
# Licensed under the Apache License, Version 2.0 (the 'License');
# you may not use this file except in compliance with the License.