Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

mysql_connector (7) Versions 0.6.0

Recipes/LWRPs for installing MySQL Connectors.

Policyfile
Berkshelf
Knife
cookbook 'mysql_connector', '= 0.6.0', :supermarket
cookbook 'mysql_connector', '= 0.6.0'
knife supermarket install mysql_connector
knife supermarket download mysql_connector
README
Dependencies
Quality -%

chef-mysql_connector Build Status

Description

Recipes/LWRPs for installing MySQL Connectors.

Requirements

Chef

  • Chef 11+ is required for version 0.6.0+ of this cookbook

Platforms

  • CentOS 5+
  • Fedora 17+
  • RedHat 5+
  • Ubuntu 10.04+

Attributes

These attributes are under the node['mysql_connector']['j'] namespace.

Attribute Description Type Default
archive_url Archive URL for MySQL Connector/J String http://cdn.mysql.com/archives/mysql-connector-java-5.1/#{node['mysql_connector']['j']['tar_file']}
checksum SHA256 checksum for MySQL Connector/J String auto-detected (see attributes/default.rb)
install_paths MySQL Connector/J installation paths Array of Strings []
jar_file Filename of MySQL Connector/J .jar String mysql-connector-java-#{node['mysql_connector']['j']['version']}-bin.jar
tar_file Filename of MySQL Connector/J .tar.gz String mysql-connector-java-#{node['mysql_connector']['j']['version']}.tar.gz
url URL for MySQL Connector/J String http://cdn.mysql.com/Downloads/Connector-J/mysql-connector-java-#{node['mysql_connector']['j']['version']}.tar.gz
version Version of MySQL Connector/J to install String 5.1.29

Recipes

  • recipe[mysql_connector] empty recipe for including LWRPs
  • recipe[mysql_connector::j] will install MySQL Connector/J from attribute
  • recipe[mysql_connector::odbc_package] will install MySQL Connector/ODBC from package.

Usage

MySQL Connector/J installation via attribute

  • Add installation paths to node['mysql_connector']['j']['install_paths'] array
  • Include recipe[mysql_connector::j] in your node's run list

MySQL Connector/J installation via LWRP

  • Add depends 'mysql_connector' to your cookbook metadata
  • Add to recipe:
mysql_connector_j '/path/to/install/location'

Testing and Development

  • Quickly testing with Vagrant: [VAGRANT.md](VAGRANT.md)
  • Full development and testing workflow with Test Kitchen and friends: [TESTING.md](TESTING.md)

Contributing

Please see contributing information in: [CONTRIBUTING.md](CONTRIBUTING.md)

Maintainers

License

Please see licensing information in: [LICENSE](LICENSE)

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

bamboo Applicable Versions
chef_jira Applicable Versions
confluence Applicable Versions
crowd Applicable Versions
jira Applicable Versions
stash Applicable Versions

No quality metric results found