Improve powerdns pools in yaml file
'nameservers' value should listed out correctly IP address of powerdns server in the yaml pool. Change-Id: I83fd498c7d30fb116a6c34123453eec8aa84d8f8
This commit is contained in:
parent
0ab0d5b1cf
commit
935a415dee
@ -25,8 +25,6 @@
|
|||||||
nameservers:
|
nameservers:
|
||||||
- host: 192.0.2.2
|
- host: 192.0.2.2
|
||||||
port: 53
|
port: 53
|
||||||
- host: 192.0.2.3
|
|
||||||
port: 53
|
|
||||||
|
|
||||||
# List out the targets for this pool. For PowerDNS, this is the database
|
# List out the targets for this pool. For PowerDNS, this is the database
|
||||||
# (or databases, if you deploy a separate DB for each PowerDNS server)
|
# (or databases, if you deploy a separate DB for each PowerDNS server)
|
||||||
@ -42,7 +40,7 @@
|
|||||||
|
|
||||||
# PowerDNS Configuration options
|
# PowerDNS Configuration options
|
||||||
options:
|
options:
|
||||||
host: 192.0.2.1
|
host: 192.0.2.2
|
||||||
port: 53
|
port: 53
|
||||||
connection: 'mysql+pymysql://designate:password@127.0.0.1/designate_pdns?charset=utf8'
|
connection: 'mysql+pymysql://designate:password@127.0.0.1/designate_pdns?charset=utf8'
|
||||||
|
|
||||||
|
@ -20,8 +20,6 @@
|
|||||||
nameservers:
|
nameservers:
|
||||||
- host: 192.0.2.2
|
- host: 192.0.2.2
|
||||||
port: 53
|
port: 53
|
||||||
- host: 192.0.2.3
|
|
||||||
port: 53
|
|
||||||
|
|
||||||
# List out the targets for this pool. For PowerDNS, this is the database
|
# List out the targets for this pool. For PowerDNS, this is the database
|
||||||
# (or databases, if you deploy a separate DB for each PowerDNS server)
|
# (or databases, if you deploy a separate DB for each PowerDNS server)
|
||||||
|
Loading…
Reference in New Issue
Block a user