tcp_emitter job from cf-routing/0.126.0
Github source:
f1973905
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
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
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
(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.