tcp_emitter job from cf-routing/0.118.0
Github source:
298f2243
or
master branch
Properties¶
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
debug_addr
¶Address at which to serve debug info
- Default
0.0.0.0:17016
gorouter_secret
¶Password for UAA client for the gorouter.
log_level
¶Log level
- Default
info
routing_api_port
¶Port of routing api
- Default
"3000"
uaa_port
¶Port on which UAA is running.
- Default
"8080"
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
(fromtcp_emitter_ctl.erb
)config/certs/bbs/ca.crt
(frombbs_ca.crt.erb
)config/certs/bbs/client.crt
(frombbs_client.crt.erb
)config/certs/bbs/client.key
(frombbs_client.key.erb
)config/tcp_emitter.yml
(fromtcp_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.