designate/doc/source/admin/backends/sample_yaml_snippets/agent.yaml
Graham Hayes 3955f474a5
Docs Refactor
* Move backend docs to admin guide
* Add oslo.config sphinx extention
* Add HA guide
* Update drivers to log driver grade

Change-Id: I4a364a0d1a0656f26d3a4c3b7baad7e43cddcb16
2017-12-05 21:06:18 +00:00

16 lines
420 B
YAML

targets:
- type: agent
description: Agent Server 1
# List out the designate-mdns servers from which Agent servers should
# request zone transfers (AXFRs) from.
masters:
- host: 192.0.2.1
port: 5354
# Agent Configuration options, this should be this targets
# designate-agent service's host and port.
options:
host: 192.0.2.2
port: 5358