charm-designate-bind:stable/18.11

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

Branch merges

Branch information

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

Recent commits

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

76ea9ea... 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: If1e5e9a4b618cf563c573fb66cb723246214591d

5a4b693... by Zuul <email address hidden>

Merge "Rebuild for sync charm-helpers"

b599190... by Ryan Beisner

Rebuild for sync charm-helpers

Change-Id: Ic0725c33d0929418bd00e3f93798e46fc1ba2cd3

04dc8c0... by Drew Freiberger

Ignore proxy for charm peer communication

Designate-bind services use http communication to manage initial
zone transfers from the leader to other units. This should be done
within the space designated for dns-backend in the charm bindings.
To ensure this, we must bypass proxy configurations when using wget
between units by adding --no-proxy flag to the wget command.

Change-Id: I3cebb1e01ffde9a9585f152451bf9bcebbdd3f58
Closes-Bug: #1796969

011952f... by Doug Hellmann

fix tox python3 overrides

We want to default to running all tox environments under python 3, so
set the basepython value in each environment.

We do not want to specify a minor version number, because we do not
want to have to update the file every time we upgrade python.

We do not want to set the override once in testenv, because that
breaks the more specific versions used in default environments like
py35 and py36.

Change-Id: I663739e2be72e32101764cbccc9713f1f9ba303a
Signed-off-by: Doug Hellmann <email address hidden>

96068a1... by Frode Nordahl

Fix unit tests after charms.openstack update

A recent commit to charms.openstack (78ce162e) added support for
using Endpoint based interfaces rather than RelationBase based
ones. Update unit test to work with this change.

Add ``.stestr`` to ``.gitignore``

Change-Id: I5fc52738c1c7e918bd9213ef4714733d4e7dd934

6f45fa2... by Ryan Beisner

Update requirements

Also remove tests/charm-helpers if present, in favor
of the pip-installed charm-helpers.

Change-Id: I141feafd571ea84dd0d871c0e401bac46e63b893

8ec4d26... by Liam Young

Pass all CS_ vars to tox env to pickup timeout

Change-Id: I5ff0705830c89fffda09663d0ceb280fb339d7c7

2f58cfe... by Doug Hellmann

import zuul job settings from project-config

This is a mechanically generated patch to complete step 1 of moving
the zuul job settings out of project-config and into each project
repository.

Because there will be a separate patch on each branch, the branch
specifiers for branch-specific jobs have been removed.

Because this patch is generated by a script, there may be some
cosmetic changes to the layout of the YAML file(s) as the contents are
normalized.

See the python3-first goal document for details:
https://governance.openstack.org/tc/goals/stein/python3-first.html

Change-Id: I49249bd9b623f8743f5da7b45e19530b469507b5
Story: #2002586
Task: #24317