forked from cloudfoundry/cf-deployment-concourse-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
task.yml
47 lines (39 loc) · 1.53 KB
/
task.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
---
platform: linux
image_resource:
type: docker-image
source:
repository: relintdockerhubpushbot/cf-deployment-concourse-tasks
tag: v6.1.0
inputs:
- name: bbl-state # - The repo containing the Director's bbl state dir
- name: cf-deployment-concourse-tasks # - This repo
- name: integration-configs # - Integration configs to be updated
outputs:
- name: updated-integration-configs
# The integration-configs input, with changes git committed,
# ready to be `put` to a git resource.
run:
path: cf-deployment-concourse-tasks/update-integration-configs/task
params:
# Config Filepaths
# - At least one of these must be specified and present
# - It's fine to set both
# - These paths are relative to root of the `integration-configs` input
CATS_INTEGRATION_CONFIG_FILE: cats_integration_config.json
RATS_INTEGRATION_CONFIG_FILE: rats_integration_config.json
WATS_INTEGRATION_CONFIG_FILE: wats_integration_config.json
BBL_STATE_DIR: bbl-state
# - Optional
# - Path to the directory containing the `bbl-state.json` file
# - The path is relative to the `bbl-state` input
# - If blank or '.', uses `bbl-state` input as the location for bbl state
# - If the specified path does not exist, it will be created
SYSTEM_DOMAIN:
# - Optional
# - CF system base domain e.g. `my-cf.com`
# - Should match the value passed to `bosh-deploy`
GIT_COMMIT_EMAIL: "cf-release-integration@pivotal.io"
GIT_COMMIT_USERNAME: "CI Bot"
# - Optional
# - You may choose the git committer username and email address by setting these