Skip to content

bosh-dns-adapter job from cf-networking/2.12.0

Github source: 46a4b121 or master branch

Properties

address

Address which bosh-dns-adapter will listen on.

Default
127.0.0.1

cf_app_sd_disable

Disable c2c service discovery for apps.

Default
false

dnshttps

client

tls

Client-side mutual TLS configuration for dns over http

server

ca

server-side mutual TLS configuration for dns over http

internal_domains

TLD for internal app resolution with service discovery.

Default
- apps.internal.
Example
- apps.internal.
- my.apps.internal.

log_level_address

Address which log level endpoint listens on

Default
127.0.0.1

log_level_port

Port which log level endpoint listens on

Default
8066

metron_port

Forward metrics to this metron agent, listening on this port on localhost

Default
3457

port

Port which bosh-dns-adapter will listen on.

Default
8053

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/bosh-dns-adapter/ directory (learn more).

  • config/bpm.yml (from bpm.yml.erb)
  • config/certs/client.crt (from client.crt.erb)
  • config/certs/client.key (from client.key.erb)
  • config/certs/server_ca.crt (from server_ca.crt.erb)
  • config/config.json (from config.json.erb)
  • dns/aliases.json (from aliases.json.erb)
  • dns/handlers.json (from handlers.json.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.