53 lines
1.4 KiB
YAML
53 lines
1.4 KiB
YAML
.catalog:
|
|
name: "Galera DB"
|
|
version: 10.0.22-rancher1
|
|
description: |
|
|
Galera Cluster based on MariaDB 10.0.22
|
|
maximum_rancher_version: v1.9.99
|
|
questions:
|
|
- variable: "mysql_root_password"
|
|
type: string
|
|
required: true
|
|
label: "MySQL Root Password"
|
|
description: "Password given to the root mysql user"
|
|
- variable: "mysql_database"
|
|
type: string
|
|
required: true
|
|
label: "MySQL Database Name"
|
|
description: "MySQL database to create"
|
|
- variable: "mysql_user"
|
|
type: string
|
|
required: true
|
|
description: "MySQL user for the created database"
|
|
label: "MySQL DB User"
|
|
- variable: "mysql_password"
|
|
type: string
|
|
required: true
|
|
label: "MySQL DB Password"
|
|
description: "Password for the MySQL user of the created database"
|
|
galera:
|
|
scale: 3
|
|
metadata:
|
|
mysqld: |
|
|
innodb_file_per_table = 1
|
|
innodb_autoinc_lock_mode=2
|
|
query_cache_size=0
|
|
query_cache_type=0
|
|
innodb_flush_log_at_trx_commit=0
|
|
binlog_format=ROW
|
|
default-storage-engine=innodb
|
|
wsrep_provider=/usr/lib/galera/libgalera_smm.so
|
|
wsrep_provider_options="gcache.size = 2G"
|
|
wsrep_sst_method=mysqldump
|
|
wsrep_sst_auth=root:${mysql_root_password}
|
|
progress=1
|
|
galera-lb:
|
|
scale: 1
|
|
load_balancer_config: {}
|
|
health_check:
|
|
port: 42
|
|
interval: 2000
|
|
unhealthy_threshold: 3
|
|
healthy_threshold: 2
|
|
response_timeout: 2000
|