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:
parent
d3adbb3e93
commit
ee28b08a57
4
.rubocop.yml
Normal file
4
.rubocop.yml
Normal file
@ -0,0 +1,4 @@
|
||||
Chef/Modernize/FoodcriticComments:
|
||||
Enabled: true
|
||||
Chef/Style/CopyrightCommentFormat:
|
||||
Enabled: true
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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'
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user