forked from cloudfoundry/bosh-deployment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbosh-lite.yml
87 lines (76 loc) · 2.52 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: "37"
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-37-ubuntu-trusty-3468.21-20180125-031924-498857068-20180125031928.tgz?versionId=aH2ugBoIsLJ0YwluCO8GB9KJzJ7IkQS.
sha1: 3ff9b922e620a89c6fc098f08eba84f1c56b93f6
- 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.21-20180125-031714-495392008-20180125031719.tgz?versionId=nWnYXOboNPqBGgi6WJUYN5Lnsnd8RsF.
sha1: 750b550d79e1cb44a917b7e696e29537e5328bbb
- 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: /variables/name=nats_server_tls/options/alternative_names?/-
value: "10.254.50.4"