-
Notifications
You must be signed in to change notification settings - Fork 232
/
Copy pathbosh-lite.yml
81 lines (81 loc) · 2.4 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
- path: /releases/-
release: garden-runc
type: replace
value:
name: garden-runc
sha1: 3498cf5ae3c3ffaaeb60484c050ed35a95333591
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/garden-runc-1.66.0-ubuntu-jammy-1.708.tgz
version: 1.66.0
- path: /releases/-
release: bosh-warden-cpi
type: replace
value:
name: bosh-warden-cpi
sha1: add9a1668ad2b486a73afb04918cf357ae42ad02
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-warden-cpi-45-ubuntu-jammy-1.708.tgz
version: 45
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: garden
release: garden-runc
- path: /instance_groups/name=bosh/jobs/name=garden/properties?/garden
type: replace
value:
allow_host_access: true
containerd_mode: false
debug_listen_address: 127.0.0.1:17013
default_container_grace_time: 0
destroy_containers_on_start: true
graph_cleanup_threshold_in_mb: 0
listen_address: 127.0.0.1:7777
listen_network: tcp
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: warden_cpi
release: bosh-warden-cpi
- path: /instance_groups/name=bosh/properties/director/cpi_job?
type: replace
value: warden_cpi
- path: /instance_groups/name=bosh/properties/warden_cpi?
type: replace
value:
actions:
expand_stemcell_tarball: false
agent:
blobstore: null
mbus: nats://10.254.50.4:4222
host_ip: 10.254.50.4
warden:
connect_address: 127.0.0.1:7777
connect_network: tcp
- path: /releases/name=os-conf?
type: replace
value:
name: os-conf
sha1: 78d79f08ff5001cc2a24f572837c7a9c59a0e796
url: https://bosh.io/d/github.com/cloudfoundry/os-conf-release?v=18
version: 18
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: disable_agent
release: os-conf
- path: /instance_groups/name=bosh/properties/director/ignore_missing_gateway?
type: replace
value: true
- path: /instance_groups/name=bosh/properties/compiled_package_cache?
type: replace
value:
options:
blobstore_path: /var/vcap/store/director/compiled_package_cache
provider: local
- path: /variables/name=nats_server_tls/options/alternative_names?/-
type: replace
value: 10.254.50.4
- path: /variables/name=blobstore_server_tls/options/alternative_names/-
type: replace
value: 10.254.50.4
- path: /instance_groups/name=bosh/jobs/name=virtualbox_cpi?
type: remove