Skip to content
 
 

Latest commit

 

History

321 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yum-mysql-community Cookbook

Cookbook Version CI State OpenCollective OpenCollective License

The yum-mysql-community cookbook configures Oracle MySQL Community Yum repositories with a custom resource API.

Maintainers

This cookbook is maintained by the Sous Chefs. The Sous Chefs are a community of Chef cookbook maintainers working together to maintain important cookbooks. If you'd like to know more please visit sous-chefs.org or come chat with us on the Chef Community Slack in #sous-chefs.

Requirements

Platforms

  • AlmaLinux 8+
  • CentOS Stream 9+
  • Fedora
  • Oracle Linux 8+
  • Red Hat Enterprise Linux 8+
  • Rocky Linux 8+

See AGENTS.md for vendor support details and unsupported legacy MySQL series.

Chef

  • Chef 15.3+

Cookbooks

  • yum 7.2.0+ for the dnf_module resource

Resources

Usage

Configure the default MySQL 8.4 LTS repositories:

yum_mysql_community_repo 'mysql community repo'

Configure MySQL 8.0 repositories:

yum_mysql_community_repo 'mysql community 8.0 repo' do
  version '8.0'
end

Configure only the connectors repository:

yum_mysql_community_repo 'mysql connectors repo' do
  mysql_community_server false
  mysql_connectors_community true
  mysql_tools_community false
  mysql_tools_preview false
  mysql_cluster_community false
end

Point the server repository at an internally hosted mirror:

yum_mysql_community_repo 'internal mysql repo' do
  mysql_community_server_baseurl 'https://internal.example.com/mysql/mysql-8.4-community/'
  gpgkey 'https://internal.example.com/mysql/RPM-GPG-KEY-mysql'
end

Migration

This cookbook no longer provides recipes or node attributes. See migration.md for the breaking changes and replacement resource examples.

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers!

https://opencollective.com/sous-chefs#backers

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website.

https://opencollective.com/sous-chefs/sponsor/0/website https://opencollective.com/sous-chefs/sponsor/1/website https://opencollective.com/sous-chefs/sponsor/2/website https://opencollective.com/sous-chefs/sponsor/3/website https://opencollective.com/sous-chefs/sponsor/4/website https://opencollective.com/sous-chefs/sponsor/5/website https://opencollective.com/sous-chefs/sponsor/6/website https://opencollective.com/sous-chefs/sponsor/7/website https://opencollective.com/sous-chefs/sponsor/8/website https://opencollective.com/sous-chefs/sponsor/9/website

About

Development repository for the yum-mysql-community cookbook

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages