-
Notifications
You must be signed in to change notification settings - Fork 20
/
base.yml
48 lines (37 loc) · 949 Bytes
/
base.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
---
name: example
label: Example Tile
description: Serves as an example tile >> $( variable "some-variable" )
metadata_version: "2.0"
minimum_version_for_upgrade: 1.12.0
product_version: $( version )
my_release_version: $( release "my-release" | select "version" )
provides_product_versions:
- name: example
version: $( version )
icon_image: $( icon )
rank: 90
serial: false
post_deploy_errands:
- name: my-errand
label: My Errand
description: Does things
colocated: true
run_default: true
instances:
- my-instance-group/first
releases:
- $( release "my-release" )
stemcell_criteria: $( stemcell "ubuntu-trusty" )
runtime_configs:
- $( runtime_config "my-runtime-config" )
property_blueprints:
- $( property "element_1" )
- $( property "element_2" )
form_types:
- $( form "first" )
job_types:
- $( instance_group "my-instance-group" )
variables:
- $( bosh_variable "some-ca-certificate" )
- $( bosh_variable "some-secret" )