route_emitter_windows job from diego/1.6.2
              Github source:
              4d1f9b63 or
              master branch
            
Properties¶
diego¶
  
  
    
route_emitter¶
bbs¶
api_location¶Address to the BBS Server
- Default
bbs.service.cf.internal:8889
ca_cert¶PEM-encoded CA certificate
client_cert¶PEM-encoded client certificate
client_key¶PEM-encoded client key
client_session_cache_size¶capacity of the tls client cache
max_idle_conns_per_host¶maximum number of idle http connections
require_ssl¶enable ssl for all communication with the bbs
- Default
true
debug_addr¶address at which to serve debug info
- Default
127.0.0.1:17009
dropsonde_port¶local metron agent’s port
- Default
3457
job_name¶The name of the Diego job referenced by this spec (DO NOT override)
- Default
route_emitter_windows
local_mode¶EXPERIMENTAL: turn on local mode. in this mode route-emitter only handles events for the local cell
- Default
false
log_level¶Log level
- Default
info
nats¶
machines¶IP of each NATS cluster member.
password¶Password for server authentication.
port¶The port for the NATS server to listen on.
- Default
4222
user¶Username for server authentication.
sync_interval_in_seconds¶Interval to sync routes to the router in seconds.
- Default
60
syslog_daemon_config¶
  
  
    
address¶Syslog host
- Default
""
port¶Syslog port
- Default
""
transport¶Syslog transport protocol (tcp or udp)
- Default
udp
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/route_emitter_windows/ directory
            (learn more).
          
- 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/route_emitter.json(from- route_emitter.json.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.