https://github.com/aktsk/chef_mysql_community_release
Install the mysql server with the "MySQL Community Server" on Amazon Linux
https://github.com/aktsk/chef_mysql_community_release
Last synced: about 1 year ago
JSON representation
Install the mysql server with the "MySQL Community Server" on Amazon Linux
- Host: GitHub
- URL: https://github.com/aktsk/chef_mysql_community_release
- Owner: aktsk
- Created: 2014-04-08T10:54:57.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-05T10:50:20.000Z (almost 12 years ago)
- Last Synced: 2024-03-26T17:57:10.939Z (about 2 years ago)
- Language: Ruby
- Size: 176 KB
- Stars: 0
- Watchers: 22
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
mysql_community_release Cookbook
================================
This cookbook is extend the mysql cookbook with the "MySQL Community Server"
Requirements
------------
#### packages
- `mysql` - mysql_community_release needs mysql to use.
Attributes
----------
#### mysql_community_release::default
Key
Type
Description
Default
['mysql_community_release']['rpm_path']
String
RPM version of mysql community server
mysql-community-release-el6-5.noarch.rpm
Recipes
-----
### default
This recipe only adds a mysql-community-release of the yum repository.
### mysql_community_release::add_service
This recipe calls a `default` and `mysql::mysql_service` recipes.
Usage
-----
#### mysql_community_release::default
Just include `mysql_community_release` in your node's `run_list`:
```json
{
"mysql": {
"version": "5.6",
"server_root_password": "supersecretpassword",
"server_repl_password": "supersecretpassword"
}
"run_list": [
"recipe[mysql_community_release]"
]
}
```
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: Yusuke Tanaka (Akatsuki, Inc.)
under MIT License