Commit Graph

10 Commits

Author SHA1 Message Date
Takashi Kajinami 5190a311fb mdns: Deprecate support for storage_driver
Support for different storage driver has been deprecated in 2023.2
cucle[1], and the options have been removed[2].

[1] 0c30fc491b0012da13a562c9107f4451790607dd
[2] ef4640347ab31b6c0e096dfc22bcf078326339d0

Change-Id: Ib238a463fc3c04dcbb464de0521f3fe700c6bf14
2023-11-15 02:32:01 +09:00
Takashi Kajinami 91a941c2d6 Deprecate support for removed [service:mdns] topic
This option was removed from designate. This also makes a few more
implementations about the removed parameters ineffective.

Depends-on: https://review.opendev.org/899541
Change-Id: Ida1e4e2e970a313bce8d1f2fcc3c703aa9d068bf
2023-10-31 22:23:03 +09:00
Takashi Kajinami dd44ce031e Replace legacy facts and use fact hash
... because the latest lint no longer allows usage of legacy facts and
top scope fact.

Change-Id: Ica6edbc7077c0bb2021cc737f44f3ced84cd5f83
2023-03-01 16:49:01 +09:00
Takashi Kajinami 0c11bcfe7e mdns: Improve parameter coverage
Change-Id: I140b3c9bc136d488bd5080e1ecb888c4bd703813
2022-04-11 15:56:58 +09:00
Takashi Kajinami 61233cea55 mdns: Accept array value for the listen parameter
... because this parameter is ListOpt which takes a comma-separated
string, which represents a list value.

Change-Id: I3e0682b358fe33b7ae341f3d7a5a1de5943c30e3
2022-04-11 14:30:10 +09:00
Mathieu Gagné 412ca9519c Only designate-central and mdns require database access
According to Designate architecture documentation,
only the designate-central and mdns services require database access.

This change removes the designate::db class for generic service and
include the designate::db class for services that need it instead.

Change-Id: I696745e2d57aade6cbb0fe89e334fddf1beaafdb
2018-10-22 13:41:36 -04:00
Thomas Herve 34e606c795 Use os_workers when applicable
This uses os_workers as default for every workers config setting of the
various services.

Change-Id: I828f7fd8000d8e386b4d794ba8bf308599aa5491
2017-11-28 09:39:26 +01:00
ZhongShengping 8a6190a30d Deprecate host and port options
The "host" and "port" options from group "service:mdns" have been deprecated
in favor of the listen option setting.

Change-Id: Idedd1d7c6cf0f7d353181f7e24a651f6244d3275
Closes-Bug: #1643272
2016-11-22 17:55:19 +08:00
David Moreau-Simard a86dc49add RDO service names are not prefixed by "openstack-" for designate
Reference: https://github.com/rdo-packages/designate-distgit

Change-Id: I86d875a2e9cab8d929bd644943ad516dbc653188
Closes-Bug #1523781
Co-Authored-By: Andrew Spiers <andrew@andrewspiers.net>
Co-Authored-By: Karim Boumedhel <karimboumedhel@gmail.com>
2016-07-05 02:47:15 +00:00
Xingchao Yu c3d6ea6451 Add designate::mdns class
This patch is aim to add a new class designate::mdns for managing
designate Mini Dns service.

Change-Id: Iafd145b41c3e2202f3656084d365f98e6daee585
Closes-Bug: #1486301
2016-02-01 10:14:47 +08:00