-
Notifications
You must be signed in to change notification settings - Fork 48
/
manifest.jps
126 lines (111 loc) · 3.28 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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
jpsType: install
jpsVersion: '1.5.2'
name: MySQL/MariaDB/Percona Cluster
id: mysql-cluster-main
categories:
- apps/clustered-dbs
- apps/popular
- apps/clusters
description:
text: "/texts/description.md?_r=1"
short: A set of MySQL/MariaDB/Percona cluster topologies with pre-configured replication and auto-discovery of the nodes.
logo: /images/mysql-mariadb-percona-logo.png?_r=1
onBeforeInit: /scripts/settings.js?_r=${fn.random}
baseUrl: https://raw.githubusercontent.com/jelastic-jps/mysql-cluster/v3.0.0
settings:
fields:
- caption: Stack
type: list
name: stack
default: mysql
required: true
values:
- value: mysql
caption: MySQL CE
- value: mariadb-dockerized
caption: MariaDB
- value: perconadb
caption: Percona
- caption: Topology
type: list
name: scheme
required: true
dependsOn:
stack:
mysql:
- value: slave
caption: Primary-Secondary with scalable secondaries
- value: master
caption: Primary-Primary with scalable secondaries
mariadb-dockerized:
- value: slave
caption: Primary-Secondary with scalable secondaries
- value: master
caption: Primary-Primary with scalable secondaries
- value: galera
caption: Galera Cluster
perconadb:
- value: slave
caption: Primary-Secondary with scalable secondaries
- value: master
caption: Primary-Primary with scalable secondaries
- value: xtradb
caption: XtraDB Cluster
- type: checkbox
name: is_proxysql
caption: Add ProxySQL for SQL Load Balancing
value: true
- caption: None
inputType: hidden
hidden: true
type: list
name: nodeType
dependsOn:
stack:
mysql:
- value: mysql
mariadb-dockerized:
- value: mariadb-dockerized
perconadb:
- value: perconadb
- caption: None
inputType: hidden
hidden: true
type: list
name: nodes
dependsOn:
scheme:
slave:
- value: 2
master:
- value: 2
galera:
- value: 3
xtradb:
- value: 3
- type: displayfield
hideLabel: true
hidden: true
name: message
markup:
nodes:
nodeType: "${settings.nodeType}"
nodeGroup: sqldb
skipNodeEmails: true
count: "${settings.nodes}"
cloudlets: 16
fixedCloudlets: 1
restartDelay: 30
isRedeploySupport: true
cluster:
jps: "${baseUrl}/addons/auto-clustering/auto-cluster.jps"
validation:
minCount: "${settings.nodes}"
settings:
scheme: "${settings.scheme}"
is_proxysql: "${settings.is_proxysql}"
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.