routing-api job from routing/0.134.0
Github source:
2cef8518
or
master branch
Properties¶
dns_health_check_host
¶
Host to ping for confirmation of DNS resolution
- Default
consul.service.cf.internal
metron
¶
port
¶The port used to emit dropsonde messages to the Metron agent.
- Default
3457
routing
¶
etcd
¶
ca_cert
¶Certificate authority for communication between clients and etcd
- Default
""
client_cert
¶Client certificate for communication between clients and etcd
- Default
""
client_key
¶Client key for communication between clients and etcd
- Default
""
require_ssl
¶Require SSL/TLS communication between clients and etcd
- Default
false
servers
¶The IPs of etcd hosts
routing_api
¶
auth_disabled
¶Disables UAA authentication
- Default
false
debug_address
¶Address at which to serve debug info
- Default
0.0.0.0:17002
log_level
¶Log level
- Default
info
max_ttl
¶The maximum ttl
- Default
120s
metrics_reporting_interval
¶String representing interval for reporting metrics. Units: ms, s, m h
- Default
30s
router_groups
¶Array of router groups that will be seeded into routing_api database. Once some value is included with a deploy, subsequent changes to this property will be ignored. TCP Routing requires a router group of type: tcp.
- Example
|+ - name: default-tcp reservable_ports: 1024-10000,12000 type: tcp
statsd_client_flush_interval
¶Buffered statsd client flush interval
- Default
300ms
statsd_endpoint
¶The endpoint for the statsd server, defaults to the local metron agent
- Default
localhost:8125
system_domain
¶Domain reserved for CF operator; base URL where the UAA, Cloud Controller, and other non-user apps listen
skip_ssl_validation
¶
Skip TLS verification when talking to UAA
- Default
false
uaa
¶
tls_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/routing-api/
directory
(learn more).
bin/dns_health_check
(fromdns_health_check.erb
)bin/routing-api_ctl
(fromrouting-api_ctl.erb
)config/certs/etcd/ca.crt
(frometcd_ca.crt.erb
)config/certs/etcd/client.crt
(frometcd_client.crt.erb
)config/certs/etcd/client.key
(frometcd_client.key.erb
)config/routing-api.yml
(fromrouting-api.yml.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.