Skip to content

policy-server job from netman/0.3.0

Github source: 252bfc46 or master branch

Properties

policy-server

database

connection_string

Connection string to policy server database (for example, postgres://username:password@1.1.1.1:1234/db_name)

type

Type of database: postgres or mysql

Default
postgres

listen_host

Host where the policy server will serve its API

Default
0.0.0.0

listen_port

Port where the policy server will serve its API

Default
4002

metron_address

Forward metrics to this metron agent

Default
127.0.0.1:3457

skip_ssl_validation

skip verifying ssl certs

Default
false

tag_length

Length in bytes of the packet tags to generate for policy sources and destinations. Must be greater than 0 and less than 4.

Default
2

uaa_client

uaa client name

Default
network-policy

uaa_client_secret

uaa client secret

Default
network-policy-secret

uaa_url

address of uaa server

Default
https://uaa.bosh-lite.com

Templates

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

  • bin/policy-server_ctl (from policy-server_ctl.erb)
  • config/policy-server.json (from policy-server.json.erb)

Packages

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