connectivity-agent job from cf-networking/0.21.0
Github source:
8663468 or
master branch
Properties¶
cf_networking¶
connectivity_agent¶
ca_cert¶Trusted CA certificate for server
client_cert¶Client certificate for TLS to access connectivity server
client_key¶Client private key for TLS to access connectivity server
connectivity_server_url¶URL for the connectivity server
- Default
https://connectivity-server.service.cf.internal:4103
debug_server_port¶Port for adjusting the log level of the connectivity agent
- Default
22233
health_check_port¶Port for the connectivity agent health check
- Default
23954
network¶CIDR block for overlay network.
- Default
10.255.0.0/16
subnet_prefix_length¶Length, in bits, of the prefix for subnets allocated per Diego cell, e.g. ‘24’ for a ‘/24’ subnet.
- Default
24
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/connectivity-agent/ directory
(learn more).
bin/pre-start(frompre-start.erb)bin/silk-daemon_ctl(fromsilk-daemon_ctl.erb)config/certs/ca.crt(fromca.crt.erb)config/certs/client.crt(fromclient.crt.erb)config/certs/client.key(fromclient.key.erb)config/client-config.json(fromclient-config.json.erb)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/ directory.