-
Notifications
You must be signed in to change notification settings - Fork 233
/
turbulence.yml
63 lines (57 loc) · 1.48 KB
/
turbulence.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
- type: replace
path: /releases/-
value:
name: turbulence
version: 0.8
url: https://bosh.io/d/github.com/cppforlife/turbulence-release?v=0.8
sha1: f9e20d7cc421bf5e71c74e397a690b1e660e15c5
- type: replace
path: /instance_groups/name=bosh/jobs/-
value:
name: turbulence_api
release: turbulence
properties:
password: ((turbulence_api_password))
cert: ((turbulence_api_ssl))
director:
host: ((internal_ip))
cert: ((director_ssl))
client: director_turbulence_api
client_secret: ((director_turbulence_api_client_secret))
# Configure UAA
- type: replace
path: /instance_groups/name=bosh/jobs/name=uaa/properties/uaa/clients/director_turbulence_api?
value:
override: true
authorized-grant-types: client_credentials
scope: ""
authorities: bosh.admin
secret: ((director_turbulence_api_client_secret))
# Variables
- type: replace
path: /variables/-
value:
name: turbulence_api_password
type: password
- type: replace
path: /variables/-
value:
name: turbulence_api_ca
type: certificate
options:
is_ca: true
common_name: turbulence_api_ca
- type: replace
path: /variables/-
value:
name: turbulence_api_ssl
type: certificate
options:
ca: turbulence_api_ca
common_name: ((internal_ip))
alternative_names: [((internal_ip))]
- type: replace
path: /variables/-
value:
name: director_turbulence_api_client_secret
type: password