Juju Charm - Designate Bind Backend
Go to file
Jakub Rohovsky b4d845279d Add designate-bind monitoring capability
This patch modifies Bind to listen also on localhost for rndc commands
so that monitoring agents can poll for status, and configuring Bind
to post statistical data in named.stats file.

	modified:   src/templates/named.conf
	modified:   src/templates/named.conf.options

Closes-Bug: #1752611
Change-Id: I219d29bfccb4565b8732882ee62aec9b847b3070
2018-04-25 14:49:32 +00:00
src Add designate-bind monitoring capability 2018-04-25 14:49:32 +00:00
unit_tests Implement "dns-backend" binding 2017-10-23 13:53:57 +02:00
.bzrignore Initial charm 2016-02-11 10:05:16 +00:00
.gitignore Add unit tests 2016-07-08 12:35:52 +01:00
.gitreview Add .gitreview and clean up repo 2016-07-22 14:53:32 +00:00
.testr.conf Add unit tests 2016-07-08 12:35:52 +01:00
LICENSE Add functional tests 2016-07-13 14:07:13 +00:00
README.md Add .gitreview and clean up repo 2016-07-22 14:53:32 +00:00
rebuild Rebuild for sync charm-helpers 2018-02-21 14:02:36 -06:00
requirements.txt Rebuild for application version fix 2017-09-06 21:41:53 +01:00
test-requirements.txt Add .gitreview and clean up repo 2016-07-22 14:53:32 +00:00
tox.ini Update tox.ini for py27 requirement 2016-11-28 18:21:12 -06:00

README.md

Overview

This is a "source" charm, which is intended to be strictly the top layer of a built charm. This structure declares that any included layer assets are not intended to be consumed as a layer from a functional or design standpoint.

Test and Build

Building, pushing and publishing to the charm store is automated by CI to ensure consistent flow. Manually building is useful for development and testing, however.

tox -e pep8
tox -e py34  # or py27 or py35
tox -e build

Contact Information

Freenode IRC: #openstack-charms