forked from cloudfoundry/bosh-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bosh-lite.yml
87 lines (76 loc) · 2.49 KB
/
bosh-lite.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
- type: replace
path: /releases/-
value:
name: bosh-warden-cpi
version: "35"
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-35-ubuntu-trusty-3445.7-20170901-172917-396543358-20170901172920.tgz?versionId=MhqRClutBJ38fmDuLUeTVg2EpI6YqRFZ
sha1: d240afadc718c7f117c0880dbd3801c8e362c5df
- type: replace
path: /releases/-
value:
name: garden-linux
version: "0.342.0"
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-linux-0.342.0-ubuntu-trusty-3445.7-20170901-011312-774022578-20170901011318.tgz?versionId=s5IsHM0DFBW_.tZZkZdk8TLdzXVbBPHp
sha1: 979101c727008e2ea3f43856593c70af18e31b0b
- type: replace
path: /releases/name=os-conf?
value:
name: os-conf
version: 12
url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=12
sha1: af5a2c9f228b9d7ec4bd051d71fef0e712fa1549
- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: warden_cpi
release: bosh-warden-cpi
- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: garden
release: garden-linux
- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: disable_agent
release: os-conf
- type: replace
path: /instance_groups/name=bosh/properties/director/cpi_job?
value: warden_cpi
- type: replace
path: /instance_groups/name=bosh/properties/director/ignore_missing_gateway?
value: true
- type: replace
path: /instance_groups/name=bosh/properties/compiled_package_cache?
value:
provider: local
options: {blobstore_path: /var/vcap/store/tmp/compiled_package_cache}
- type: replace
path: /instance_groups/name=bosh/properties/warden_cpi?
value:
host_ip: 10.254.50.4
warden:
connect_network: tcp
connect_address: 127.0.0.1:7777
agent: # todo remove once cpi dont know about these
mbus: nats://nats:((nats_password))@10.254.50.4:4222
blobstore:
provider: dav
options:
endpoint: http://10.254.50.4:25250
user: agent
password: ((blobstore_agent_password))
- type: replace
path: /instance_groups/name=bosh/properties/garden?
value:
listen_network: tcp
listen_address: 127.0.0.1:7777
debug_listen_address: 127.0.0.1:17013
disk_quota_enabled: false
allow_host_access: true
destroy_containers_on_start: true # avoids snapshots
default_container_grace_time: 0
graph_cleanup_threshold_in_mb: 0
- type: replace
path: /disk_pools/name=disks/disk_size
value: 65_536