forked from cloudfoundry/pxc-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
use-clustered.yml
76 lines (66 loc) · 1.62 KB
/
use-clustered.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
---
- type: replace
path: /instance_groups/name=mysql/instances
value: 3
- type: replace
path: /instance_groups/name=mysql/jobs/name=pxc-mysql/properties/engine_config?/galera/enabled
value: true
- type: replace
path: /instance_groups/name=mysql/jobs/-
value:
name: cluster-health-logger
properties:
db_password: ((cf_mysql_mysql_cluster_health_password))
release: pxc
- type: replace
path: /instance_groups/-
value:
name: proxy
instances: 2
azs: [z1, z2]
networks: [{name: default}]
vm_type: default
stemcell: default
jobs:
- name: proxy
release: pxc
properties:
api_password: ((cf_mysql_proxy_api_password))
- type: replace
path: /instance_groups/name=mysql/jobs/-
value:
name: galera-agent
properties:
endpoint_password: ((cf_mysql_mysql_galera_healthcheck_endpoint_password))
db_password: ((cf_mysql_mysql_galera_healthcheck_db_password))
release: pxc
- type: replace
path: /instance_groups/name=mysql/jobs/-
value:
name: gra-log-purger
release: pxc
- type: replace
path: /instance_groups/name=mysql/jobs/-
value:
name: bootstrap
release: pxc
- type: replace
path: /variables/-
value:
name: cf_mysql_mysql_cluster_health_password
type: password
- type: replace
path: /variables/-
value:
name: cf_mysql_proxy_api_password
type: password
- type: replace
path: /variables/-
value:
name: cf_mysql_mysql_galera_healthcheck_db_password
type: password
- type: replace
path: /variables/-
value:
name: cf_mysql_mysql_galera_healthcheck_endpoint_password
type: password