cookbook 'mariadb', '= 0.1.8', :supermarket
mariadb
(46) Versions
0.1.8
-
Follow48
Installs/Configures MariaDB
cookbook 'mariadb', '= 0.1.8'
knife supermarket install mariadb
knife supermarket download mariadb
MariaDB Cookbook
Description
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
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Nicolas Blanc sinfomicien@gmail.com
mariadb CHANGELOG
This file is used to list changes made in each version of the mariadb cookbook.
0.1.8
- [nicolas.blanc] - Add ignore-failure to debian grants correct, as it can break on initial setup
0.1.7
- [nicolas.blanc] - Correct a typo (unnecessary call to run_command)
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