Skip to content

Commit 16f0136

Browse files
authored
Merge pull request #350 from jelastic-jps/stage-cluster
JE-68540
2 parents e38fa82 + 94f27f2 commit 16f0136

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

scripts/proxy-galera.jps

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,6 @@ onAfterClone:
5050
db_user: ${globals.DB_USER}
5151
db_pass: ${globals.DB_PASS}
5252

53-
onBeforeRemoveNode[proxy]:
54-
stopEvent:
55-
type: warning
56-
message: Scaling is not supported for ProxySQL.
57-
58-
onBeforeAddNode[proxy]:
59-
stopEvent:
60-
type: warning
61-
message: Scaling is not supported for ProxySQL.
62-
6353
onInstall:
6454
- getReplicaUser
6555
- resetProxyNodes

scripts/proxy-master-slave.jps

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,6 @@ globals:
2323
ADMIN_USER: admin-${fn.random}
2424
ADMIN_PASS: ${fn.password(10)}
2525
MAX_REPL_LAG: 20
26-
27-
onBeforeRemoveNode[proxy]:
28-
stopEvent:
29-
type: warning
30-
message: Scaling is not supported for ProxySQL.
31-
32-
onBeforeAddNode[proxy]:
33-
stopEvent:
34-
type: warning
35-
message: Scaling is not supported for ProxySQL.
3626

3727
onAfterScaleOut[sqldb]:
3828
forEach(event.response.nodes):

0 commit comments

Comments
 (0)