Remove pool config from designate.conf
Pools, targets, etc. are now configured via a pools.yaml file and imported with designate-manage. This change updates our designate.conf.j2 to reflect this. See https://review.openstack.org/#/c/301868/ for the associated upstream designate change. Change-Id: I8af0859c70e00d3e7e2ba1391d7689b4c807da0f
This commit is contained in:
parent
68447750c1
commit
8c92107bba
@ -322,28 +322,6 @@ connection = mysql+pymysql://{{ designate_pool_manager_galera_user }}:{{ designa
|
||||
#memcached_servers = None
|
||||
#expiration = 3600
|
||||
|
||||
#####################
|
||||
## Pool Configuration
|
||||
#####################
|
||||
|
||||
# This section does not have the defaults filled in but demonstrates an
|
||||
# example pool / server set up. Different backends will have different options.
|
||||
|
||||
[pool:{{ designate_pool_uuid }}]
|
||||
nameservers = {{ designate_pool_nameserver_uuid }}
|
||||
targets = {{ designate_pool_target_uuid }}
|
||||
#also_notifies = 192.0.2.1:53, 192.0.2.2:53
|
||||
|
||||
[pool_nameserver:{{ designate_pool_nameserver_uuid }}]
|
||||
port = 53
|
||||
host = 127.0.0.1
|
||||
|
||||
[pool_target:{{ designate_pool_target_uuid }}]
|
||||
options = port: 53, host: 127.0.0.1
|
||||
masters = 127.0.0.1:5354
|
||||
type = bind9
|
||||
|
||||
|
||||
##############
|
||||
## Network API
|
||||
##############
|
||||
|
Loading…
x
Reference in New Issue
Block a user