Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.

Commit 639e093

Browse files
committed
Baselining AlanB plugin changes
1 parent 9c496ce commit 639e093

File tree

4 files changed

+7
-879
lines changed

4 files changed

+7
-879
lines changed

artifact.json

Lines changed: 0 additions & 436 deletions
This file was deleted.

artifact.json_2.1

Lines changed: 0 additions & 436 deletions
This file was deleted.

plugin_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ pluginType: STAGED
77
entryPoint: plugin_runner:plugin
88
srcDir: src
99
schemaFile: schema.json
10-
buildNumber: 1.68.0
10+
buildNumber: 1.69.4

schema.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
"type": "string",
203203
"prettyName": "Source DB Host IP address",
204204
"description": "* Required if using Replication Method",
205-
"default": "localhost"
205+
"default": "10.0.1.20"
206206
},
207207
"mountPath": {
208208
"type": "string",
@@ -221,7 +221,7 @@
221221
"format": "password",
222222
"prettyName": "Source Connection Password",
223223
"description": "* Required if Delphix is taking backups",
224-
"default": "Delphix_123"
224+
"default": "Delphix@123"
225225
},
226226
"logSync": {
227227
"default": true,
@@ -240,20 +240,20 @@
240240
"format": "password",
241241
"prettyName": "Replication User's Password",
242242
"description": "* Required if using Replication Method with LogSync",
243-
"default": "Delphix_123"
243+
"default": "Delphix@123"
244244
},
245245
"stagingUser": {
246246
"type": "string",
247247
"prettyName": "Staging DB User Name",
248248
"description": "MySQL Staging DB User Name",
249-
"default": "root"
249+
"default": "delphixdb"
250250
},
251251
"stagingPass": {
252252
"type": "string",
253253
"format": "password",
254254
"prettyName": "Staging DB Password",
255255
"description": "Staging DB User's Password",
256-
"default": "Delphix_123"
256+
"default": "Delphix@123"
257257
},
258258
"serverId": {
259259
"type": "string",
@@ -289,7 +289,7 @@
289289
"type": "string",
290290
"prettyName": "Staging DB Port",
291291
"description": "Staging Database Port",
292-
"default": "3307"
292+
"default": "3308"
293293
},
294294
"stagingBasedir": {
295295
"type": "string",

0 commit comments

Comments
 (0)