-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.yml.sample
58 lines (56 loc) · 1.59 KB
/
config.yml.sample
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
log:
json: false
level: info
bosh:
log_level: error
url: https://10.0.0.6:25555 # or env BOSH_ENVIRONMENT
ca_cert: <path-to-bosh-ca-cert> # or value in env BOSH_CA_CERT
client_id: admin # or env BOSH_CLIENT
client_secret: <secret> # or env BOSH_CLIENT_SECRET
proxy: <proxy if any> # or env BOSH_ALL_PROXY
excludes:
- compilation
github:
token: <your-token-here>
update_interval: 4h
manifest_releases:
cf:
owner: cloudfoundry
repo: cf-deployment
manifest: cf-deployment.yml
ops:
- operations/use-haproxy.yml
- operations/backup-and-restore/enable-backup-restore.yml
matchers: [ "cloudfoundry(-.*)?", "cf(-.*)?" ]
prometheus:
owner: bosh-prometheus
repo: prometheus-boshrelease
manifest: manifests/prometheus.yml
ops:
- manifests/operators/enable-cf-route-registrar.yml
- manifests/operators/use-sqlite3.yml
matchers: [ "prometheus(-.*)?" ]
concourse:
types: [ "tag" ]
owner: concourse
repo: concourse-bosh-deployment
manifest: cluster/concourse.yml
vars:
- versions.yml
matchers: [ "concourse(-.*)?" ]
generic_releases:
terraform-provider-credhub:
owner: orange-cloudfoundry
repo: terraform-provider-credhub
bbl:
owner: cloudfoundry
repo: bosh-bootloader
bosh-cli:
owner: cloudfoundry
repo: bosh-cli
stemcell:
owner: cloudfoundry
repo: bosh-linux-stemcell-builder
format:
match: "ubuntu-xenial/v([0-9+.]+)"
replace: "${1}"