forked from cloudfoundry/bosh-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bosh-lite.yml
91 lines (79 loc) · 2.59 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
88
89
90
91
- type: replace
path: /releases/-
value:
name: bosh-warden-cpi
version: "37"
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-37-ubuntu-trusty-3468.13-20171209-002633-495577606-20171209002640.tgz?versionId=npgyjmAuahgRN0gIJyw3QSiRtdcA6kYm
sha1: 088823ad72d964315012cf77785c145c3720d92f
- 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-3468.13-20171209-002759-323612732-20171209002804.tgz?versionId=8gYGk5i7bo3RgdNViGmd1J9t.foLlBXo
sha1: c8eb2d9b40d0f44143f58ac4dae70732f0a1d257
- type: replace
path: /releases/name=os-conf?
value:
name: os-conf
version: 18
url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=18
sha1: 78d79f08ff5001cc2a24f572837c7a9c59a0e796
- 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
- type: replace
path: /variables/name=nats_server_tls/options/alternative_names?/-
value: "10.254.50.4"