|
86 | 86 | "type": "string", |
87 | 87 | "prettyName": "DB User", |
88 | 88 | "description": "DB user for the virtual database", |
89 | | - "default": "delphix1" |
| 89 | + "default": "delphixdb" |
90 | 90 | }, |
91 | 91 | "vdbPass": { |
92 | 92 | "type": "string", |
93 | 93 | "format": "password", |
94 | 94 | "prettyName": "DB Password", |
95 | 95 | "description": "DB user password for the virtual database", |
96 | | - "default": "delphix" |
| 96 | + "default": "Delphix@123" |
97 | 97 | }, |
98 | 98 | "baseDir": { |
99 | 99 | "type": "string", |
100 | 100 | "prettyName": "BaseDir", |
101 | 101 | "description": "Path of the MySQL Installation, where binaries (./bin) exists", |
102 | | - "default": "/opt/mysql57/mysql57d" |
| 102 | + "default": "/usr" |
103 | 103 | }, |
104 | 104 | "port": { |
105 | 105 | "type": "string", |
|
111 | 111 | "type": "string", |
112 | 112 | "prettyName": "VDB Server ID", |
113 | 113 | "description": "Server ID for the MySQL VDB", |
114 | | - "default": "200" |
| 114 | + "default": "201" |
115 | 115 | }, |
116 | 116 | "config_settings_prov" : { |
117 | 117 | "type" : "array", |
|
142 | 142 | "mPath": { |
143 | 143 | "type": "string", |
144 | 144 | "prettyName": "Mount Location", |
145 | | - "description": "NFS Mount folder for Delphix", |
146 | | - "default": "/home/mysql/delphix/mount3" |
| 145 | + "description": "Unique NFS Mount folder for Delphix", |
| 146 | + "default": "/mnt/provision/mysql_vdb" |
147 | 147 | } |
148 | 148 | } |
149 | 149 | }, |
|
202 | 202 | "type": "string", |
203 | 203 | "prettyName": "Source DB Host IP address", |
204 | 204 | "description": "* Required if using Replication Method", |
205 | | - "default": "neomysqlsrc.dlpxdc.co" |
| 205 | + "default": "10.0.1.20" |
206 | 206 | }, |
207 | 207 | "mountPath": { |
208 | 208 | "type": "string", |
209 | 209 | "prettyName": "Mount Location on Staging Host", |
210 | | - "description": "NFS mount directory on the Staging Host", |
211 | | - "default": "/home/mysql/delphix/mount" |
| 210 | + "description": "Unique NFS mount directory on the Staging Host", |
| 211 | + "default": "/mnt/provision/mysql_stage" |
212 | 212 | }, |
213 | 213 | "sourceUser": { |
214 | 214 | "type": "string", |
215 | 215 | "prettyName": "Source DB UserName", |
216 | 216 | "description": "* Required if Delphix is taking backups", |
217 | | - "default": "delphix1" |
| 217 | + "default": "delphixdb" |
218 | 218 | }, |
219 | 219 | "sourcePass": { |
220 | 220 | "type": "string", |
221 | 221 | "format": "password", |
222 | 222 | "prettyName": "Source Connection Password", |
223 | 223 | "description": "* Required if Delphix is taking backups", |
224 | | - "default": "delphix" |
| 224 | + "default": "Delphix@123" |
225 | 225 | }, |
226 | 226 | "logSync": { |
227 | 227 | "default": true, |
|
240 | 240 | "format": "password", |
241 | 241 | "prettyName": "Replication User's Password", |
242 | 242 | "description": "* Required if using Replication Method with LogSync", |
243 | | - "default": "delphix" |
| 243 | + "default": "Delphix@123" |
244 | 244 | }, |
245 | 245 | "stagingUser": { |
246 | 246 | "type": "string", |
|
253 | 253 | "format": "password", |
254 | 254 | "prettyName": "Staging DB Password", |
255 | 255 | "description": "Staging DB User's Password", |
256 | | - "default": "***REMOVED***" |
| 256 | + "default": "Delphix@123" |
257 | 257 | }, |
258 | 258 | "serverId": { |
259 | 259 | "type": "string", |
|
265 | 265 | "type": "string", |
266 | 266 | "prettyName": "Source DB", |
267 | 267 | "description": "* Name of the Source DB to backup. Required for Simple Tablespace Backup Method", |
268 | | - "default": "" |
| 268 | + "default": "delphixdb" |
269 | 269 | }, |
270 | 270 | "sourceTables": { |
271 | 271 | "type": "string", |
|
277 | 277 | "type": "string", |
278 | 278 | "prettyName": "Source scp Username", |
279 | 279 | "description": "* Required for Simple Tablespace Backup Method", |
280 | | - "default": "mysql" |
| 280 | + "default": "delphix" |
281 | 281 | }, |
282 | 282 | "scpPass": { |
283 | 283 | "type": "string", |
284 | 284 | "prettyName": "Source scp Password", |
285 | 285 | "description": "* Required for Simple Tablespace Backup Method", |
286 | | - "default": "mysql" |
| 286 | + "default": "delphix" |
287 | 287 | }, |
288 | 288 | "stagingPort": { |
289 | 289 | "type": "string", |
290 | 290 | "prettyName": "Staging DB Port", |
291 | 291 | "description": "Staging Database Port", |
292 | | - "default": "3307" |
| 292 | + "default": "3308" |
293 | 293 | }, |
294 | 294 | "stagingBasedir": { |
295 | 295 | "type": "string", |
296 | 296 | "prettyName": "MySQL Base Directory", |
297 | 297 | "description": "Base Directory of MySQL Installation (Location of /bin/mysql)", |
298 | | - "default": "/opt/mysql57/mysql57d" |
| 298 | + "default": "/usr" |
299 | 299 | } |
300 | 300 | } |
301 | 301 | }, |
|
0 commit comments