Files
openstack-ansible-os_designate/releasenotes/notes/designate-pools-yaml-support-d693dc2471642167.yaml
Tim Simmons 69877f3437 Configure pools.yaml inside Designate role
This adds the ability for a user to configure the Designate
pools.yaml file inside of the role by specifying an attribute.

Because the data required is yaml, it's a nice mapping to specify
the yaml attribute and have it dumped directly to the pools.yaml
file.

This allows users to use attributes from other plays (perhaps setting
up some complex DNS infrastructure in their cloud) and insert them
into Designate without having to write their own template or supply
their own file.

This also invokes the `designate-manage` command to load the pools.yaml
file into the Designate database, and simplifies the tests that
do the pools.yaml needful.

Change-Id: I11a849898bf33aa6b8aa6605296ac7fd733d7c01
2017-02-02 23:04:06 +00:00

12 lines
612 B
YAML

---
features:
- The Designate pools.yaml file can now be generated via the
designate_pools_yaml attribute, if desired. This allows users to populate
the Designate DNS server configuration using attributes from other plays
and obviates the need to manage the file outside of the Designate role.
upgrade:
- The Designate pools.yaml file can now be generated via the
designate_pools_yaml attribute, if desired. This ability is toggled by
the designate_use_pools_yaml_attr attribute. In the future this behavior
may become default and designate_pools_yaml may become a required variable.