Skip to content

vxlan-policy-agent job from netman/0.6.0

Github source: 80db75da or master branch

Properties

netman

disable

disable container to container networking

Default
false

vxlan-policy-agent

ca_cert

Trusted CA certificate for server

ca_cert_file

Trusted CA certificate for server

Default
/var/vcap/jobs/vxlan-policy-agent/config/certs/ca.crt

client_cert

Client certificate for TLS to access policy server

client_cert_file

Client certificate file for TLS to access policy server

Default
/var/vcap/jobs/vxlan-policy-agent/config/certs/client.crt

client_key

Client private key for TLS to access policy server

client_key_file

Client private key file for TLS to access policy server

Default
/var/vcap/jobs/vxlan-policy-agent/config/certs/client.key

cni_datastore_path

file where the cni wrapper plugin stores container info

Default
/var/vcap/data/container-metadata/store.json

flannel_subnet_file

File path to look for flannel’s subnet.env file

Default
/var/vcap/data/flannel/subnet.env

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

vni

VXLAN VNI

Default
1

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.