Skip to content

router_configurer job from routing/0.132.0

Github source: 946b62c6 or master branch

Properties

dns_health_check_host

Host to ping for confirmation of DNS resolution

Default
consul.service.cf.internal

router

router_configurer

debug_addr

Address at which to serve debug info

Default
0.0.0.0:17014
log_level

Log level

Default
info
routing_api_auth_disabled

auth disabled setting of routing api

Default
false
routing_api_port

Port of routing api

Default
"3000"
skip_oauth_tls_verification

Skip TLS verification when talking to UAA

Default
false
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
tcp_router_secret

Password for UAA client for tcp router.

tcp_stats_collection_interval

String representing interval for collecting statistic metrics from tcp proxy. Units: ms, s, m h

Default
1m
tcp_stats_unix_socket

Unix socket exposed by the the underlying tcp proxy to gather statistic metrics from

Default
/var/vcap/jobs/haproxy/config/haproxy.sock
uaa_port

Port on which UAA is running.

Default
"8080"
uaa_ssl_port

Secure Port on which UAA is running.

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/router_configurer_ctl (from router_configurer_ctl.erb)
  • config/router_configurer.yml (from router_configurer.yml.erb)

Packages

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