Skip to content

Commit 075473c

Browse files
authored
Merge pull request #307 from sych74/master
Publish new version
2 parents 83aa846 + 17404e5 commit 075473c

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

addons/mariadb-cluster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v2.5.0/addons/auto-clustering/auto-cluster.jps",
2+
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v3.0.0/addons/auto-clustering/auto-cluster.jps",
33
"defaultState": false,
44
"skipOnEnvInstall": true,
55
"nodeGroupData": {
@@ -42,14 +42,14 @@
4242
"rules": {
4343
"scheme": {
4444
"master": {
45-
"scalingMode": "STATEFUL",
45+
"scalingMode": "STATELESS",
4646
"minCount": 2,
4747
"setGlobals": {
4848
"recCloudlets": 8
4949
}
5050
},
5151
"slave": {
52-
"scalingMode": "STATEFUL",
52+
"scalingMode": "STATELESS",
5353
"minCount": 2,
5454
"setGlobals": {
5555
"recCloudlets": 8

addons/mariadb104-cluster.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v2.5.0/addons/auto-clustering/auto-cluster.jps",
2+
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v3.0.0/addons/auto-clustering/auto-cluster.jps",
33
"defaultState": false,
44
"skipOnEnvInstall": true,
55
"nodeGroupData": {
@@ -42,14 +42,14 @@
4242
"rules": {
4343
"scheme": {
4444
"master": {
45-
"scalingMode": "STATEFUL",
45+
"scalingMode": "STATELESS",
4646
"minCount": 2,
4747
"setGlobals": {
4848
"recCloudlets": 8
4949
}
5050
},
5151
"slave": {
52-
"scalingMode": "STATEFUL",
52+
"scalingMode": "STATELESS",
5353
"minCount": 2,
5454
"setGlobals": {
5555
"recCloudlets": 8

addons/mysql-cluster.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v2.5.0/addons/auto-clustering/auto-cluster.jps",
2+
"jps": "https://github.com/raw/jelastic-jps/mysql-cluster/v3.0.0/addons/auto-clustering/auto-cluster.jps",
33
"defaultState": false,
44
"skipOnEnvInstall": true,
55
"nodeGroupData": {
@@ -40,7 +40,7 @@
4040
}]
4141
},
4242
"validation": {
43-
"scalingMode": "STATEFUL",
43+
"scalingMode": "STATELESS",
4444
"rules": {
4545
"scheme": {
4646
"master": {

0 commit comments

Comments
 (0)