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

mariadb (78) Versions 0.1.6

Installs/Configures MariaDB

Policyfile
Berkshelf
Knife
cookbook 'mariadb', '= 0.1.6', :supermarket
cookbook 'mariadb', '= 0.1.6'
knife supermarket install mariadb
knife supermarket download mariadb
README
Dependencies
Changelog
Quality -%

mariadb Cookbook

This cookbook contains all the stuffs to install and configure a mariadb server on a dpkg compliant system (typically debian)

Requirements

repository

  • mariadb - This cookbook need that you have a valid apt repository installed with th mariadn official package

packages

  • percona-xtrabackup - if you want to use the xtrabckup SST Auth for galera cluster.
  • socat - if you want to use the xtrabckup SST Auth for galera cluster.
  • rsync - if you want to use the rsync SST Auth for galera cluster.

operating system

  • debian - this cookbook is fully tested on debian
  • ubuntu - not tested on ubuntu, but should work

Attributes

mariadb::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>['mariadb']['bacon']</tt></td>
<td>Boolean</td>
<td>whether to include bacon</td>
<td><tt>true</tt></td>
</tr>
</table>

Usage

To install a default server for mariadb choose the version you want (MariaDB 5.5 or 10, galera or not), then call the recipe accordingly.

List of availables recipes:

  • mariadb::10
  • mariadb::55
  • mariadb::galera10
  • mariadb::galera55

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors:
Nicolas Blanc sinfomicien@gmail.com

Dependent cookbooks

apt >= 0.0.0

Contingent cookbooks

abiquo Applicable Versions
database_application Applicable Versions
dvwa Applicable Versions
fivem Applicable Versions
kloudspeaker Applicable Versions
letsencrypt-boulder-server Applicable Versions
mysql2_chef_gem Applicable Versions
mysql_chef_gem Applicable Versions
openstack-common Applicable Versions
openstack-ops-database Applicable Versions
slurm Applicable Versions

mariadb CHANGELOG

This file is used to list changes made in each version of the mariadb cookbook.

0.1.6

  • [nicolas.blanc] - improve Galera configuration management
  • [nicolas.blanc] - Add new rspec tests
  • [nicolas.blanc] - Create Kitchen test suite

0.1.5

  • [nicolas.blanc] - improve attributes management

0.1.4

  • [nicolas.blanc] - adapt galera55 recipe to use a generic galera recipe
  • [nicolas.blanc] - use a generic galera recipe to create the galera10 recipe
  • [nicolas.blanc] - Improve documentation

0.1.0

  • [nicolas.blanc] - Initial release of mariadb

No quality metric results found