-
Notifications
You must be signed in to change notification settings - Fork 6
/
private-config.yml
64 lines (63 loc) · 4.05 KB
/
private-config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
---
# Log configuration is only available in private-config.yml
log:
output: STDOUT # Use stdout to have log displayed in concourse, instead of a file. Default: File
# level: Debug # We don't need to customize this value, as it is set to debug by default. Valid values: Debug, Info, Warn and Error
date-format: "-" # Disable date as we already have a timestamp in concourse. Default: "%Y-%m-%dT%H:%M:%S.%6N"
# you can override values from template_repository/shared-config.yml
#offline-mode:
# boshreleases: false # Default: false
# stemcells: false # Default: true
#
#lock-releases: false # Default: false. See https://bosh.io/docs/locking-compiled-releases/
# Shared pipelines configuration
#shared:
# excluded_root_deployments:
# k8s: # exclude some root deployments from k8s shared pipelines management
# - a_root_deployment
# - another_root_deployment
#default:
# reconciliation-loop:
# interval: 6h # Default 4m. You may override concourse k8s pipelines job frequency, ie interval between execution when nothing happen.
# retry: # Configure how to handle retries in various context
# task: 2 # Optional. You may override number of retry when running concourse tasks (except put, get and bosh deploy)
# pull: 2 # Optional. You may override number of retry when getting data from external system like git, s3, etc...
# push: 2 # Optional. You may override number of retry when sending data to external system like git, s3, etc...
# bosh-push: 2 # Optional. You may override number of retry when sending data to bosh
# bosh-options: # Optional. You may override bosh deploy default options for all deployments. To customize only a specific deployment, see 'deployment-dependencies.yml'.
# cleanup: true # Optional. An boolean that specifies if a bosh cleanup should be run after deployment. Defaults to true.
# no_redact: false # Optional. Removes redacted from Bosh output. Defaults to false.
# dry_run: false # Optional. Shows the deployment diff without running a deploy. Defaults to false.
# fix: false # Optional. Recreate an instance with an unresponsive agent instead of erroring. Defaults to false.
# max_in_flight: # Optional. A number of max in flight option. Default: unset, use bosh max in flight
# recreate: false # Optional. Recreate all VMs in deployment. Defaults to false.
# skip_drain: # Optional. A collection of instance group names to skip running drain scripts for. Defaults to empty.
# stemcell:
# name: bosh-openstack-kvm-ubuntu-bionic-go_agent # Default: bosh-openstack-kvm-ubuntu-bionic-go_agent
# concourse:
# parallel_execution_limit: 5 # Default: -1, ie unlimited
# serial_group_naming_strategy: SerialGroupMd5NamingStrategy #Default: SerialGroupRoundRobinNamingStrategy
# git:
# shallow-clone-depth: 1 # Default: 0, ie disabled
#<root-deployment-name>: # override per root-deployment
# reconciliation-loop:
# interval: 1h # Default 4m
# retry:
# task: 1 # Default: 2
# pull: 3 # Default: 2
# push: 4 # Default: 2
# bosh-push: 5 # Default: 2
# stemcell:
# name: my-region-stemcell # Can be useful with multiple regions
# git:
# shallow-clone-depth: 1 # Default: 0, ie disabled
# concourse:
# parallel_execution_limit: 10 # Default: -1, ie unlimited
# serial_group_naming_strategy: SerialGroupMd5NamingStrategy #Default: SerialGroupRoundRobinNamingStrategy
# git:
# shallow-clone-depth: 1 # Default: 0, ie disabled
# precompile:
# excluded_deployments: [] # Default: [] # List deployments to exclude from precompile. As precompile does not use secrets repository to determine enabled deployments, it might be convenient to exclude a deployment not enabled in secrets.
# disabled_compiled_download_url_deployments: [] # Default: [] - List of deployments to exclude from bosh manifest precompile patching
# disabled_compiled_download_url_deployments_prefix: [] # Default: [] - List of deployments prefix to exclude from bosh manifest precompile patching
# disabled-cached-releases: [] # Default: [] - List of bosh releases to compile on local bosh director, even when compiled