This change adds instructions on how to test a Gerrit change or a
particular branch.
Change-Id: Iae8e7b3803c6e7d7d6f95a1c7a2b02f79373f06e
Signed-off-by: Nicolas Bock <nicolas.bock@canonical.com>
* Move to bionic
* Add openSUSE Leap 15
* * Update Bind devstack backend plugin to work on Leap
* Remove port mapping
* Rmove the .gitconfig copy into the VM
Change-Id: I99d228f850e03045febf196f12eef5927f7605b9
Signed-off-by: Graham Hayes <gr@ham.ie>
- Move default python to py3 for devstack jobs
- Remove old (and non working) experimental jobs
- Move legacy devstack jobs to devstack-tempest based jobs
- Update vagrant plugins nodeset
Change-Id: Ida65852dec370a53641cb6428d50b0a2ac81f387
Signed-off-by: Graham Hayes <gr@ham.ie>
Screen support has been completely removed from devstack[1]
[1] I8c27182f60b0f5310b3a8bf5feb02beb7ffbb26a
and cdba1b371628aa0e8bc5b687351c5ee9b39e9bc6
Change-Id: I363e140ab6ea9b7ac8f422146e70e203d6265e5b
The Fedora box has not been available in some time, and most Designate
deployments running on RH based distros will be RHEL/CentOS.
Change-Id: I05e34c908ac1d5a7a2037d43f47987cad6c25531
This patch will not remove the existing Devstack integration
in contrib/devstack.
Change-Id: I23ef00bb136e92abc5e69a9bbe1093cad9d2a362
Closes-bug: #1504214
This will allow the use of a Designate installation as a backend using the
recently added SECONDARY zones feature. The patch includes bits for devstack
and tests.
Implement blueprint: d2d-driver
Change-Id: I5fcaf36482cf692432f7871ef08b2ae7fefe749a
The defaults for PM cache were misaligned, using noop in devstack
and sqlalchemy as the code-default. Memcache is a better choice
for most production deployments, so we should choose this option.
Change-Id: I1135fcb7ca96ebb18195b013950365c9c478b178
As discussed in the Liberty Design Summit "Moving apps to Python 3"
cross-project workshop, the way forward in the near future is to
switch to the pure-python PyMySQL library as a default.
https://etherpad.openstack.org/p/liberty-cross-project-python3
Change-Id: Iee61d10981966c7c3f2b14354072ae90755bf181
The dashboard has been moved to openstack/designate-dashboard, a
new repo.
Change-Id: I36dcfc7ac0446c8fe4c637892b2864c116528fdb
Depends-On: Icd53afc063d3c7afbc04769285f7538cd27fdef7
This simply enables Designate to emit the necessary notifications, as a
first step towards Ceilometer integration.
Change-Id: I5183df447d80cdfbd39f6fc178c05a3f5d09dd4b
This is a heavily stripped down version of the Akamai backend used
by HP Cloud, some stripped functionality was HP internal, others were
for features not currently upstreamed - but will be upstreamed in
Liberty.
Change-Id: I05a15e07eecd95c8fc19c91bd2c3d33ad1ef9953
Implements: blueprint akamai-backend
We separate out the idea of targets (backends you write to), to places you read
from (DNS servers you query). This allows for backends like Akamai/Dynect/Agent
to work correctly with multiple DNS servers behind one target.
Change-Id: If1060ccd83bce8201f52e9927789db21fc2675c9
This adds the service, but doesn't configure it etc
yet, additionally, do some cleanup and reordering
for consistency.
Change-Id: I205a6feb7650789099a20bfc64b15e2fd7714e90
rhefner/devstack-dependencies no longer exists (Download fails with
a 401), so we switch over to ubuntu/trusty64.
Change-Id: Ibcfb028af22a0f6446948f770be7af1b8663b90e
(1) Removed references to designate-agent.
(2) Removed mdns references that are no longer needed.
(3) Ensure that create_domain creates soa first.
(4) Removed py26 from the default tox tests
Change-Id: Ic014fecac7f97fa88a45e3ac2a3e2d35299fc966
Full integration of Pool Manager with Central (no longer using the proxy
backend driver.)
This patch fixes:
- Fix concurrent requests that cause lockup issue (bug #1392762)
- Fixed bug where creating a domain fails the first time in mdns
- Fixed bug where records in recordsets do not have the correct
status/action/serial
- Changed 'ADD' to 'CREATE' for ACTION column
- Ported Fake backend to pools
- Removed transitional pool_manager_proxy backend
Change-Id: Icb40448f760ff2a573d08a04bb4dec1f550119bb
Closes-Bug: 1392762