forked from pivotal-cf/bbr-pcf-pipeline-tasks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtask.yml
39 lines (30 loc) · 955 Bytes
/
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
---
platform: linux
image_resource:
type: docker-image
source:
repository: cloudfoundrylondon/bbr-pipeline
tag: final
inputs:
- name: bbr-pipeline-tasks-repo
# Directory containing the bbr executable
- name: binary
outputs:
# Contains `pks-backup.tar` artifact created by `bbr deployment backup`
- name: pks-backup-artifact
run:
path: bbr-pipeline-tasks-repo/tasks/bbr-backup-pks/task.sh
params:
# The Ops Manager URL, e.g. https://pcf.example.com
OPSMAN_URL:
# If true, SSL validation will be skipped when connecting to Ops Manager API
SKIP_SSL_VALIDATION: false
# Client credentials for Ops Manager API. If empty, user credentials will be used
CLIENT_ID:
CLIENT_SECRET:
# User credentials for Ops Manager API
OPSMAN_USERNAME:
OPSMAN_PASSWORD:
# The SSH private key for the Ops Manager VM
# If provided, a SSH tunnel through the Ops Manager VM is created and used by bbr
OPSMAN_PRIVATE_KEY: