Chef 17 updates

- Update copyright years
- Require Chef >= 16.0
- Remove bind from Berksfile

Change-Id: I315658caeb621419c859be5054f739dbed3f3593
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-14 17:04:14 -07:00
parent 1cd1888f4e
commit 580719e17b
12 changed files with 21 additions and 21 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,4 @@ solver :ruby, :required
end
end
# TODO(ramereth): Remove after this PR gets included in a release
# # https://github.com/joyofhex/cookbook-bind/pull/60
cookbook 'bind', github: 'joyofhex/cookbook-bind'
metadata

View File

@ -20,8 +20,8 @@ https://docs.openstack.org/ironic/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)
Platform
@ -103,7 +103,7 @@ License and Author
+-----------------+---------------------------------------------------+
| **Copyright** | Copyright (c) 2019, x-ion GmbH |
+-----------------+---------------------------------------------------+
| **Copyright** | Copyright (c) 2019-2020, Oregon State University |
| **Copyright** | Copyright (c) 2019-2021, Oregon State University |
+-----------------+---------------------------------------------------+
Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -2,8 +2,8 @@
# Cookbook:: openstack-bare-metal
# Attributes:: default
#
# Copyright:: 2015, IBM, Corp
# Copyright:: 2019-2020, Oregon State University
# Copyright:: 2015-2021, IBM, Corp
# Copyright:: 2019-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

@ -6,7 +6,7 @@ description 'Installs/Configures OpenStack Bare Metal service Ironic'
version '20.0.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-bare-metal'
chef_version '>= 15.0'
chef_version '>= 16.0'
%w(ubuntu redhat centos).each do |os|
supports os

View File

@ -2,8 +2,8 @@
# Cookbook:: openstack-bare-metal
# Recipe:: api
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2020, Oregon State University
# Copyright:: 2015-2021, IBM Corp.
# 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-bare-metal
# Recipe:: conductor
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2020, Oregon State University
# Copyright:: 2015-2021, IBM Corp.
# 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-bare-metal
# Recipe:: identity_registration
#
# Copyright:: 2015, IBM, Inc.
# Copyright:: 2019-2020, Oregon State University
# Copyright:: 2015-2021, IBM, Inc.
# Copyright:: 2019-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-bare-metal
# Recipe:: ironic-common
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2020, Oregon State University
# Copyright:: 2015-2021, IBM Corp.
# 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-bare-metal
# Spec:: api_spec
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2015-2021, IBM Corp.
#
# 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-bare-metal
# Spec:: conductor_spec
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2015-2021, IBM Corp.
#
# 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-bare-metal
# Spec:: ironic_common_spec
#
# Copyright:: 2015, IBM Corp.
# Copyright:: 2015-2021, IBM Corp.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.