cfdot job from diego/2.61.0
              Github source:
              f4b0fa5 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(frompre-start.erb)bin/setup(fromsetup.erb)config/certs/cfdot/ca.crt(fromca.crt.erb)config/certs/cfdot/client.crt(fromclient.crt.erb)config/certs/cfdot/client.key(fromclient.key.erb)
Packages¶
            Packages are compiled and placed onto corresponding
            instances during the deployment process. Packages will be
            placed into /var/vcap/packages/ directory.