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

poweradmin (3) Versions 1.0.3

Installs/Configures poweradmin

Policyfile
Berkshelf
Knife
cookbook 'poweradmin', '= 1.0.3', :supermarket
cookbook 'poweradmin', '= 1.0.3'
knife supermarket install poweradmin
knife supermarket download poweradmin
README
Dependencies
Changelog
Quality 100%

poweradmin cookbook

Build Status

This cookbook is used to install poweradmin - web-based console to manage PowerDNS.

Requirements

You should have already installed PowerDNS and pdns-backend-mysql to use it without errors.

Depends on cookbooks:

  • apt
  • yum-epel
  • 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.0.10

Should also work with other RHEL and Debian based distos, but not tested yet.

Attributes

node["poweradmin"]["remote_install"] - whenever to install poweradmin from remote or local source. Default - true

node["poweradmin"]["version"] - version to download. used in node["poweradmin"]["remote_url"]. Default - 2.1.7

node["poweradmin"]["remote_url"] - download URL for poweradmin. Default - https://github.com/poweradmin/poweradmin/archive/v#{node["poweradmin"]["version"]}.tar.gz

node["poweradmin"]["package_name"] - name for local package located in files/default. Default - poweradmin-2.1.7.tgz

node["poweradmin"]["install_dir"] - Docroot for apache2 where poweradmin will be located. Default - /var/www/poweradmin
node["poweradmin"]["http_port"] - port where Poweradmin web panel could be found. Default - '80'

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["poweradmin"]["hostname"] = 'localhost'

node["poweradmin"]["port"] = 3306

node["poweradmin"]["username"] = 'powerdns'

node["poweradmin"]["password"] = 'p4ssw0rd'

node["poweradmin"]["dbname"] = 'powerdns'

node["poweradmin"]["type"] = 'mysql'

Usage

poweradmin::default

Use recipe[poweradmin::default] to deploy Poweradmin web panel on your working copy of PowerDNS with mysql-backend.

poweradmin::test

Use recipe[poweradmin::test] to deploy Poweradmin web panel 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:

  1. Fork the repository on Github
  2. Create a named feature branch (i.e. add-new-recipe)
  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

License and Authors

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
yum-epel >= 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

  • changed url where to download poweradmin
  • added support for centos7 and debian6

1.0.1

  • added apache port selection via attributes
  • added digitalocean support for API v2
  • fixed critical php5 dependency
  • fixing foodcritic FC002 warning
  • added travis-ci integration

1.0.0

Initial release of poweradmin

Foodcritic Metric
            

1.0.3 passed this metric