forked from cloudfoundry/cf-mysql-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproperty-overrides.yml
More file actions
35 lines (35 loc) · 1.37 KB
/
Copy pathproperty-overrides.yml
File metadata and controls
35 lines (35 loc) · 1.37 KB
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
property_overrides:
<<: (( merge || nil ))
deployment_name: REPLACE_WITH_YOUR_DEPLOYMENT_NAME # Optional, when setting this parameter, it overrides the hardcoded deployment name
standalone: true
host: YOUR_LOAD_BALANCER_ADDRESS # Optional, set to your Load Balancer address if configured
mysql:
admin_password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP #The admin password for the MySQL server process
roadmin_password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
cluster_health:
password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
galera_healthcheck:
db_password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
endpoint_username: REPLACE_WITH_A_USERNAME_YOU_MAKE_UP
endpoint_password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
proxy:
api_username: REPLACE_WITH_A_USERNAME_YOU_MAKE_UP
api_password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
smoke_tests:
password: REPLACE_WITH_A_PASSWORD_YOU_MAKE_UP
standalone_tests_only: true
broker:
db_password: UNUSED_VALUE
auth_username: ~
auth_password: UNUSED_VALUE
cookie_secret: UNUSED_VALUE
auth_password: UNUSED_VALUE
dashboard_secret: UNUSED_VALUE
service_name: UNUSED_VALUE # Name for the service to be called in the marketplace
quota_enforcer:
password: UNUSED_VALUE
plans:
- name: UNUSED_VALUE
id: UNUSED_VALUE
description: UNUSED_VALUE
max_storage_mb: 100