charm-designate-bind:stable/18.02

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

Branch merges

Branch information

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

Recent commits

e2afa46... 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.

9eeadac... by David Ames

Updates for stable branch 18.02 creation

Set default branch for git review/gerrit.

Switch amulet tests to stable.

Switch to using stable charm-helpers branch.

Change-Id: I3e1ce71ffcb3f687e04aa1440969184d696f8ee9

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

a178745... by Ryan Beisner

Fix none type comparison

Change-Id: I5d571f59bcc8b013596447a19dc7422f6d6b7e8b
Closes-bug: #1751338

b81b0a8... by Ryan Beisner

Rebuild for sync charm-helpers

Change-Id: I0aac3db973c1a575c03c9bdf368c78fbf53a60f2

4e30815... by David Ames

Rebuild for sync charm-helpers

Change-Id: I4066f325eea4ed574b7bad4955e08f0a4e953ed1

a795cf1... by Ryan Beisner

Add Bionic and remove Zesty series and tests

Bionic, being the next LTS, is important to enable for dev
and test as early as possible ahead of 18.02.

Zesty goes EOL in Jan 2018. The next stable charms release (18.02)
will not provide Zesty series support, as it was an interim
(non-LTS) release.

Change-Id: Ia18b3c0d96a0d9c608073be5e217a548a8305eeb

711f775... by Chris MacNaughton

update tests to enable pike

Also move gate to xenial-pike

Change-Id: Ie2942c8a94a55e7f7474941213efff826c13196b

1afa738... by Chris MacNaughton

Add memcached to tests

Change-Id: I1819bf8ee031171a84bd64960e6bc97c1789518d

f514bb5... by Tytus Kurek

Implement "dns-backend" binding

This patchset implements "dns-backend" binding which is required to
properly handle DNS zone transfers between designate and
desigante-bind applications. If "dns-backend" binding is provided
when deploying designate and designate-bind applications, DNZ zone
transfers will now take place over the subnet which belongs to the
provided space.

Change-Id: Icbe0cc790c565f125f0fe8c903e9b755fe764d7c
Depends-On: I927e3958cf929ace9d43f8b3d9509b90b9eab60f
Partial-Bug: #1722794