stager job from diego/0.1440.0
              Github source:
              deb51e25 or
              master branch
            
Properties¶
diego¶
  
  
    
ssl¶
skip_cert_verify¶when connecting over https, ignore bad ssl certificates
- Default
  false
stager¶
bbs¶
api_location¶Address to the BBS Server
- Default
  http://bbs.service.cf.internal:8889
ca_cert¶PEM-encoded CA certificate
client_cert¶PEM-encoded client certificate
client_key¶PEM-encoded client key
client_session_cache_size¶capacity of the tls client cache
max_idle_conns_per_host¶maximum number of idle http connections
require_ssl¶enable ssl for all communication with the bbs
- Default
  true
cc¶
basic_auth_password¶Basic auth password for CC internal API
basic_auth_username¶Basic auth username for CC internal API
- Default
  internal_user
external_port¶External port to access the Cloud Controller
- Default
  9022
internal_service_hostname¶Internal CC host name
- Default
  cloud-controller-ng.service.cf.internal
cc_uploader_url¶URL of cc uploader
- Default
  http://cc-uploader.service.cf.internal:9090
debug_addr¶address at which to serve debug info
- Default
  0.0.0.0:17011
docker_registry_address¶Address of the Docker Registry used for image caching
- Default
  docker-registry.service.cf.internal:8080
docker_staging_stack¶stack to use for staging Docker applications
- Default
  cflinuxfs2
file_server_url¶URL of file server
- Default
  http://file-server.service.cf.internal:8080
insecure_docker_registry_list¶An array of insecure Docker registries in the form of :PORT
- Default
  []
lifecycle_bundles¶List of lifecycle bundles arguments for different stacks in form ‘lifecycle-name:path/to/bundle’
- Default
  - buildpack/cflinuxfs2:buildpack_app_lifecycle/buildpack_app_lifecycle.tgz - buildpack/windows2012R2:windows_app_lifecycle/windows_app_lifecycle.tgz - docker:docker_app_lifecycle/docker_app_lifecycle.tgz
log_level¶Log level
- Default
  info
stager_url¶URL of stager, used for completion callbacks from the BBS
- Default
  http://stager.service.cf.internal:8888
Templates¶
            Templates are rendered and placed onto corresponding
            instances during the deployment process. This job's templates
            will be placed into /var/vcap/jobs/stager/ directory
            (learn more).
          
bin/dns_health_check(fromdns_health_check.erb)bin/stager_ctl(fromstager_ctl.erb)config/certs/bbs/ca.crt(frombbs_ca.crt.erb)config/certs/bbs/client.crt(frombbs_client.crt.erb)config/certs/bbs/client.key(frombbs_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.