forked from jelastic-jps/mysql-cluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.jps
112 lines (101 loc) · 2.76 KB
/
manifest.jps
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
jpsType: install
jpsVersion: '1.5.2'
name: MySQL / MariaDB Cluster
id: mysql-cluster
categories:
- apps/clustered-dbs
- apps/popular
- apps/clusters
description:
text: "/texts/description.md?_r=1"
short: A set of MySQL/MariaDB cluster topologies
logo: /images/icon.png?_r=1
baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/master
settings:
fields:
- caption: Stack
type: list
name: stack
default: mysql
required: true
values:
- value: mysql
caption: MySQL CE
- value: mariadb-dockerized
caption: MariaDB
- caption: Topology
type: list
name: scheme
required: true
dependsOn:
stack:
mysql:
- value: slave
caption: Master-Slave with extra slaves
- value: master
caption: Master-Master with extra slaves
- value: single
caption: Single Group Replication
- value: multi
caption: Multi Group Replication
mariadb-dockerized:
- value: slave
caption: Master-Slave with extra slaves
- value: master
caption: Master-Master with extra slaves
- value: galera
caption: Galera Cluster
- type: checkbox
name: is_proxysql
caption: Add ProxySQL for SQL Load Balancing
value: true
- caption: None
inputType: hidden
type: list
name: nodeType
dependsOn:
stack:
mysql:
- value: mysql
mariadb-dockerized:
- value: mariadb-dockerized
- caption: None
inputType: hidden
type: list
name: tag
dependsOn:
stack:
mysql:
- value: 8.0.18
mariadb-dockerized:
- value: 10.3.20
- caption: None
inputType: hidden
type: list
name: nodes
dependsOn:
scheme:
slave:
- value: 2
master:
- value: 2
single:
- value: 3
multi:
- value: 3
galera:
- value: 3
nodes:
nodeType: "${settings.nodeType}"
nodeGroup: sqldb
skipNodeEmails: true
count: "${settings.nodes}"
tag: "${settings.tag}"
cluster:
scheme: "${settings.scheme}"
cloudlets: 8
env:
ON_ENV_INSTALL: "${baseUrl}/addons/auto-clustering/auto-cluster.jps"
SCHEME: "${settings.scheme}"
IS_PROXYSQL: "${settings.is_proxysql}"
success: You should receive a bunch of emails ;). There are credentials and endpoints.