<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/designate.git/devstack/designate_plugins, branch master</title>
<subtitle>opendev.org: openstack/designate.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/'/>
<entry>
<title>Add Ubuntu 22.04 CI support</title>
<updated>2022-10-24T03:08:49+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2022-10-15T04:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=0b162a4c48ff7806ee0dda0f871a884a32374ed9'/>
<id>0b162a4c48ff7806ee0dda0f871a884a32374ed9</id>
<content type='text'>
Change-Id: I04a3a48c7e72797092fd1c3bdc6252085eff04df
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I04a3a48c7e72797092fd1c3bdc6252085eff04df
</pre>
</div>
</content>
</entry>
<entry>
<title>Adds api_ca_cert configuration variable to pools.yaml</title>
<updated>2022-05-13T15:21:47+00:00</updated>
<author>
<name>Juan Pablo Suazo</name>
<email>jsuazo@whitestack.com</email>
</author>
<published>2022-05-09T20:52:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=c230ddb8c5f71b51f2fa492d6ac076abbecc3841'/>
<id>c230ddb8c5f71b51f2fa492d6ac076abbecc3841</id>
<content type='text'>
Adds a configuration variable that allows a user to
declare the CA certificate to be used to verify
traffic with a PowerDNS API endpoint.

Closes-Bug: #1971856
Signed-off-by: Juan Pablo Suazo &lt;jsuazo@whitestack.com&gt;
Change-Id: I57f3d5a1d1f79186cc5b38e76d30f62e01b60482
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds a configuration variable that allows a user to
declare the CA certificate to be used to verify
traffic with a PowerDNS API endpoint.

Closes-Bug: #1971856
Signed-off-by: Juan Pablo Suazo &lt;jsuazo@whitestack.com&gt;
Change-Id: I57f3d5a1d1f79186cc5b38e76d30f62e01b60482
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Akamai (eDNS SOAP API) backend</title>
<updated>2021-10-12T16:32:49+00:00</updated>
<author>
<name>Gunju Kim</name>
<email>gjkim042@gmail.com</email>
</author>
<published>2021-10-11T06:01:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=771197c2f31209fe135888aef6f2828af4889653'/>
<id>771197c2f31209fe135888aef6f2828af4889653</id>
<content type='text'>
The Akamai eDNS SOAP API this backend uses no longer exists at Akamai.

Related-Bug: 1946340
Change-Id: I6545781f263c6a3d124364785aedcf2518116485
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The Akamai eDNS SOAP API this backend uses no longer exists at Akamai.

Related-Bug: 1946340
Change-Id: I6545781f263c6a3d124364785aedcf2518116485
</pre>
</div>
</content>
</entry>
<entry>
<title>Add NS1 backend</title>
<updated>2021-03-08T18:55:06+00:00</updated>
<author>
<name>Michael Hood</name>
<email>mhood@ns1.com</email>
</author>
<published>2021-03-05T16:04:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=5aac48f08b441cbde8c2078a9ace0551d3d19058'/>
<id>5aac48f08b441cbde8c2078a9ace0551d3d19058</id>
<content type='text'>
Introduce an NS1 backend.

Signed-off-by: Michael Hood &lt;mhood@ns1.com&gt;
Change-Id: I80fe08238005a94161e2dbcc89e77c90cde0a715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce an NS1 backend.

Signed-off-by: Michael Hood &lt;mhood@ns1.com&gt;
Change-Id: I80fe08238005a94161e2dbcc89e77c90cde0a715
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix pdns4 devstack plugin</title>
<updated>2020-09-28T08:59:24+00:00</updated>
<author>
<name>Jens Harbott</name>
<email>j.harbott@x-ion.de</email>
</author>
<published>2020-09-27T10:23:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=6f17fe10bb37d71944e16a422606ccf0f78c6771'/>
<id>6f17fe10bb37d71944e16a422606ccf0f78c6771</id>
<content type='text'>
We no longer need to deal with xenial or older distro versions, so we
can assume that we can always install pdns4 from the distro directly
and don't need the distro version check any longer.

Drop a config option that was removed in pdns 4.2.x.

Use mysql credentials correctly.

Change-Id: I90af3a092296f943509833608f25522b6f8e9ab6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We no longer need to deal with xenial or older distro versions, so we
can assume that we can always install pdns4 from the distro directly
and don't need the distro version check any longer.

Drop a config option that was removed in pdns 4.2.x.

Use mysql credentials correctly.

Change-Id: I90af3a092296f943509833608f25522b6f8e9ab6
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement create/delete zone for Akamai v2 API</title>
<updated>2020-01-16T18:54:30+00:00</updated>
<author>
<name>Sergey Kraynev</name>
<email>sergejyit@gmail.com</email>
</author>
<published>2019-10-03T19:38:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=318b8d03193d3d9c26842528e9eaf25814df3ba9'/>
<id>318b8d03193d3d9c26842528e9eaf25814df3ba9</id>
<content type='text'>
- Ignore duplicate Zone error
- Handle error when contractId or gid is missed
- Ignore port for masters servers, because Akamai uses only 53 port and
does not allow to specify any port in list of masters servers.
- Added timeout and retries for soft Zone Delete
- Added handling errors on the delete zone action
- Added Log info message with RequestId on soft zone delete
- Added processing for TsigKey during creation zone
- Added devsatck_plugin for akamai_v2 backend

Depends-On: https://review.opendev.org/#/c/692819/4

Change-Id: Ib221f4cf0371e70fc6900582d826ffc1bdfc12b9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Ignore duplicate Zone error
- Handle error when contractId or gid is missed
- Ignore port for masters servers, because Akamai uses only 53 port and
does not allow to specify any port in list of masters servers.
- Added timeout and retries for soft Zone Delete
- Added handling errors on the delete zone action
- Added Log info message with RequestId on soft zone delete
- Added processing for TsigKey during creation zone
- Added devsatck_plugin for akamai_v2 backend

Depends-On: https://review.opendev.org/#/c/692819/4

Change-Id: Ib221f4cf0371e70fc6900582d826ffc1bdfc12b9
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed deprecated powerdns 3 driver</title>
<updated>2019-09-24T11:26:19+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-05-05T20:31:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=660eacbce4b1a4a409cd084a9c9f6e6e8f5e581a'/>
<id>660eacbce4b1a4a409cd084a9c9f6e6e8f5e581a</id>
<content type='text'>
This driver was replaced by the pdns 4 driver
many cycles ago and is being permanently removed.

Change-Id: Ic34cee5fde21f838b6dd6b54fcdd767ec8b0bc18
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This driver was replaced by the pdns 4 driver
many cycles ago and is being permanently removed.

Change-Id: Ic34cee5fde21f838b6dd6b54fcdd767ec8b0bc18
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix ipv6 bugs with devstack and pdns4 driver</title>
<updated>2019-08-29T15:12:38+00:00</updated>
<author>
<name>Erik Olof Gunnar Andersson</name>
<email>eandersson@blizzard.com</email>
</author>
<published>2019-08-23T23:02:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=2ad08a6a0554b1166520b40d503fca5973672870'/>
<id>2ad08a6a0554b1166520b40d503fca5973672870</id>
<content type='text'>
* 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update vagrant config"</title>
<updated>2019-07-01T16:33:42+00:00</updated>
<author>
<name>Zuul</name>
<email>zuul@review.opendev.org</email>
</author>
<published>2019-07-01T16:33:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=f65ce40c9a0b66feb4be55871b2f3229a916e35d'/>
<id>f65ce40c9a0b66feb4be55871b2f3229a916e35d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update vagrant config</title>
<updated>2019-06-19T13:44:37+00:00</updated>
<author>
<name>Graham Hayes</name>
<email>gr@ham.ie</email>
</author>
<published>2019-04-01T13:48:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/designate.git/commit/?id=3734f2a13f094fe86c354c87e102543f9b1fa006'/>
<id>3734f2a13f094fe86c354c87e102543f9b1fa006</id>
<content type='text'>
* 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 &lt;gr@ham.ie&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;gr@ham.ie&gt;
</pre>
</div>
</content>
</entry>
</feed>
