-
Notifications
You must be signed in to change notification settings - Fork 232
/
bosh-lite-docker.yml
88 lines (88 loc) · 2.23 KB
/
bosh-lite-docker.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
- path: /releases/-
release: bosh-docker-cpi
type: replace
value:
name: bosh-docker-cpi
sha1: 645421f4b7e3afab32cbd6846a31502595601bff
url: https://s3.amazonaws.com/bosh-compiled-release-tarballs/bosh-docker-cpi-0.0.16-ubuntu-jammy-1.651.tgz
version: 0.0.16
- path: /releases/-
type: replace
value:
name: docker
sha1: dc08a8ed5e4865fd7846c4d40649a6e9fe43a6b9
url: https://bosh.io/d/github.com/cppforlife/docker-release?v=0.0.2
version: 0.0.2
- 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: docker_cpi
properties:
docker_cpi:
agent:
blobstore: null
mbus: nats://nats:((nats_password))@10.254.50.4:4222
docker:
host: tcp://127.0.0.1:4243
tls: ((docker_client_tls))
host_ip: 10.254.50.4
release: bosh-docker-cpi
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: docker
properties:
listen_address: 127.0.0.1
tls: ((docker_server_tls))
release: docker
- path: /instance_groups/name=bosh/jobs/-
type: replace
value:
name: disable_agent
release: os-conf
- path: /instance_groups/name=bosh/properties/director/cpi_job?
type: replace
value: docker_cpi
- path: /variables/-
type: replace
value:
name: docker_ca
options:
common_name: docker_ca
is_ca: true
type: certificate
- path: /variables/-
type: replace
value:
name: docker_server_tls
options:
alternative_names:
- 127.0.0.1
ca: docker_ca
common_name: 127.0.0.1
extended_key_usage:
- server_auth
type: certificate
- path: /variables/-
type: replace
value:
name: docker_client_tls
options:
ca: docker_ca
common_name: client
extended_key_usage:
- client_auth
type: certificate
- 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