Skip to content

cfdot job from diego/2.76.0

Github source: 3edd9a8de or master branch

Properties

bbs

hostname

Hostname of the BBS service.

Default
bbs.service.cf.internal

port

Port of the BBS service.

Default
8889

locket

hostname

Hostname at which to discover the Locket API server.

Default
locket.service.cf.internal

port

Port of the Locket API server.

Default
8891

tls

ca_certificate

REQUIRED: PEM-encoded CA certificate used for client credentials.

certificate

REQUIRED: PEM-encoded certificate used for client credentials.

private_key

REQUIRED: PEM-encoded key used for client credentials.

Templates

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

  • bin/pre-start (from pre-start.erb)
  • bin/setup (from setup.erb)
  • config/certs/cfdot/ca.crt (from ca.crt.erb)
  • config/certs/cfdot/client.crt (from client.crt.erb)
  • config/certs/cfdot/client.key (from client.key.erb)

Packages

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