summaryrefslogtreecommitdiff
path: root/devstack/designate_plugins/backend-bind9
Commit message (Collapse)AuthorAgeFilesLines
* Fix ipv6 bugs with devstack and pdns4 driverErik Olof Gunnar Andersson2019-08-291-7/+8
| | | | | | | | | | | | | * Change dns backends and pools.yaml to use ipv6 addresses not wrapped in brackets. * Changed MySQL backends to use MYSQL_HOST. * Fixed bug in pdns4 driver not allowing masters to use an ipv6 address. Depends-On: https://review.opendev.org/#/c/678324/ Change-Id: I8f469e732618732f5417c1b5e6c2049eaa83ea78
* Update vagrant configGraham Hayes2019-06-191-0/+11
| | | | | | | | | | | * 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>
* Merge "Fix devstack/fedora/bind9 support"Jenkins2016-03-181-3/+3
|\
| * Fix devstack/fedora/bind9 supportAttila Fazekas2016-03-161-3/+3
| | | | | | | | | | | | | | The package name is 'bind', it was bind even in el6. Also the bind9 was hardoded instead of using the $BIND_SERVICE_NAME. Change-Id: I4a02800e5b527f0887c02e9541dc34ac04f5b517
* | Enable use of Pools YAMLKiall Mac Innes2016-03-171-9/+31
| | | | | | | | | | | | | | This change adds the tooling to use the DB Tables created for pool config data and the tooling to migrate the config info itself. Change-Id: If99dbf527ef1ac0f05f15fe77f68f64e357fe0a5
* | DevStack: Explicitly install libcap2-bin and don't fail without AAKiall Mac Innes2016-03-171-1/+1
|/ | | | Change-Id: I2806041fc798f17c49671143cfa63ac3780a1450
* Migrate existing Devstack integration into a Devstack pluginChristian Berendt2015-11-271-0/+153
This patch will not remove the existing Devstack integration in contrib/devstack. Change-Id: I23ef00bb136e92abc5e69a9bbe1093cad9d2a362 Closes-bug: #1504214