powerdns job from bosh/119
Github source:
6fc63f8b
or
master branch
Properties¶
dns
¶
address
¶Address of the primary PowerDNS instance
db
¶
adapter
¶Adapter for the PowerDNS database connection
- Default
postgres
database
¶Database for the PowerDNS database connection
- Default
bosh
host
¶Address for the PowerDNS database
password
¶Password for the PowerDNS database connection
port
¶Port for the PowerDNS database connection
- Default
5432
user
¶User for the PowerDNS database connection
- Default
bosh
distributor_threads
¶Number of threads to query the backend, for each receiver thread
- Default
2
receiver_threads
¶Number of sockets the powerdns process will open
- Default
2
recursor
¶If recursion is desired, IP address of a recursing nameserver (optional)
webserver
¶
address
¶IP address PowerDNS webserver listens on (optional)
- Default
0.0.0.0
password
¶Password clients must use to access PowerDNS webserver (optional)
port
¶TCP port PowerDNS webserver listens on (optional)
- Default
8081
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/powerdns/
directory
(learn more).
bin/powerdns_ctl
(frompowerdns_ctl.erb
)config/pdns.conf
(frompdns.conf.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.