-
Notifications
You must be signed in to change notification settings - Fork 217
OWLS-83537 - Update domain home in image samples to use WIT instead of docker-images samples #2290
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
Merged
Changes from 2 commits
Commits
Show all changes
109 commits
Select commit
Hold shift + click to select a range
073963f
create common wdt-utility.sh
alai8 7cfccb8
use wdt
alai8 a7634c4
correct argument
alai8 cacdc7f
run_wdt supports domain_type arg
alai8 75e633a
Merge branch 'develop' into update-samples
alai8 f72cc1e
modify domain-home-in-image to use WIT to create image with domain
alai8 ad1de46
fix defaulting wdt and wit versions when not specified in input file
alai8 260b337
de-parameterized testSampleDomainInImage since we replace wdt and wls…
alai8 7c8d518
create secret if not exist in testSampleDomainInPv
alai8 0237356
minor cleanup domain-home-in-image scripts
alai8 50bc3c8
update fmw domain home in image sample to use wit instead of docker f…
alai8 3167adb
revert changes
alai8 b3cc84f
update domain-home-in-image sample doc with WIT
alai8 eb04269
more WIT related changes to samples docs
alai8 039baa1
make wdt and wit install dir customizable
alai8 7a1d40c
update comments and doc for toolsDir
alai8 0fd273f
uses different model depends on fmwDomainType in create-domai-fmw-inf…
alai8 afa55d9
Merge branch 'develop' into update-samples
alai8 7090be2
Merge branch 'update-samples' of https://github.com/oracle/weblogic-k…
alai8 8bfe127
rename topology.yaml to wdt_model_dynamic.yaml
alai8 0b2aa64
use https_proxy to download zip files if set
alai8 78195dc
add https_proxy env to create domain job
alai8 73fe777
add https_proxy env to create domain job
alai8 3daaaf5
need to call extractDomainResource.sh for wdt
alai8 424f66c
doc update
alai8 46f5bf5
remove -k option in create-domain.sh for domain-home-in-image samples
alai8 82fd4d6
Merge branch 'develop' into update-samples
alai8 e92e773
doc updates
alai8 1d9e5a9
domain-home-in-image samples doc update
alai8 d010401
remove debug outputs
alai8 63d054b
remove unused configuredManagedServerCount
alai8 86323e7
clarify rcu related params only required if fmwDomainType is JRF
alai8 589467e
create doc on fmw infrastructure domain home in image and updates to …
alai8 3033b87
minor doc fixes
alai8 8b3a35e
minor doc fixes
alai8 0aaa40b
updates to samples doc based on review feedback. Add sections on dele…
alai8 ccc6aa6
renamed wdt-utility.sh to wdt-and-wit-utility.sh, changed default WDT…
alai8 bc39d55
renamed wdt-utility.sh to wdt-and-wit-utility.sh
alai8 abdd5aa
prints out imagetool command for debugging
alai8 5657678
fix imagetool params
alai8 664e2af
fix wdtVersion param
alai8 304ea55
Merge pull request #2293 from oracle/update-samples-wip
alai8 d360c4a
use additionalBuildCommands to create and copy domains/applications d…
alai8 95b9af0
clarify that tools directory is configurable
alai8 cdd8594
set DOMAIN_TYPE env var in create domain job for use in createDomain.…
alai8 a4ec35c
parameterize ItFmwSample test to test both wdt and wlst for domain on pv
alai8 b15279c
minor doc fixes
alai8 e5bcfac
remove validation for configuredManagedServerCount for fmw domain-hom…
alai8 f9d2c12
encrypt model before calling imagetool to create domain in image
alai8 3f4e664
Merge branch 'main' into update-samples-pw
alai8 6c8c2e3
provide wdt encryption key via new -n create-domain.sh option
alai8 97b8e6d
Merge branch 'main' into update-samples-pw
alai8 636d0d1
remove merge conflict leftover
alai8 4ae34d3
remove merge conflict leftover
alai8 6f34831
add -n option to create-domain.sh to support optionally encrypt passw…
alai8 9363cae
correct merge conflict errors
alai8 bd1f4e5
document -n option for encryption key in create-domain.sh in domain-h…
alai8 22bf29f
Merge branch 'main' into update-samples-merge
alai8 1d66276
Merge branch 'main' into update-samples-merge
alai8 7f1bc88
Merge branch 'main' into update-samples
alai8 808808a
add sample on using wlst script with imageTool to create WebLogic dom…
alai8 bd37662
comments
alai8 8d47751
add domainHome and createDomainWdtModel input parameters, and various…
alai8 3be689c
minor fixes
alai8 09813a6
minor cleanup
alai8 9106e0a
validation, improved error messsages, do not print password from prop…
alai8 943e4c9
exit 1 if wlst.sh return non-zero
alai8 7418f81
Merge pull request #2333 from oracle/update-samples-wlst
alai8 f90104f
move wdt model yaml files to wdt directory
alai8 ad89c7c
Merge branch 'main' into update-samples-wip
alai8 604549a
update usages text
alai8 fbd4164
doc fixes
alai8 e861c63
update doc with wlst script option
alai8 a37f2e5
support calling create-domain.sh from a different directory
alai8 019f776
parameterized testSampleDomainInImage to support both wdt and wlst
alai8 828abb1
updated to work with modified encrypt_model arguments
alai8 299a7b4
remove leftover debug message
alai8 54615d1
add wlst script support to fmw domain home in image sample
alai8 769aeab
add wlst support to fmw domain home in image sample
alai8 a84f565
fix usage of create-domain.sh
alai8 00c4dbe
Merge branch 'main' into update-samples-wip
alai8 132c661
misc comment/output fixes
alai8 aaebb2a
remove unused files
alai8 7f5f37a
fmw image chmod oracle:oracle -> oracle:root
alai8 c4b1332
minor cleanup
alai8 66be631
remove DEBUG_PORT and DEBUG_FLAG
alai8 450c39e
minor doc edits
alai8 6e04d3b
Merge branch 'main' into update-samples-wip
alai8 37140ed
move mode from create-domain.sh option to create-domain-inputs.yaml, …
alai8 3a3981f
doc fixes
alai8 17cb95b
minor doc fixes
alai8 19ccbab
fixes copy and paste leftover
alai8 285bdb9
Merge branch 'update-samples-wip' of github.com:oracle/weblogic-kuber…
alai8 7a2dfc8
error message fix
alai8 197ba32
replace -m wlst with mode: wlst in input file
alai8 cb4b47a
replace rcuSchemaPassword input parameters with -q create-domain.sh o…
alai8 02bd51d
replace rcuSchemaPassword input parameters with -q create-domain.sh o…
alai8 9b4be17
add -q create-domain.sh to doc for fmw infrastructure domain home in …
alai8 c140b67
Merge branch 'main' into update-samples
alai8 8ea6c55
WebLogic Server Kubernetes Operator -> WebLogic Kubernetes Operator
alai8 c8265aa
do not echo password and other minor fixes per review comments
alai8 79de633
doc fixes
alai8 e239da1
typo fix
ddsharpe f80d782
fixed typos
alai8 342bc8c
Merge branch 'main' into update-samples
alai8 969496b
samples doc update per review comments
alai8 a0b3f11
remove quotes from --tag
alai8 ba1ddbc
typo
alai8 715f227
update urls to doc sites for wdt and wit
alai8 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
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
34 changes: 0 additions & 34 deletions
34
...netes/samples/scripts/create-fmw-infrastructure-domain/domain-home-in-image/topology.yaml
This file was deleted.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
...s/scripts/create-fmw-infrastructure-domain/domain-home-in-image/wdt_model_configured.yaml
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 |
---|---|---|
@@ -0,0 +1,56 @@ | ||
domainInfo: | ||
AdminUserName: '@@PROP:ADMIN_USER_NAME@@' | ||
AdminPassword: '@@PROP:ADMIN_USER_PASS@@' | ||
RCUDbInfo: | ||
rcu_prefix: '@@PROP:RCU_SCHEMA_PREFIX@@' | ||
rcu_schema_password: '@@PROP:RCU_SCHEMA_PASSWORD@@' | ||
rcu_db_conn_string: '@@PROP:RCU_DB_CONN_STRING@@' | ||
ServerStartMode: prod | ||
topology: | ||
Name: '@@PROP:DOMAIN_NAME@@' | ||
AdminServerName: '@@PROP:ADMIN_NAME@@' | ||
ProductionModeEnabled: '@@PROP:PRODUCTION_MODE_ENABLED@@' | ||
Cluster: | ||
'@@PROP:CLUSTER_NAME@@': | ||
Server: | ||
'@@PROP:ADMIN_NAME@@': | ||
NetworkAccessPoint: | ||
T3Channel: | ||
ListenPort: '@@PROP:T3_CHANNEL_PORT@@' | ||
PublicAddress: '@@PROP:T3_PUBLIC_ADDRESS@@' | ||
PublicPort: '@@PROP:T3_CHANNEL_PORT@@' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@1': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@1' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@2': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@2' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@3': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@3' | ||
MigratableTarget: | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@1 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@1' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@2 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@2' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@3 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@3' | ||
|
52 changes: 52 additions & 0 deletions
52
...e-fmw-infrastructure-domain/domain-home-in-image/wdt_model_restricted_jrf_configured.yaml
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 |
---|---|---|
@@ -0,0 +1,52 @@ | ||
domainInfo: | ||
AdminUserName: '@@PROP:ADMIN_USER_NAME@@' | ||
AdminPassword: '@@PROP:ADMIN_USER_PASS@@' | ||
ServerStartMode: prod | ||
topology: | ||
AdminServerName: '@@PROP:ADMIN_NAME@@' | ||
Name: '@@PROP:DOMAIN_NAME@@' | ||
ProductionModeEnabled: '@@PROP:PRODUCTION_MODE_ENABLED@@' | ||
Cluster: | ||
'@@PROP:CLUSTER_NAME@@': | ||
Server: | ||
'@@PROP:ADMIN_NAME@@': | ||
NetworkAccessPoint: | ||
T3Channel: | ||
ListenPort: '@@PROP:T3_CHANNEL_PORT@@' | ||
PublicAddress: '@@PROP:T3_PUBLIC_ADDRESS@@' | ||
PublicPort: '@@PROP:T3_CHANNEL_PORT@@' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@1': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@1' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@2': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@2' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@3': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
ListenPort: '@@PROP:MANAGED_SERVER_PORT@@' | ||
NumOfRetriesBeforeMsiMode: 0 | ||
RetryIntervalBeforeMsiMode: 1 | ||
JTAMigratableTarget: | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@3' | ||
MigratableTarget: | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@1 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@1' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@2 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@2' | ||
'@@PROP:MANAGED_SERVER_NAME_BASE@@3 (migratable)': | ||
Cluster: '@@PROP:CLUSTER_NAME@@' | ||
UserPreferredServer: '@@PROP:MANAGED_SERVER_NAME_BASE@@3' | ||
|
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
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.
Uh oh!
There was an error while loading. Please reload this page.