3955f474a5
* Move backend docs to admin guide * Add oslo.config sphinx extention * Add HA guide * Update drivers to log driver grade Change-Id: I4a364a0d1a0656f26d3a4c3b7baad7e43cddcb16
16 lines
420 B
YAML
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
|