Skip to content

vxlan-policy-agent job from cf-networking/0.18.0

Github source: e339a8b8 or master branch

Properties

cf_networking

disable

Disable container to container networking

Default
false

vxlan_policy_agent

ca_cert

Trusted CA certificate for server

client_cert

Client certificate for TLS to access policy server

client_key

Client private key for TLS to access policy server

debug_server_host

Host for the debug server

Default
127.0.0.1
debug_server_port

Port for the debug server

Default
22222
iptables_c2c_logging

Enables iptables logging for container to container traffic

Default
false
log_level

Logging level (debug, info, warn, error)

Default
info
metron_address

Forward metrics to this metron agent

Default
127.0.0.1:3457
policy_server_url

URL where the policy server can be reached

poll_interval

Query the policy server on this interval, in seconds

Default
5

Templates

Templates are rendered and placed onto corresponding instances during the deployment process. This job's templates will be placed into /var/vcap/jobs/vxlan-policy-agent/ directory (learn more).

  • bin/pre-start (from pre-start.erb)
  • bin/vxlan-policy-agent_ctl (from vxlan-policy-agent_ctl.erb)
  • config/certs/ca.crt (from ca.crt.erb)
  • config/certs/client.crt (from client.crt.erb)
  • config/certs/client.key (from client.key.erb)
  • config/vxlan-policy-agent.json (from vxlan-policy-agent.json.erb)

Packages

Packages are compiled and placed onto corresponding instances during the deployment process. Packages will be placed into /var/vcap/packages/ directory.