Commit 76e48ec
Add target option for Verrazzano to WDT (#659)
* Enable new target v8o with filter; refactored shared code; removed unused methods
* Move k8s operator filter into target directory; remove explicit copy
* Updated scripts to reflect additional options for -target
* Revisions to scripts
* Allow additional output types to be specified in the target configuration; fixed logger errors
* Fixed comment typo
* JIRA WDT-426 Build resource config files from templates, perform simple substitutions; improve exception handling
* JIRA WDT-426 Break out substitution module; use substitution blocks for databases, clusters
* JIRA WDT-426 Renaming to use vz throughout
* JIRA WDT-426 Revised model and binding templates
* JIRA WDT-426 Match secret name to script; use aliases for name resolution
* JIRA WDT-426 Use domain UID consistently in VZ config and secrets script
* JIRA WDT-426 Use a secret for AdminUserName, use DOMAIN_UID environment variable consistently
* JIRA WDT-426 Define secret model tokens and references consistently
* JIRA WDT-426 Use JDBC secret name for vz config; refactor format_variable_name() into variable_injector_functions.py
* JIRA WDT-426 Create additional output in discover before variables have been inserted
* JIRA WDT-426 Use shared method to calculate server count for clusters
* JIRA WDT-426 Remove unused method
* JIRA WDT-426 Check credential secret flag before updating model; fixed problem with prepareModel properties
* JIRA WDT-426 Revise secrets scripts to support paired secrets; added comments
* JIRA WDT-426 Use object for target configuration
* JIRA WDT-426 Just create secrets in prepareModel; corrected admin secret name
* JIRA WDT-426 Changed name to target configuration throughout
* JIRA WDT-426 Check before creating secrets script; add config_override_secrets flag
* JIRA WDT-426 Use ".password" for paired secret password fields
* JIRA WDT-426 Fixed problem when no target
* JIRA WDT-426 Use password placeholder in model for config_override_secrets
* JIRA WDT-426 Added comments, changed parameter name, for __check_and_customize_model()
* JIRA WDT-426 Corrected method name
* JIRA WDT-426 Use credentials_method property to determine handling
* JIRA WDT-426 Leave credential fields unchanged if credential method not specified
* JIRA WDT-426 Change admin user and password secret names to 'username' and 'password'
* JIRA WDT-426 Leave credential fields unchanged if credential method not specified
* add vz required fields for models
update component name in binding file
update discovery where url may have '&' and needs to be encoded back
* change default logHome location
* update logHome location and remove default channel ports
* JIRA WDT-426 Don't XML encode JDBC URL
* JIRA WDT-426 Use "password" key for all secrets, improve script comments
* JIRA WDT-426 Use "credentials_method" in doc and comments
* JIRA WDT-426 Remove "replicas" from binding model
Co-authored-by: Johnny Shum <cbdream99@gmail.com>1 parent 846b968 commit 76e48ec
File tree
28 files changed
+1138
-400
lines changed- core
- src/main
- python
- wlsdeploy
- tool
- extract
- util
- targets
- util
- resources/oracle/weblogic/deploy
- messages
- targets/vz
- targetconfigs
- k8s
- vz
- installer/src
- assembly
- main/bin
- site
28 files changed
+1138
-400
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
88 | 89 | | |
89 | 90 | | |
90 | 91 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
93 | 92 | | |
94 | 93 | | |
95 | 94 | | |
96 | | - | |
| 95 | + | |
97 | 96 | | |
98 | 97 | | |
99 | 98 | | |
100 | 99 | | |
101 | 100 | | |
102 | 101 | | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | 102 | | |
121 | 103 | | |
122 | 104 | | |
| |||
409 | 391 | | |
410 | 392 | | |
411 | 393 | | |
412 | | - | |
| 394 | + | |
413 | 395 | | |
414 | 396 | | |
415 | 397 | | |
416 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
417 | 402 | | |
418 | 403 | | |
419 | 404 | | |
| |||
422 | 407 | | |
423 | 408 | | |
424 | 409 | | |
425 | | - | |
426 | | - | |
427 | | - | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
428 | 414 | | |
429 | | - | |
| 415 | + | |
430 | 416 | | |
431 | | - | |
432 | | - | |
| 417 | + | |
433 | 418 | | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
434 | 424 | | |
435 | | - | |
| 425 | + | |
436 | 426 | | |
437 | | - | |
438 | | - | |
| 427 | + | |
439 | 428 | | |
440 | 429 | | |
441 | 430 | | |
| |||
509 | 498 | | |
510 | 499 | | |
511 | 500 | | |
| 501 | + | |
512 | 502 | | |
513 | 503 | | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
514 | 511 | | |
515 | 512 | | |
516 | 513 | | |
517 | 514 | | |
518 | 515 | | |
519 | 516 | | |
520 | | - | |
521 | | - | |
522 | 517 | | |
523 | 518 | | |
524 | 519 | | |
| |||
0 commit comments