-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathtask.yml
47 lines (40 loc) · 1.6 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: registry-image
source:
repository: cloudfoundry/cf-deployment-concourse-tasks
tag: latest
inputs:
- name: cf-deployment-concourse-tasks # - This repo
- name: cf-deployment # - The cf-deployment manifest
- name: bbl-state # - The repo containing the Director's bbl state dir
optional: true
- name: toolsmiths-env # - Directory containing Toolsmiths metadata file
optional: true
- name: ops-files # - Oplitonal operations files to be made available
optional: true
run:
path: cf-deployment-concourse-tasks/bosh-upload-stemcells/task
params:
BBL_STATE_DIR: bbl-state
# - 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
# - This input and parameter will be ignored if toolsmiths-env is provided
INFRASTRUCTURE: google
# - Required
# - Used to determine which stemcell will be uploaded
# - Must be one of: aws, bosh-lite, google, vsphere, azure or openstack
MANIFEST_FILE: cf-deployment.yml
# - Required
# - Filepath to the manifest file within the cf-deployment resource
# - The path is relative to root of the `cf-deployment` input
OPS_FILES:
# - Optional
# - List of operations files to be applied to the manifest.
# - Additional stemcells specified by operations will also be uploaded.
# - Quoted and space-separated
# - Ops will be applied in the order they're listed
# - Paths are relative to root of the `ops-files` input