charm-designate-bind:stable/18.05

Last commit made on 2019-04-19
Get this branch:
git clone -b stable/18.05 https://git.launchpad.net/charm-designate-bind

Branch merges

Branch information

Name:
stable/18.05
Repository:
lp:charm-designate-bind

Recent commits

d7f5c87... by OpenDev Sysadmins <email address hidden>

OpenDev Migration Patch

This commit was bulk generated and pushed by the OpenDev sysadmins
as a part of the Git hosting and code review systems migration
detailed in these mailing list posts:

http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003603.html
http://lists.openstack.org/pipermail/openstack-discuss/2019-April/004920.html

Attempts have been made to correct repository namespaces and
hostnames based on simple pattern matching, but it's possible some
were updated incorrectly or missed entirely. Please reach out to us
via the contact information listed at https://opendev.org/ with any
questions you may have.

72cfb45... by David Ames

Updates for stable branch creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: Ic01ae35782c9b02b316482cec2488906a2e95ab7

4f5b553... by David Ames

Enable Bionic as a gate test

Change bionic test from dev to gate for 18.05.

Change-Id: I314848bea90a372ef673732d6bce1e34d3083d2a

3bc61cf... by Zuul <email address hidden>

Merge "Remove deprecated functional test targets"

934d253... by Alex Kavanagh

Rebuild the charm with the new layer-openstack

This is for bug 1767328 which resulted in the charm not installing
on trusty.

Change-Id: I9ce5cac843b2f0341feed0df3de48e41de84fcab
Related-Bug: #1767328
Depends-On: I8a7daa0fff3d5bc7b11f70cde246975987c7cb66

ae56fab... by Ryan Beisner

Remove deprecated functional test targets

Change-Id: I5783517c713e1c61f19ad509ba8af8f2a71d4e4a

29ddf11... by Zuul <email address hidden>

Merge "Add designate-bind monitoring capability"

b4d8452... by Jakub Rohovsky

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

5b25183... by Ryan Beisner

Update tox.ini to stop using unverified package

As of pip 10.0, --allow-unverified is not permitted.

Use of the flag in this repo was previously used to force
installation of python-apt to accommodate certain unit tests.

The unverified package, python-apt, is no longer necessary
for test execution.

Related-Bug: #1760720

Change-Id: I99f631bff0d1233c17fd214439c6c588a722c78b

e95b02a... by Liam Young

Do not try and download zones for empty url

If the leader has updated the sync time but not yet published
a src url then the charm can attempt to download the zones from
an empty url

Change-Id: If50872887c9bf993f1524c6bb1e3cad03eda5809
Closes-Bug: #1753980