- Notifications
You must be signed in to change notification settings - Fork 89
Add parameter tables to 2.0 documentation #1062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ddsharpe merged 7 commits into main from WDT-444-add-parameter-tables-to-documentation-for-commnds Feb 4, 2022
Merged
Changes from 1 commit
Commits
Show all changes
7 commits Select commit Hold shift + click to select a range
ce6705f Add parameter tables to 2.0 documentation
CarolynRountree e0eb236 fix for comments. standardize where necessary
CarolynRountree c58c727 Resolution of comments
CarolynRountree f668399 Resolution of comments
CarolynRountree 4a1879b resolve requests
CarolynRountree 80037fe quotes around parameters in table
CarolynRountree c84f242 Update DomainInfo.json
CarolynRountree File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Resolution of comments
- Loading branch information
commit c58c727518eddbadce8fe895cc036ff555bef890
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -77,8 +77,7 @@ The following environment variables may be set. | |
| | ||
| Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the summary is not listed (unhandled exception stack trace occurs), be sure and include the Oracle and WDT install versions and whether the tool was run in online or offline WLST mode. If possible, provide the model, variable and archive files, and the log file, `discoverDomain.log`, from location `<install home>\weblogic-deploy\log`. | ||
| | ||
| ## Parameter table for discoverDomain | ||
| | ||
| ### Parameter table for discoverDomain | ||
| | Parameter | Definition | Default | | ||
| | ---- | ---- | ---- | | ||
| | -archive_file | The path to the archive file. | | | ||
| | @@ -87,10 +86,10 @@ Please provide the `STDOUT` and `STDERR` log streams in the GitHub Issue. If the | |
| | -admin_url | The admin server URL used for online discovery. | | | ||
| | -admin_user | The admin user used for online discovery. | | | ||
| | -domain_home | (Required). The location of the existing domain home. | | | ||
| | -domain_type | The type of domain. (e.g., WLS, JRF) | WLS | | ||
| | -domain_type | The type of domain. (for example, WLS, JRF) | WLS | | ||
| | -java_home | Overrides the JAVA_HOME value when discovering domain values to be replaced with the java home global token. | | | ||
| ||
| | -model_file | The path to the model file. If not present, model file will be stored in archive file. | | | ||
| | -oracle_home | Home directory of the Oracle WebLogic Installation. Required if ORACLE_HOME environment variable is not set. | | | ||
| | -oracle_home | Home directory of the Oracle WebLogic installation. Required if ORACLE_HOME environment variable is not set. | | | ||
| | -output_dir | Output directory required for -target. | | | ||
| | -skip_archive | Do not generate an archive file. The archive_file option will be ignored. | | | ||
| | -target | Targeting platform - k8s, wko, vz. | | | ||
| | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| | @@ -38,8 +38,7 @@ If the model or variables file contains passwords encrypted with the WDT Encrypt | |
| | ||
| The Update Domain Tool supports the use of multiple models, as described in [Using multiple models]({{< relref "/concepts/model#using-multiple-models" >}}). | ||
| | ||
| ## Parameter table for updateDomain | ||
| | ||
| ### Parameter table for updateDomain | ||
| | Parameter | Definition | Default | | ||
| | ---- | ---- | ---- | | ||
| | -admin_pass_env | An alternative to entering the admin password at a prompt. The value is a ENVIRONMENT VARIABLE name that WDT will use to retrieve the password. | | | ||
| | @@ -50,11 +49,11 @@ The Update Domain Tool supports the use of multiple models, as described in [Usi | |
| | -cancel_changes_if_restart_required | Cancel the changes if the update requires domain restart. | | | ||
| | -discard_current_edit | Discard all existing domain edits before the update. | | | ||
| | -domain_home | (Required) The location of the existing domain home. | | | ||
| | -domain_type | The type of domain. (e.g., WLS, JRF) | WLS | | ||
| | -domain_type | The type of domain. (for example, WLS, JRF) | WLS | | ||
| | -model_file | The location of the model file. This can also be specified as a comma-separated list of model locations, where each successive model layers on top of the previous ones. | | | ||
| | -oracle_home | Home directory of the Oracle WebLogic Installation. Required if ORACLE_HOME environment variable is not set. | | | ||
| | -oracle_home | Home directory of the Oracle WebLogic installation. Required if ORACLE_HOME environment variable is not set. | | | ||
| | -passphrase_env | An alternative to entering the encryption passphrase at a prompt. The value is a ENVIRONMENT VARIABLE name that WDT will use to retrieve the passphrase. | | | ||
| | -passphrase_file | An alternative to entering the encryption passphrase at a prompt. The value is a the name of a file with a string value which WDT will read to retrieve the passphrase. | | | ||
| | -update_dir | If present, write restart information to this directory as restart.file, or if cancel_changes_if_restart_required used, write non dynamic changes information to non_dynamic_changes file. | | | ||
| ||
| | -use_encryption | One or more of the passwords in the model or variables file(s) are encrypted and must be decrypted. Java 8 or higher required for this feature. | | | ||
| | -use_encryption | One or more of the passwords in the model or variables file(s) are encrypted and must be decrypted. Java 8 or later required for this feature. | | | ||
| | -variable_home | The location of the property file containing the values for variables used in the model. This can also be specified as a comma-separated list of property files, where each successive set of properties layers on top of the previous ones. | | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
restart.file ->
restart.file(code font)if cancel_changes_if_restart_required used -> if cancel_changes_if_restart_required is used
non dynamic -> non-dynamic (this needs to be corrected in update.md also.)