Skip to content

tcp_emitter 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

tcp_emitter

bbs
api_location

Diego BBS Server endpoint url

Default
http://bbs.service.cf.internal:8889
ca_cert

PEM-encoded CA certificate

client_cert

PEM-encoded client certificate

client_key

PEM-encoded client key

require_ssl

enable ssl for all communication with the bbs

Default
true
consul_cluster

comma-separated list of consul server URLs (scheme://ip:port)

Default
http://127.0.0.1:8500
debug_addr

Address at which to serve debug info

Default
0.0.0.0:17016
lock_retry_interval

interval to wait before retrying a failed lock acquisition

Default
5s
lock_ttl

TTL for service lock

Default
10s
log_level

Log level

Default
info
route_ttl

TTL for tcp route

Default
120s
routing_api_auth_disabled

auth disabled setting of routing api

Default
false
routing_api_port

Port of routing api

Default
"3000"
session_name

consul session name

Default
tcp-emitter
skip_oauth_tls_verification

Skip TLS verification when talking to UAA

Default
false
sync_interval

Interval to sync with BBS to get latest route information.

Default
60s
tcp_emitter_secret

Password for UAA client for tcp emitter.

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/tcp_emitter/ directory (learn more).

  • bin/tcp_emitter_ctl (from tcp_emitter_ctl.erb)
  • config/certs/bbs/ca.crt (from bbs_ca.crt.erb)
  • config/certs/bbs/client.crt (from bbs_client.crt.erb)
  • config/certs/bbs/client.key (from bbs_client.key.erb)
  • config/tcp_emitter.yml (from tcp_emitter.yml.erb)

Packages

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