forked from krissada983/paas-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
shared-config.yml
55 lines (51 loc) · 3.47 KB
/
shared-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
---
default:
reconciliation-loop:
interval: 1h # 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. A 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 bosh deploy. Defaults to false.
#fix: false # Optional. Recreate an instance with an unresponsive agent instead of failing. 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
#concourse:
# You can limit job execution per pipeline, static jobs are not affected by this restriction. Only jobs that are
# added or removed are limited. You can define the maximum number of jobs executed in parallel.
#parallel_execution_limit: 5 # Default: -1, ie unlimited
# when parallel execution limit is active, you can choose the placement strategy used to group jobs.
# - SerialGroupRoundRobinNamingStrategy: each job is dispatched to a dedicated pool using round-robin strategy. We
# have a non-deterministic allocation, but good repartition.
# - SerialGroupMd5NamingStrategy: each job is dispatched to a dedicated pool using md5 hash and some computation.
# we have a deterministic allocation, but repartition cannot be guarantied. Recommended for on-demand services
#serial_group_naming_strategy: SerialGroupRoundRobinNamingStrategy
git:
shallow-clone-depth: 128
coab-depls: # override per root-deployment
retry:
bosh-push: 1 # Default: 2
#<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
# 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.