Skip to content

router_configurer job from cf-routing/0.58.0

Github source: cc220049 or master branch

Properties

router

router_configurer

debug_addr

Address at which to serve debug info

Default
0.0.0.0:17014
listen_addr

Address at which to serve API requests

Default
0.0.0.0:9999
log_level

Log level

Default
info
tcp_config_file

Config file of underlying tcp proxy

Default
/var/vcap/jobs/haproxy/config/haproxy.conf
tcp_config_file_template

Base Config file of underlying tcp proxy

Default
/var/vcap/jobs/haproxy/config/haproxy.conf.template

Templates

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

  • bin/dns_health_check (from dns_health_check.erb)
  • bin/router_configurer_ctl (from router_configurer_ctl.erb)

Packages

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