-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
48 lines (42 loc) · 872 Bytes
/
manifest.yml
File metadata and controls
48 lines (42 loc) · 872 Bytes
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: statsite
director_uuid: 93c01d2d-a2a5-49d8-8d02-389fd223a9cf
compilation:
workers: 2
network: statsite
reuse_compilation_vms: true
update:
canaries: 1
max_in_flight: 5
canary_watch_time: 1000-30000
update_watch_time: 1000-30000
serial: false
resource_pools:
- name: small_z1
network: statsite
stemcell: default
stemcells:
- alias: default
name: bosh-warden-boshlite-ubuntu-trusty-go_agent
version: latest
networks:
- name: default
type: manual
subnets:
- range: 10.244.1.0/24
gateway: 10.244.1.0
static: [10.244.1.34]
jobs:
- name: statsite
templates:
- { release: statsite, name: statsite }
instances: 1
resource_pool: small_z1
networks: [{name: default}]
persistent_disk: 1024
properties:
vault:
backend:
releases:
- name: statsite-test-release
version: latest