Chef 17 support

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

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-identity/+/814051
Change-Id: I5a75b2acdfdb35dd265e2f2fe9e4035fe3f51a29
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-14 12:59:51 -07:00
parent 76c11c6cfe
commit ac44b062b6
8 changed files with 24 additions and 24 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/horizon/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
@ -127,7 +127,7 @@ License and Author
+-----------------+---------------------------------------------------+
| **Copyright** | Copyright (c) 2014, x-ion GmbH. |
+-----------------+---------------------------------------------------+
| **Copyright** | Copyright (c) 2016-2020, Oregon State University |
| **Copyright** | Copyright (c) 2016-2021, Oregon State University |
+-----------------+---------------------------------------------------+
Licensed under the Apache License, Version 2.0 (the "License"); you may

View File

@ -2,9 +2,9 @@
# Cookbook:: openstack-dashboard
# Attributes:: default
#
# Copyright:: 2012, AT&T, Inc.
# Copyright:: 2013-2014, IBM, Corp.
# Copyright:: 2016-2020, Oregon State University
# Copyright:: 2012-2021, AT&T, Inc.
# Copyright:: 2013-2021, IBM, Corp.
# Copyright:: 2016-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

@ -15,4 +15,4 @@ depends 'openstack-identity', '>= 20.0.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-dashboard'
chef_version '>= 15.0'
chef_version '>= 16.0'

View File

@ -2,12 +2,12 @@
# Cookbook:: openstack-dashboard
# Recipe:: apache2-server
#
# Copyright:: 2012, Rackspace US, Inc.
# Copyright:: 2012-2013, AT&T Services, Inc.
# Copyright:: 2013-2014, IBM, Corp.
# Copyright:: 2014, SUSE Linux, GmbH.
# Copyright:: 2014, x-ion GmbH.
# Copyright:: 2016-2020, Oregon State University
# Copyright:: 2012-2021, Rackspace US, Inc.
# Copyright:: 2012-2021, AT&T Services, Inc.
# Copyright:: 2013-2021, IBM, Corp.
# Copyright:: 2014-2021, SUSE Linux, GmbH.
# Copyright:: 2014-2021, x-ion GmbH.
# Copyright:: 2016-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,12 +2,12 @@
# Cookbook:: openstack-dashboard
# Recipe:: horizon
#
# Copyright:: 2012, Rackspace US, Inc.
# Copyright:: 2012-2013, AT&T Services, Inc.
# Copyright:: 2013-2014, IBM, Corp.
# Copyright:: 2014, SUSE Linux, GmbH.
# Copyright:: 2014, x-ion, GmbH.
# Copyright:: 2019-2020, Oregon State University
# Copyright:: 2012-2021, Rackspace US, Inc.
# Copyright:: 2012-2021, AT&T Services, Inc.
# Copyright:: 2013-2021, IBM, Corp.
# Copyright:: 2014-2021, SUSE Linux, GmbH.
# Copyright:: 2014-2021, x-ion, GmbH.
# 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,7 +2,7 @@
# Cookbook:: openstack-dashboard
# Recipe:: neutron-lbaas-dashboard
#
# 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.