cookbook 'tonicdns', '= 1.0.2'
tonicdns (3) Versions 1.0.2 Follow1
Installs/Configures tonicdns
cookbook 'tonicdns', '= 1.0.2', :supermarket
knife supermarket install tonicdns
knife supermarket download tonicdns
TonicDNS cookbook
This cookbook is used to install TonicDNS - a RESTful API for PowerDNS.
Requirements
You should have already installed PowerDNS and pdns-backend-mysql to use it without errors.
Depends on cookbooks:
- apt
- apache2
- tar
- database
- chef-pdns (this one used for tests)
Supported Platforms
Tested and runs on:
- Ubuntu 12.04
- Ubuntu 14.04
- CentOS 6.5
- Debian 7.6
- CentOS 7
- Debian 6
Should also work with other RHEL and Debian based distos, but not tested yet.
Attributes
node["TonicDNS"]["git_install"]
- whenever to install TonicDNS from remote or local source. Default - true
node["TonicDNS"]["git_repo"]
- download URL for TonicDNS. Default - https://github.com/Cysource/TonicDNS.git
node["TonicDNS"]["package_name"]
- name for local package located in files/default. Default - tonicdns-git.tar.gz
node["TonicDNS"]["install_dir"]
- Docroot for apache2 where TonicDNS will be located. Default - /var/www/TonicDNS
node["poweradmin"]["http_port"]
- port where TonicDNS API could be found. Default - 8080
node["tonicdns"]["user"]
- User that will be created to serve API requests. Default - tonicdns
node["tonicdns"]["user_email"]
- email for user created to serve API requests. Default - sampleuser@example.org
Here is a block of mysql connection settings - it should be easy to understand what value stands for.
Should be the same, previously used to configure pdns-backend-mysql.
node["tonicdns"]["hostname"]
= 'localhost'
node["tonicdns"]["username"]
= 'powerdns'
node["tonicdns"]["password"]
= 'p4ssw0rd'
node["tonicdns"]["dbname"]
= 'powerdns'
Usage
tonicdns::default
Use recipe[tonicdns::default]
to deploy TonicDNS API on your working copy of PowerDNS with mysql-backend.
tonicdns::test
Use recipe[tonicdns::test]
to deploy TonicDNS API alongside with test deployment of PowerDNS+mysql-backend used in this chef-pdns test cookbook.
But it's not recomended to use it in such way. At least right now.
Contributing
Your contributions is highly appreciated.
Here is standart instruction how to do so:
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
- Author:: SiruS (https://github.com/podwhitehawk) ```text Copyright (C) 2014 SiruS (https://github.com/podwhitehawk)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
Dependent cookbooks
apt >= 0.0.0 |
apache2 >= 0.0.0 |
tar >= 0.0.0 |
database >= 0.0.0 |
chef-pdns >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
1.0.2
- added support for centos7 and debian6
1.0.1
- fixed converge error if deployed on top of poweradmin cookbook
- fixed critical php5 dependency
- fixed foodcritic FC002 warning
- fixed apache port selection
- added serverspec tests
- added travis-ci integration
1.0.0
Initial release of tonicdns
Foodcritic Metric
1.0.2 passed this metric
1.0.2 passed this metric