Chef 17 support

- Require Chef >= 16.0
- Update to latest upstream mariadb cookbook
- Update copyright years

Depends-On: https://review.opendev.org/c/openstack/cookbook-openstack-common/+/813952
Change-Id: I4b0417acb75f10dd9a1c0a22fadcd1d849f045b9
Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2021-10-14 09:01:42 -07:00
parent d3adbb3e93
commit ee28b08a57
7 changed files with 16 additions and 12 deletions

4
.rubocop.yml Normal file
View File

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

View File

@ -14,8 +14,8 @@ supports MariaDB.
Requirements
============
- Chef 15 or higher
- Chef Workstation 21.2.303 for testing (also includes Berkshelf for cookbook
- Chef 16 or higher
- Chef Workstation 21.10.640 for testing (also includes Berkshelf for cookbook
dependency resolution)
Platforms
@ -30,7 +30,7 @@ Cookbooks
The following cookbooks are dependencies:
- 'mariadb', '~> 4.0'
- 'mariadb', '~> 5.0'
- 'openstack-common', '~> 20.0.0'
Usage
@ -186,7 +186,7 @@ License and Author
+-----------------+---------------------------------------------------+
| **Copyright** | Copyright (c) 2014-2015, IBM, Corp. |
+-----------------+---------------------------------------------------+
| **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,7 +2,7 @@
# Cookbook:: openstack-ops-database
# Recipe:: default
#
# Copyright:: 2013, AT&T Services, Inc.
# Copyright:: 2013-2021, AT&T Services, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.

View File

@ -11,8 +11,8 @@ end
depends 'openstack-common', '>= 20.0.0'
depends 'mariadb', '~> 4.0'
depends 'mariadb', '~> 5.0'
issues_url 'https://launchpad.net/openstack-chef'
source_url 'https://opendev.org/openstack/cookbook-openstack-ops-database'
chef_version '>= 15.0'
chef_version '>= 16.0'

View File

@ -2,8 +2,8 @@
# Cookbook:: openstack-ops-database
# Recipe:: client
#
# Copyright:: 2013, Opscode, Inc.
# Copyright:: 2013, AT&T Services, Inc.
# Copyright:: 2013-2021, Chef Software, Inc.
# Copyright:: 2013-2021, AT&T Services, Inc.
#
# 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-ops-database
# Recipe:: openstack-db
#
# Copyright:: 2012-2013, AT&T Services, Inc.
# Copyright:: 2012-2021, AT&T Services, Inc.
#
# 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-ops-database
# Recipe:: server
#
# Copyright:: 2013, Opscode, Inc.
# Copyright:: 2013, AT&T Services, Inc.
# Copyright:: 2013-2021, Chef Software, Inc.
# Copyright:: 2013-2021, AT&T Services, Inc.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.