This repository has been archived by the owner on Mar 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
example-release.yml
73 lines (73 loc) · 1.59 KB
/
example-release.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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
name: example-product-906ec4aecbec172c9706
director_uuid: 729452b0-2c1f-4763-a6ec-cf43e7f0ba89 # <----- Replace this with your MicroBOSH UUID
releases:
- name: example-release
version: '7+dev.2'
networks:
- name: default
subnets:
- range: 10.0.16.0/20
gateway: 10.0.16.1
dns:
- 10.0.0.2
static:
- 10.0.16.5
reserved:
- 10.0.16.2-10.0.16.4
cloud_properties:
subnet: subnet-3996105c # <----- Replace this with your /20 subnet
resource_pools:
- name: vms
stemcell:
name: bosh-aws-xen-hvm-ubuntu-trusty-go_agent
version: '3026'
network: default
cloud_properties:
instance_type: t2.micro
availability_zone: us-west-1a # <----- replace this with your availability zone
ephemeral_disk:
size: 2048
type: gp2
compilation:
reuse_compilation_vms: true
workers: 1
network: default
cloud_properties:
instance_type: t2.micro
availability_zone: us-west-1a # <----- Replace this with your availability zone
ephemeral_disk:
size: 2048
type: gp2
update:
canaries: 1
canary_watch_time: 30000-300000
update_watch_time: 30000-300000
max_in_flight: 1
max_errors: 2
serial: true
jobs:
- name: web_server
templates:
- name: web_server
release: example-release
- name: time_logger
release: example-release
lifecycle: service
instances: 1
resource_pool: vms
networks:
- name: default
default:
- dns
- gateway
static_ips:
- 10.0.16.5
properties:
max_in_flight: 1
persistent_disk_pool: disk
disk_pools:
- name: disk
disk_size: 1024
cloud_properties:
type: gp2