Juju Charm - Designate Bind Backend
Go to file
James Page cd14d5a18e Fix group permissions for bind access
Ensure generated configuration files are readable by the bind
user (required due to switch in default permissions to 0640
in charms.openstack).

Change-Id: I88bf4e93ea07621bda8c87f0f98f1c438bfe2be4
Closes-Bug: 1782640
2018-07-20 09:29:58 -04:00
src Fix group permissions for bind access 2018-07-20 09:29:58 -04:00
unit_tests Do not try and download zones for empty url 2018-03-07 12:15:32 +00: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 to ensure rocky support 2018-07-13 16:12:38 +02: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 Merge "Update links in README" 2018-07-12 16:58:55 +00: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