Commit 075416c
Operator version 2.5.0 (#1453)
* Rebuilt charts
* OWLS-76347 New sample scripts to manage DB service and RCU Schema (#1217)
* OWLS-76347 New sample scripts to manage DB service and RCU Schema
* eliminate duplication logger creation (#1225)
* merge 1241 into develop
* QUICKTEST and FULLTEST categorization (#1237)
* test categorization into quicktest,fulltest, nightly
* fix quicktest
* fix typo
* fix sitconfig tests
* fix nightly
* remove fulltest
* remove fulltest
* remove smoketest which is not used
* change profile name
* triage external jenkins failures
* use operator image env vars for target op release
* run JRF test in nightly
* default quicktest true
* add retry for PV dir creation
* rename nightly to fulltest
* fulltest condition change
* fix compilation error
* readme and usecases updated
* readme updated
* adding domain in image wdt test to quicktest
* fix pv dir creation retry
* changed profile name
* OWLS-74959 - Validate FMW Infrastructure uses configured clusters in introspector job (#1230)
* validate FMW infrastructure domain cannot use dynamic clusters
* add missing namespaces to kubectl commands
* namespace
* rename ALLOW_DYNAMIC_IN_FMW_INFRA env var
* support testing for invalid domain testing
* fix env var name in validation error message
* Integration tests should take the env variable for WDT version to download (#1242)
* adding support to take WDT_VERSION env var
* remove commented code
* fix extra space
* Prepare for operator 2.3.1
* Revert "eliminate duplication logger creation (#1225)"
This reverts commit 4a8382d6f20b83bd067f8086916b84f5e9ed040e.
* WIP Added test to cover weblogicLoggingExporterFilters (#1211)
* Added test to cover weblogicLoggingExporterFilters jenkins-ignore
* Resolve CheckStyle issues
* merge 1246 changes from master
* Move to Kubernetes Java Client 6.0.1 (#1249)
* Use Kubernetes Java client 6.0.1
* Update domain status on Unprocessable Error (#1250)
* Update domain status on Unprocessable Error
* Set domain status when job creation fails with unprocessable entity
* OWLS-76624 (Resolves #1228) - Introspector pod not picking up the container context from the domain resource (#1247)
* support container and pod securityContext in introspector job. Code refactoring
* unit tests
* unit test
* minor cleanups
* merge conflicts
* unused imports
* cleanup import ordering
* CheckStyle corrections
* K8s service account (#1235)
* add service account to serverpod
* OWLS-73891 part 1: update warning messages and fix a helm upgrade issue (#1253)
* OWLS-73891 part 1 - fix stale domain watcher and add namespace in security check warning messages
* More cleanup of stale states associated with a recreated namespace
* Add REST resource annotion to ignore unknown properties (#1255)
* Simplify WaitForReadyStep (#1256)
* OWLS-76720 (Resolves #1198) - Fixes missing valueFrom envVar values (#1254)
* fixes missing valueFrom to env var
* Fix Javadoc and CheckStyle
* Revert pod watcher refactoring
* merge 1258 into develop
* OWLS-76780 : Modify FMW (domain-in-image) sample to support Restricted JRF Domain (#1263)
* OWLS-76806 (Resolves #1231) - scripts such as livenessProbe.sh should use JAVA_HOME if set (#1262)
* Prepend PATH with JAVA_HOME/bin before calling jps
* comment
* append only if JAVA_HOME/bin not already in PATH
* Reduced execution time, added support to execute against different versions of Grafana, Prom, WDT, monitoring exporter (#1265)
* modified the tests to improve exec time
* modified tests to improve perfomance
* added wait time for mysql creation
* corrected chart version for prom
* fixed typo
* added version choice for monexp
* add code cleanup
* remove not needed files
* fixed typo
* added suport for downloading monexp instead of building
* added prom,grafana, monexp as env var option
* fixed typo
* fixed env setting
* added some debug
* WDT version 1.4.0 (#1267)
* WDT version 1.4.0
* OWLS-76949 added support for exposeAdminT3Channel in FMWDomain in domain-in-image model
* merge 1268 from master
* typo
* Modify sample scripts for RCU and DB Creation (#1238)
* Modification based on Mark's Comment
* Missiing typo correction
* Addded ImagePullSecret to Oracle and RCU pod
* Modify the default image pull secret name to docker-store to match with java integration default
* Missing modified file
* Modified the usage command
* Resolution to Review comments from Ryan
* edited README
* minor clean up
* Modified the cpu limit
* Soa 2.2.1 (#1243)
* Adding pv pvc config files for database
* Adding soa domain creation scripts/files
* Added database configuration yaml files
* Add files via upload
Adding SOA ESS changes
* Delete createFMWDomain.py
* Delete db-pv.yaml
* Delete db-pvc.yaml
* Create db-with-pv.yaml
* Create db-without-pv.yaml
* Delete db-with-pv.yaml
* Delete db-without-pv.yaml
* integrated soa ess osb changes from SOA dev team
* fixing indentation problem for bug 30158564
* added execute permissions for create-domain script
* Update db-without-pv.yaml
* Add files via upload
* Delete create-domain.sh
* Add files via upload
* updates for precreateService and osb_cluster
* removing extra characters if any
* fixing permission issue for create-domain.sh
* removed commented blocks and updated copyright
* added exec permissions for the scripts
* Updated description for domainType input
* Update create-domain-inputs.yaml
* corrected domain value
* corrected domain value
* corrected domain value
* removed precreateService in domain template
removed precreateService from serverpod and cluster definition
* removed soa domain related changes
removed soa domain related changes here. will be moving it to create-domain.sh script which is under soa samples.
* soa specific changes in domain.yaml
* removed extra line
* removing extra line
* removed pv pvc scripts
* enable checkstyle on test sources (#1270)
* Update license format (#1272)
* fix typo in License.txt - matches https://oss.oracle.com/licenses/upl/ (#1278)
* OWLS-69370: Introspect: Domain-in-Image: Add data home override support (#1106)
* OWLS-69370: Introspect: Domain-in-Image: Add data home override support
* incorporate first set of code review comments
* Update description of dataHome and remove dead code based on code review
* update the documentation so that it covers dataHome
* add DOMAIN_UID to persistent store directory path to distinguish different domains
* Create symbolic link from DOMAIN data dir to data home directory during server startup
* Changes based on review by Tom Barnes
* Update integration-test to verify centralized dataHome location of default and custom file stores
* another revision based on Tom Barnes review
* add env vars to wl-pod.yamlt for new env variable which disables symbolic link support for server's default data directory
* refactor symbolic link support to utils.sh and mark the feature as experimental
* updated descripton of experimental symbolic link support
* put local createFolder in introspectDomain.sh and moved pipefail to script scope in utils.sh
* Add unit tests for verifying dataHome env in WLS server pods
* OWLS-73891 part2 - clean up stale states about introspector jobs and domain presence infos (#1261)
* OWLS-73891 part2 - clean up stale states about introspector jobs
Signed-off-by: doxiao <[email protected]>
* Add unit test
* Retry and wait between retries of failed downloads jenkins-ignore (#1266)
* Retry and wait between retries of failed downloads jenkins-ignore
* Added loop to wget jar files jenkins-ignore
* Reduced wget retry times since wget is in a loop now jenkins-ignore
* add note to advise against using console for starting and stopping servers
* Revert "OWLS-73891 part2 - clean up stale states about introspector jobs and domain presence infos (#1261)"
This reverts commit 980a5ac2a91b7e4b63800eef9c43e3af38ea20c0.
* Fix CheckStyle
* Add instructions to configure fluentd to export domain logs to ELK (#1281)
* adding sample help for configuring fluentd sidecar
* change org structure
* initial round of minor edits
* more backticks
* added some more explanation
* updates for Rosemary's feedback
* more updates for Rosemary's feedback
* update samples overview
* updates to Mark's comments
* more edits based on feedback
* fix Managed coherence test (#1279)
* Refactor managed coherence test and add error checking to avoid false postives
* revert chenages to Domain.java
* fix error reported by check style audit
* incorporating review comments
* run integration test in openshift (#1280)
* changes required to run ItOperator test in opneshift
* updates for running ItOperator on openshift
* run integration tests in openshift
* fix check style errors
* incorporating review comments
* merge 1285 from master
* merge 1282 from master
* PR: owls-77057 fix nightly full test failure for changing image test of ItPodsRestart (#1289)
* setMaxIterationsPod(40) for ItPodRestart
* setMaxIterationsPod(40) for ItPodRestart
* Added container name when copying archive files jenkins-ignore (#1288)
* Added container name when copying archive files jenkins-ignore
* Added try catch jenkins-ignore
* Changed to use copy via cat jenkins-ignore
* Changed to use copy via cat jenkins-ignore
* Changed to use copy via cat jenkins-ignore
* merge 1291 from master
* OWLS-76832 (Resolves #1232) - Error using variable in pod template if value has underscore (#1286)
* convert substituted variables to DNS1123 if used as names
* only convert variables for selected, customizable list of fields
* checkstyle fixes
* add dns1123Fields to helm chart to override default list of field names that requires dns-1123 values
* document dns1123fields
* dns1123Names values no longer case sensitive
* minor cleanup
* doc update base on feedback
* merge 1292 from master
* OWLS-73891 part3 - add FAQ entry for managing namespaces (#1264)
* Add FAQ documentation for managing namespaces
Signed-off-by: doxiao <[email protected]>
* Fix a minor typo
Signed-off-by: doxiao <[email protected]>
* Fix format
Signed-off-by: doxiao <[email protected]>
* More format changes
Signed-off-by: doxiao <[email protected]>
* Correct the wrong example job output
Signed-off-by: doxiao <[email protected]>
* More edits
Signed-off-by: doxiao <[email protected]>
* More edits
Signed-off-by: doxiao <[email protected]>
* More edits
Signed-off-by: doxiao <[email protected]>
* More fine tuning of the contents
Signed-off-by: doxiao <[email protected]>
* More edits
Signed-off-by: doxiao <[email protected]>
* Add cross-references
Signed-off-by: doxiao <[email protected]>
* One more cross-reference
Signed-off-by: doxiao <[email protected]>
* Add links to inidivual sections and add a section for getting the domainNamespaces value
Signed-off-by: doxiao <[email protected]>
* Fix a typo
Signed-off-by: doxiao <[email protected]>
* incorprate edits
* Adjust cross-references
Signed-off-by: doxiao <[email protected]>
* Timestamp
Signed-off-by: doxiao <[email protected]>
* Reword the last section about restart operator pod
Signed-off-by: doxiao <[email protected]>
* Simplify WaitForReady step (#1277)
* Simply WaitForReady step
* checkstyle for copyright
* Modified rcu script to support both SOA and FMWInfra Domain (#1290)
* Modified rcu script to support both SOA and FMWInfra Domain
* Fixed few typo on the script as per Review Comment
* Add SOA user doc (#1229)
* WIP: Add SOA user doc
* update link to SAO sample
* fix broken x-refs due to updated directory structure
* incorporate Samba edits
* incorprated updates
* MARK: add disclaimer that soa is preview for early adopters, also fix the theme files at the same time
* minor edits
* restore theme customizations
* get rid of the =copy-to-clipboard' dohickies
* fix formatting issues
* fix another broken link
* fix merge conflicts
* Add SOA sample doc (#1234)
* WIP: Add SOA sample doc
* incorporate Samba edits
* incorprated updates
* add soa preview warnings
* updates to soa doc based on end to end review/test
* merge 1295 from master
* Owls 73891 retry (#1283)
* OWLS-73891 part2 - clean up stale states about introspector jobs and domain presence infos (#1261)
* fix NamespaceTest
* fix asynchronous thread
* Revert changes
* merge 1296 from master
* merge 1299 from master
* PR: Create JRF domain using create-rcu-schema sample (#1274)
* v1 of new jrfdomain test
* adding domain yaml file
* modification
* pull Pani's latest sample
* pull pani's latest sample
* increase DBping attempts
* stop DB in unPrepare phase
* increase DBping attempts to 100
* debug DB connection issue
* debugging
* adding DB_BDB_BUNDLE to oradb.yaml
* debugging
* use database 12.2.0.1 image instead of slim version
* adding missing class
* debugging
* debugging
* debugging
* debugging
* debugging
* debugging
* debugging
* setMaxIterationsPod to 35
* correct the file name
* minor change
* minor change
* minor change
* adding doc
* address review comment
* minor change
* debugging
* debugging
* debugging
* refine the code
* debugging
* debugging
* minor change
* remove the commented out code
* fix checkstyle
* address review comments
* OWLS-77432 : add new rcuType Parameter (#1298)
* OWLS-77432 : add new rcuType Parameter
* Minor Modification to the script to handle imagePull secret
* Switched from latest grafana to 3.12.0 version of helm chart due syntax error in chart https://github.com/helm/charts/issues/18215 (#1310)
* added debug
* added debug1
* replaced latest version to 3.12.0 version of helmchart grafana
* cleaned commented out lines
* PR: Fix Jrf quicktest suite issue (#1314)
* fix JRF domain QUICKTEST
* debugging
* PR: Owls76920 change JRF domain class name starting with It (#1320)
* changing JrfDomainOnPvWlst.java to ItJrfDomainOnPvWlst.java
* minor change
* to exclude the old Jrf tests
* fix typo in create-domain script
* Add a note to the quickstart about variations between k8s versions
* OWLS-76689 - SOA:ADMINSERVER TAKING TIME TO RESTART USING SERVERSTARTPOLICY(NEVER TO IF_NEEDED) ON OKE CLUSTER (#1319)
* delete service if domain is shutting down evern if isPreserveServices is true
* do not add precreateservice only server to startup list if both admin server and managed server should not be started
* add unit tests
* test name fix
* unit test fix, and code cleanup to improve readability
* test fixes
* OWLS-77556: replace complete env dump in pods/job with curated listin… (#1323)
* OWLS-77556: replace complete env dump in pods/job with curated listing of env var values
* suppress verbose checkEnv output if traceEnv recently called
* Javadoc for 2.3.1
* Domain version v6
* Deploy tooling 1.6.0
* Helm chart updates
* ensure that domain directory exists (#1324)
* SOA related changes for operator 2.3.0 (#1305)
* 2.3.0 changes for soa
Conflicts:
kubernetes/samples/scripts/create-soa-domain/common/create-domain-job.sh
kubernetes/samples/scripts/create-soa-domain/common/createSOADomain.py
kubernetes/samples/scripts/create-soa-domain/common/utility.sh
kubernetes/samples/scripts/create-soa-domain/create-domain-inputs.yaml
kubernetes/samples/scripts/create-soa-domain/create-domain-job-template.yaml
kubernetes/samples/scripts/create-soa-domain/create-domain.sh
kubernetes/samples/scripts/create-soa-domain/delete-domain-job-template.yaml
kubernetes/samples/scripts/create-soa-domain/wlst/create-domain-script.sh
* 2.3.0 domain-home-on-pv directory
* changing soa image name
* doc updates corresponding to SOA 2.3.0 PR 1305
* Incorporated review comments for PR 1305
* Update charts
* Handle forbidden status from Async call (#1341)
* update docs
* update script
* Update sit-cfg doc to note when _not_ to change external ports (#1346)
* Update sit-cfg doc to note situations when _not_ to change external ports
* Update sit-cfg doc to note situations when _not_ to change external ports
* Correct issue with CRD not generating structural schema (#1347)
* add file ownership tracing to introspect-job/server-pod, and to sample pv create-domain-job scripts (#1338)
* add file ownership tracing to pod and job start scripts
* add file owner tracing to pv samples
* update WLS image version
* Remove fsGroup from tests for containerSecurityContext (#1356)
* Run integration tests in parallel using Junit5 (#1355)
* making ItOperator run in parallel
* making ItOperator run in parallel
* changes for more tests
* making more classes use unique operator
* fixing more tests
* fix more classes
* changing more tests to use unique operator
* fix checkstyle
* fix checkstyle issues, sharingpv test
* fix checkstyle
* fix helm chart test
* fix for parallel runs
* fix pom to run post-integration-test
* fix pom for log format
* keep domain running if test fails for debugging
* adding javadoc and some refactoring
* remove spaces in domain namespace list
* Suncup Logging tests jenkins-ignore
* change the image name for domain in image test case
* synchronize ns update in LB
* Synced up ItElasticlogging test jenkins-ignore
* Synced up ItElasticlogging test jenkins-ignore
* debugging
* conflict when creating LB. So adding synchronization
* v1 change for ItPodsRestart tests in parallel
* adding unique image attribute
* adding unique name for conflicting domain yaml file
* fixing coherence test
* fixing image name and coherence test
* updated tests to support parallel runs
* try synchronize one more time
* increased helm timeout
* skip statedump.sh as its failing
* corrected checkstyle issues
* remove syncrhonize at method level
* corrected checkstyle issues1
* checkstyle1
* undo pom.xml change
* checkstyle2
* minor fix of exec order
* updated test to run in parallel
* fixed checkstyle
* uncommented one test, it will fails to run in paral
* fixed checkstyle
* switch between seq or parallel using var
* initial fix
* updated readme for parallel testing
* updated readme for parallel testing
* updated readme for parallel testing
* fixing the image name for dominimage
* Remove the tag
* Fix the image name pushing to registry
* convert SitConfig tests to run in paral
* Fixed Voyager issue when running StickySession test jenkins-ignore
* Fixed Voyager issue when running StickySession test 2 jenkins-ignore
* run against modified exporter branch temp
* Removed debugger from LoadBalance.java jenkins-ignore
* dir structure changes
* Added loop to wait Voyager gets ready jenkins-ignore
* fixed mysql jdbs driver
* del unchanged test files
* pvroot dir creation
* updated mysql creation
* fixed typo
* fixed typo1
* fix path
* itclass to lowercase
* fix sample test
* fix sample test
* updated version of Mon Exp, fixed SitConfig
* fixed checkstyle
* modify more tests
* fixed vars initializing
* fixed vars initializing1
* checkstyle
* initialize fix3
* initialize fix3
* fixed ns
* fixed ns1
* fixed dst
* fixed ns1
* fix1
* fix2
* fix3
* fixed fix4
* fixed fix5
* adding more tests with results dir changes
* adding more tests with changes
* refactor changes
* fix jrf result loc
* fixing jrf test
* exclude elasticlogging test
* fix jrf test
* fix jrf test
* fix jrf tests
* integration test changes to run with junit5
* refactoring
* create dir with root permissions
* run only quicktests for quicktests
* adding jrf tests
* initial version for JRf testsinparallel
* make getNewSuffixCnt synchronized and fix testClassName
* undo elasticlogging exclude
* Fixed a hanging issue jenkins-ignore
* change the pom.xml
* delete the old Jrf test class
* fixed fix6
* fixed fix7
* fix8
* code cleanup
* fix11
* fix11
* fix12
* fix13
* exclude itmonitoringexporter
* fix asserts in k8sUtils
* fix14
* fix15
* fix116
* fix17
* fix18
* fix19
* fix20
* switched back to master for monexp
* add junit properties file
* increasing global maxiterations
* merged changes
* comply with PV/dir/ structure
* fix elk test
* comment out setWaitTime calls
* merge to current changes
* adding sleep as huiling suggested
* skip elk test which is hanging
* undo skip elk test which is hanging
* remove explicit set of iteration
* add javadoc
* remove unused constants and files
* updated code based on review
* updated code based on review1
* updated code based on review2
* deleting old jrf tests and commenting hanging test
* fixed MonExporter test
* fixed MonExporter test1
* Fixed issues running in parallel jenkins-ignore
* fixed MonExporter test3
* undo skip test
* undo skip test
* trying threadcountclasses 5
* remove unlimited thread count
* set percorethreadcount to false
* fixed MonExporter test4
* refactor itoperator into smaller classes
* increase thread count to 7
* fix quicktest issue
* added back monitoring exporter
* fixed db
* fixed db1
* delete commented out comments
* delete commented out comments1
* fix surefire plugin version
* update to it pom.xml
* fixing ItmonitoringExporter and Jrf test
* commenting elastic logging test
* add pod name and timeout, junit config
* fix namespace
* test with two profiles
* thread count 10
* add back wls jrf profile
* adding two profiles
* fixed shutdowntests and monexp for junit5
* reduce thread count
* junit5
* junit5-1
* junit5-2
* adding ingress check
* add option to run parallel/sequential and fix failing test
* test
* test1
* test3
* test4
* adding cleanup in post-integration-test
* minor changes
* fixing README
* fixing README
* reverting the change
* Added request-timeout jenkins-ignore (#1344)
* added option to specify the branch name for monitoring exporter GitHub project (#1359)
* fix helm chart test
* fix for parallel runs
* fix pom to run post-integration-test
* fix pom for log format
* keep domain running if test fails for debugging
* adding javadoc and some refactoring
* remove spaces in domain namespace list
* Suncup Logging tests jenkins-ignore
* change the image name for domain in image test case
* synchronize ns update in LB
* Synced up ItElasticlogging test jenkins-ignore
* Synced up ItElasticlogging test jenkins-ignore
* debugging
* conflict when creating LB. So adding synchronization
* v1 change for ItPodsRestart tests in parallel
* adding unique image attribute
* adding unique name for conflicting domain yaml file
* fixing coherence test
* fixing image name and coherence test
* updated tests to support parallel runs
* try synchronize one more time
* increased helm timeout
* skip statedump.sh as its failing
* corrected checkstyle issues
* remove syncrhonize at method level
* corrected checkstyle issues1
* checkstyle1
* undo pom.xml change
* checkstyle2
* minor fix of exec order
* updated test to run in parallel
* fixed checkstyle
* uncommented one test, it will fails to run in paral
* fixed checkstyle
* switch between seq or parallel using var
* initial fix
* updated readme for parallel testing
* updated readme for parallel testing
* updated readme for parallel testing
* fixing the image name for dominimage
* Remove the tag
* Fix the image name pushing to registry
* convert SitConfig tests to run in paral
* Fixed Voyager issue when running StickySession test jenkins-ignore
* Fixed Voyager issue when running StickySession test 2 jenkins-ignore
* run against modified exporter branch temp
* Removed debugger from LoadBalance.java jenkins-ignore
* dir structure changes
* Added loop to wait Voyager gets ready jenkins-ignore
* fixed mysql jdbs driver
* del unchanged test files
* pvroot dir creation
* updated mysql creation
* fixed typo
* fixed typo1
* fix path
* itclass to lowercase
* fix sample test
* fix sample test
* updated version of Mon Exp, fixed SitConfig
* fixed checkstyle
* modify more tests
* fixed vars initializing
* fixed vars initializing1
* checkstyle
* initialize fix3
* initialize fix3
* fixed ns
* fixed ns1
* fixed dst
* fixed ns1
* fix1
* fix2
* fix3
* fixed fix4
* fixed fix5
* adding more tests with results dir changes
* adding more tests with changes
* refactor changes
* fix jrf result loc
* fixing jrf test
* exclude elasticlogging test
* fix jrf test
* fix jrf test
* fix jrf tests
* integration test changes to run with junit5
* refactoring
* create dir with root permissions
* run only quicktests for quicktests
* adding jrf tests
* initial version for JRf testsinparallel
* make getNewSuffixCnt synchronized and fix testClassName
* undo elasticlogging exclude
* Fixed a hanging issue jenkins-ignore
* change the pom.xml
* delete the old Jrf test class
* fixed fix6
* fixed fix7
* fix8
* code cleanup
* fix11
* fix11
* fix12
* fix13
* exclude itmonitoringexporter
* fix asserts in k8sUtils
* fix14
* fix15
* fix116
* fix17
* fix18
* fix19
* fix20
* switched back to master for monexp
* add junit properties file
* increasing global maxiterations
* merged changes
* comply with PV/dir/ structure
* fix elk test
* comment out setWaitTime calls
* merge to current changes
* adding sleep as huiling suggested
* skip elk test which is hanging
* undo skip elk test which is hanging
* remove explicit set of iteration
* add javadoc
* remove unused constants and files
* updated code based on review
* updated code based on review1
* updated code based on review2
* deleting old jrf tests and commenting hanging test
* fixed MonExporter test
* fixed MonExporter test1
* Fixed issues running in parallel jenkins-ignore
* fixed MonExporter test3
* undo skip test
* undo skip test
* trying threadcountclasses 5
* remove unlimited thread count
* set percorethreadcount to false
* fixed MonExporter test4
* refactor itoperator into smaller classes
* increase thread count to 7
* fix quicktest issue
* added back monitoring exporter
* fixed db
* fixed db1
* delete commented out comments
* delete commented out comments1
* fix surefire plugin version
* update to it pom.xml
* fixing ItmonitoringExporter and Jrf test
* commenting elastic logging test
* add pod name and timeout, junit config
* fix namespace
* test with two profiles
* thread count 10
* add back wls jrf profile
* adding two profiles
* fixed shutdowntests and monexp for junit5
* reduce thread count
* junit5
* junit5-1
* junit5-2
* adding ingress check
* fixed intermitent issues
* fixed intermitent issues1
* add option to run parallel/sequential and fix failing test
* fixed intermitent issues2
* fixed intermitent issues3
* fixed intermitent issues4
* test
* fix temp failures
* test1
* test3
* test4
* adding cleanup in post-integration-test
* minor changes
* fixing README
* fixing README
* reverting the change
* Added request-timeout jenkins-ignore (#1344)
* added branch ver
* added mon branch
* added mon branch1
* faq for external clients (#1358)
* add external client faq entry
* add external client faq entry
* more updates to external-clients FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Update external-client FAQ
* Add namespace watch (#1350)
* Add namespace watcher
Signed-off-by: doxiao <[email protected]>
* Debugging namespace watcher
Signed-off-by: doxiao <[email protected]>
* More operator code changes
Signed-off-by: doxiao <[email protected]>
* Minor fix
Signed-off-by: doxiao <[email protected]>
* Minor debugging message fix
Signed-off-by: doxiao <[email protected]>
* Add a basic unit test case
Signed-off-by: doxiao <[email protected]>
* Complete the basic unit test case
Signed-off-by: doxiao <[email protected]>
* Take not only targetNamespaces, but also stopping state into consideration for start/stop namespaces
Signed-off-by: doxiao <[email protected]>
* Fix initial resource version for the watcher
Signed-off-by: doxiao <[email protected]>
* Cleanup
Signed-off-by: doxiao <[email protected]>
* remove unused import
Signed-off-by: doxiao <[email protected]>
* Cleanup
Signed-off-by: doxiao <[email protected]>
* Remove invalid entry from resources test
* Added support for Custom NameSpace for DB Service (#1349)
* Added support for Custom NameSpace for DB Service
* Missing updated files
* Modified the QA infra
* resolution to jenkin failure
* More changes to DbUtils.java
* More test modification
* Modification based on Review Comments
* Incorporated more review comments
* More Chanegs to README.md file
* More chages for PR Review
* Sync up latest develop branch
* Add env var for docker images url and more changes (#1363)
* fix checkstyle issues, sharingpv test
* fix checkstyle
* fix helm chart test
* fix for parallel runs
* fix pom to run post-integration-test
* fix pom for log format
* keep domain running if test fails for debugging
* adding javadoc and some refactoring
* remove spaces in domain namespace list
* Suncup Logging tests jenkins-ignore
* change the image name for domain in image test case
* synchronize ns update in LB
* Synced up ItElasticlogging test jenkins-ignore
* Synced up ItElasticlogging test jenkins-ignore
* debugging
* conflict when creating LB. So adding synchronization
* v1 change for ItPodsRestart tests in parallel
* adding unique image attribute
* adding unique name for conflicting domain yaml file
* fixing coherence test
* fixing image name and coherence test
* updated tests to support parallel runs
* try synchronize one more time
* increased helm timeout
* skip statedump.sh as its failing
* corrected checkstyle issues
* remove syncrhonize at method level
* corrected checkstyle issues1
* checkstyle1
* undo pom.xml change
* checkstyle2
* minor fix of exec order
* updated test to run in parallel
* fixed checkstyle
* uncommented one test, it will fails to run in paral
* fixed checkstyle
* switch between seq or parallel using var
* initial fix
* updated readme for parallel testing
* updated readme for parallel testing
* updated readme for parallel testing
* fixing the image name for dominimage
* Remove the tag
* Fix the image name pushing to registry
* convert SitConfig tests to run in paral
* Fixed Voyager issue when running StickySession test jenkins-ignore
* Fixed Voyager issue when running StickySession test 2 jenkins-ignore
* run against modified exporter branch temp
* Removed debugger from LoadBalance.java jenkins-ignore
* dir structure changes
* Added loop to wait Voyager gets ready jenkins-ignore
* fixed mysql jdbs driver
* del unchanged test files
* pvroot dir creation
* updated mysql creation
* fixed typo
* fixed typo1
* fix path
* itclass to lowercase
* fix sample test
* fix sample test
* updated version of Mon Exp, fixed SitConfig
* fixed checkstyle
* modify more tests
* fixed vars initializing
* fixed vars initializing1
* checkstyle
* initialize fix3
* initialize fix3
* fixed ns
* fixed ns1
* fixed dst
* fixed ns1
* fix1
* fix2
* fix3
* fixed fix4
* fixed fix5
* adding more tests with results dir changes
* adding more tests with changes
* refactor changes
* fix jrf result loc
* fixing jrf test
* exclude elasticlogging test
* fix jrf test
* fix jrf test
* fix jrf tests
* integration test changes to run with junit5
* refactoring
* create dir with root permissions
* run only quicktests for quicktests
* adding jrf tests
* initial version for JRf testsinparallel
* make getNewSuffixCnt synchronized and fix testClassName
* undo elasticlogging exclude
* Fixed a hanging issue jenkins-ignore
* change the pom.xml
* delete the old Jrf test class
* fixed fix6
* fixed fix7
* fix8
* code cleanup
* fix11
* fix11
* fix12
* fix13
* exclude itmonitoringexporter
* fix asserts in k8sUtils
* fix14
* fix15
* fix116
* fix17
* fix18
* fix19
* fix20
* switched back to master for monexp
* add junit properties file
* increasing global maxiterations
* merged changes
* comply with PV/dir/ structure
* fix elk test
* comment out setWaitTime calls
* merge to current changes
* adding sleep as huiling suggested
* skip elk test which is hanging
* undo skip elk test which is hanging
* remove explicit set of iteration
* add javadoc
* remove unused constants and files
* updated code based on review
* updated code based on review1
* updated code based on review2
* deleting old jrf tests and commenting hanging test
* fixed MonExporter test
* fixed MonExporter test1
* Fixed issues running in parallel jenkins-ignore
* fixed MonExporter test3
* undo skip test
* undo skip test
* trying threadcountclasses 5
* remove unlimited thread count
* set percorethreadcount to false
* fixed MonExporter test4
* refactor itoperator into smaller classes
* increase thread count to 7
* fix quicktest issue
* added back monitoring exporter
* fixed db
* fixed db1
* delete commented out comments
* delete commented out comments1
* fix surefire plugin version
* update to it pom.xml
* fixing ItmonitoringExporter and Jrf test
* commenting elastic logging test
* add pod name and timeout, junit config
* fix namespace
* test with two profiles
* thread count 10
* add back wls jrf profile
* adding two profiles
* fixed shutdowntests and monexp for junit5
* reduce thread count
* junit5
* junit5-1
* junit5-2
* adding ingress check
* add option to run parallel/sequential and fix failing test
* test
* test1
* test3
* test4
* adding cleanup in post-integration-test
* minor changes
* fixing README
* fixing README
* reverting the change
* Added request-timeout jenkins-ignore (#1344)
* remove duplicate test methods
* uncomment elastic search test
* changing to junit5
* add ability to take docker images url from env var
* use patch to update status (#1362)
* use patch to update status
* update domain status and log validation failures
* Remove UseContainerSupport and related option usage (#1368)
* Remove UseContainerSupport option usage
* Remove UseCGroupMemoryLimitForHeap option
* OWLS-78571 (Resolves #1252) - Config map not updated with new files on second run of create-domain.sh (#1367)
* replace contents of configmap if already exists
* replace contents of configmap if already exists
* Remove unneeded image pull secret (#1372)
* Revert "Remove unneeded image pull secret"
This reverts commit 1b52a227d677ed5f417e807be67c51bf8276ea2c.
* add Traefik notice
* Removed order dependency for tests, added more checks to avoid intermittent failures (#1375)
* synchronize ns update in LB
* Synced up ItElasticlogging test jenkins-ignore
* Synced up ItElasticlogging test jenkins-ignore
* debugging
* conflict when creating LB. So adding synchronization
* v1 change for ItPodsRestart tests in parallel
* adding unique image attribute
* adding unique name for conflicting domain yaml file
* fixing coherence test
* fixing image name and coherence test
* updated tests to support parallel runs
* try synchronize one more time
* increased helm timeout
* skip statedump.sh as its failing
* corrected checkstyle issues
* remove syncrhonize at method level
* corrected checkstyle issues1
* checkstyle1
* undo pom.xml change
* checkstyle2
* minor fix of exec order
* updated test to run in parallel
* fixed checkstyle
* uncommented one test, it will fails to run in paral
* fixed checkstyle
* switch between seq or parallel using var
* initial fix
* updated readme for parallel testing
* updated readme for parallel testing
* updated readme for parallel testing
* fixing the image name for dominimage
* Remove the tag
* Fix the image name pushing to registry
* convert SitConfig tests to run in paral
* Fixed Voyager issue when running StickySession test jenkins-ignore
* Fixed Voyager issue when running StickySession test 2 jenkins-ignore
* run against modified exporter branch temp
* Removed debugger from LoadBalance.java jenkins-ignore
* dir structure changes
* Added loop to wait Voyager gets ready jenkins-ignore
* fixed mysql jdbs driver
* del unchanged test files
* pvroot dir creation
* updated mysql creation
* fixed typo
* fixed typo1
* fix path
* itclass to lowercase
* fix sample test
* fix sample test
* updated version of Mon Exp, fixed SitConfig
* fixed checkstyle
* modify more tests
* fixed vars initializing
* fixed vars initializing1
* checkstyle
* initialize fix3
* initialize fix3
* fixed ns
* fixed ns1
* fixed dst
* fixed ns1
* fix1
* fix2
* fix3
* fixed fix4
* fixed fix5
* adding more tests with results dir changes
* adding more tests with changes
* refactor changes
* fix jrf result loc
* fixing jrf test
* exclude elasticlogging test
* fix jrf test
* fix jrf test
* fix jrf tests
* integration test changes to run with junit5
* refactoring
* create dir with root permissions
* run only quicktests for quicktests
* adding jrf tests
* initial version for JRf testsinparallel
* make getNewSuffixCnt synchronized and fix testClassName
* undo elasticlogging exclude
* Fixed a hanging issue jenkins-ignore
* change the pom.xml
* delete the old Jrf test class
* fixed fix6
* fixed fix7
* fix8
* code cleanup
* fix11
* fix11
* fix12
* fix13
* exclude itmonitoringexporter
* fix asserts in k8sUtils
* fix14
* fix15
* fix116
* fix17
* fix18
* fix19
* fix20
* switched back to master for monexp
* add junit properties file
* increasing global maxiterations
* merged changes
* comply with PV/dir/ structure
* fix elk test
* comment out setWaitTime calls
* merge to current changes
* adding sleep as huiling suggested
* skip elk test which is hanging
* undo skip elk test which is hanging
* remove explicit set of iteration
* add javadoc
* remove unused constants and files
* updated code based on review
* updated code based on review1
* updated code based on review2
* deleting old jrf tests and commenting hanging test
* fixed MonExporter test
* fixed MonExporter test1
* Fixed issues running in parallel jenkins-ignore
* fixed MonExporter test3
* undo skip test
* undo skip test
* trying threadcountclasses 5
* remove unlimited thread count
* set percorethreadcount to false
* fixed MonExporter test4
* refactor itoperator into smaller classes
* increase thread count to 7
* fix quicktest issue
* added back monitoring exporter
* fixed db
* fixed db1
* delete commented out comments
* delete commented out comments1
* fix surefire plugin version
* update to it pom.xml
* fixing ItmonitoringExporter and Jrf test
* commenting elastic logging test
* add pod name and timeout, junit config
* fix namespace
* test with two profiles
* thread count 10
* add back wls jrf profile
* adding two profiles
* fixed shutdowntests and monexp for junit5
* reduce thread count
* junit5
* junit5-1
* junit5-2
* adding ingress check
* fixed intermitent issues
* fixed intermitent issues1
* add option to run parallel/sequential and fix failing test
* fixed intermitent issues2
* fixed intermitent issues3
* fixed intermitent issues4
* test
* fix temp failures
* test1
* test3
* test4
* adding cleanup in post-integration-test
* minor changes
* fixing README
* fixing README
* reverting the change
* Added request-timeout jenkins-ignore (#1344)
* added branch ver
* added mon branch
* added mon branch1
* fixing interm issues
* interm fix
* interm fix1
* interm fix2
* fixed intem issues and order of exe
* clean up commented out code
* combined basic func tests into one
* Verify configured secrets before running introspector (#1369)
* Verify weblogic credentials secret before running introspector
* fix codestyle errors
* enforce namespace restriction for weblogicCredentialsSecret
* Add validations for image pull and config override secrets
* search for secrets in domain namespace only
* Install image pull secret even without a cluster
* Clean up ConfigMap watcher map and log messages (#1376)
* update docs (#1345)
* update docs
* update script
* update WLS image version (#1357)
* Correct log messages for CM creation/replacement/exists and for security checks
Signed-off-by: doxiao <[email protected]>
* Avoid potential NPE
Signed-off-by: doxiao <[email protected]>
* Minor fix
Signed-off-by: doxiao <[email protected]>
Co-authored-by: Rosemary Marano <[email protected]>
* OWLS 72829: Separate JVM arguments for NM and server instance (#1373)
* initial implementation for separating JVM arguments for NM and server instances
* cleanup trace debug statements
* Changes based on review feedback
* removed extraneous '.'
* incorporated Rosemary Marano's documentation review changes
* added description for default values of USER_MEM_ARGS
* Remove extraneous '_'
* add SOA samples (#1371)
* add SOA samples
* edit SOA sample and delete images
* incorporate Samba comments
* Fix ItOperator testDomainOnPvUsingWdt test on external Jenkins (#1378)
* fix for itoperator test failure and npe
* make OCR user/password mandatory as its required for multi node cluster
* Opupgradefix (#1379)
* Fix the image property in operator map when running in shared cluster and
it has operatorImageName and operatorImageTag
* No need to have another if check, the presence of operatorImageName and
Tag should be enough to set the image params regardless where it is
running
* add FAQs for mapping PVC and ConfigMap to instances (#1381)
* add FAQs for mapping PVC and ConfigMap to instances
* Address initial review comments
* Quoted more names
* Nm mem args (#1382)
* set -Djava.security.egd=file:/dev/./urandom for Node Manager, if not defined
* update user guide to include defaulting information about java security property
* default memory and Java security values if NODEMGR_MEM_ARGS environment variable not defined
* Fix some of the intermittent failures on external jenkins (#1385)
* fix for itoperator test failure and npe
* make OCR user/password mandatory as its required for multi node cluster
* retry curl to fix intermittent failures on ext jenkins
* exclude itmonitoringexporter
* fixing dir check intermittent failure in external jenkins
* fix for intemittent NoRouteToHostException
* fix checkstyle errors
* remove monitoring exporter exclude
* Make getAdminService idempotent (#1383)
* Make getAdminService idempotent
* Only update status when it changes
* Introspect Test Fix: integration test PV directory cleanup now expects tests to be one directory deeper (#1387)
* increase DB connection attempts (#1386)
* Get NM thread dump if NM times out. Also fix NM .out dump to stdout. (#1388)
* Upgrade Kubernetes Java client to 7.0.0 (#1389)
* Move to client version 7.0.0
* Kubernetes java-client version 7.0.0
* Correct parameter
* Missing copyrights
* Disable unnecessary API client pooling
* Review comments
* fix kubectl cp with the latest FMW image (#1390)
* Fix use of dryRun (#1393)
* Fix WLDF scaling test that's failing with updated WebLogic image on OCR (#1391)
* fix for itoperator test failure and npe
* make OCR user/password mandatory as its required for multi node cluster
* retry curl to fix intermittent failures on ext jenkins
* exclude itmonitoringexporter
* fixing dir check intermittent failure in external jenkins
* fix for intemittent NoRouteToHostException
* fix checkstyle errors
* remove monitoring exporter exclude
* exclude monexp tests
* list dir
* list dir
* list dir
* list dir
* list dir
* list dir
* change permission on file
* using TestUtils for copy/cat
* using TestUtils for copy/cat
* undo mon exp exclude
* Made some changes to run MonExporter test in external Jenkins (#1392)
* added changes to support extjen runs
* added changes to support extjen runs1
* fixed image policy
* fixed image policy1
* corrected secret gen
* deleted debug commands (#1397)
* comment out get pods k8s comm
* comment out get pods k8s comm1
* cleanup
* [OWLS-79168] Run operator as non-root user (#1399)
* change operator to run with non-root user
* add user and group definitions
* reorder dockerfile to minimize image size
* fix broken link
* When patching fails, re-read the domain and recompute the patch (#1401)
* PR: Owls 79241 improve JRF domain cleanup logic (#1402)
* improve cleanup logic for JRF domain
* improve cleanup of JRF domain
* made conditional to create imagepull secret (#1403)
* comment out get pods k8s comm
* comment out get pods k8s comm1
* cleanup
* made conditional pull secret creation
* Helm3 owls 79158 (#1396)
* Add helm 3 support and update doc
* update doc for helm update command
* update doc wordings
* update doc
* update doc
* update doc
* update doc
* update doc
* change formatting and wordings
* capitalized Helm
* format change
* Fix formatting
* change formatting
* fix formatting
* Update cleanup.md
* Update create-domain.md
* Update namespace-management.md
* Update namespace-management.md
* Update namespace-management.md
* Update secrets.md
* Update certificates.md
* Update _index.md
* Update _index.md
* Update namespace-management.md
* Update _index.md
* Update cleanup.md
* Update prepare.md
* Update _index.md
* add apiVersion: v1 to Chart.yaml for helm 3 backward compatibility
* fixed bad character
* format change
* Update _index.md
* Update _index.md
* review and edit files
* Update _index.md
* Update install.md
Co-authored-by: Rosemary Marano <[email protected]>
* owls-77750 dedicated ns (#1384)
* Work in progress
* More changes and merge with develop
Signed-off-by: doxiao <[email protected]>
* More changes
Signed-off-by: doxiao <[email protected]>
* Work around issues with CRD validation and fix an installation test failure
Signed-off-by: doxiao <[email protected]>
* Fix installation test failure
Signed-off-by: doxiao <[email protected]>
* Fixing installation test failure in Jenkins
Signed-off-by: doxiao <[email protected]>
* More change for dedicated in installation test
Signed-off-by: doxiao <[email protected]>
* One more change
Signed-off-by: doxiao <[email protected]>
* Minor fix of nonresource security
Signed-off-by: doxiao <[email protected]>
* update operator charts docs
Signed-off-by: doxiao <[email protected]>
* Workaround generated CRD yaml issue
Signed-off-by: doxiao <[email protected]>
* Move the generated crd to a different location
Signed-off-by: doxiao <[email protected]>
* Move generated crd
Signed-off-by: doxiao <[email protected]>
* Fix podresets permission error
Signed-off-by: doxiao <[email protected]>
* Check and skip access to cluster level resources and update copyright
Signed-off-by: doxiao <[email protected]>
* Improve security check code
Signed-off-by: doxiao <[email protected]>
* Cleanup cluster security checks and add log messages
Signed-off-by: doxiao <[email protected]>
* Update generated domain crd yaml and clean up logging
Signed-off-by: doxiao <[email protected]>
* Add more logging
Signed-off-by: doxiao <[email protected]>
* Add basic unit test cases for "dedicated"
Signed-off-by: doxiao <[email protected]>
* Add doc contents plus cleanup
Signed-off-by: doxiao <[email protected]>
* Fix validation
Signed-off-by: doxiao <[email protected]>
* Turn off verify boolen for dedicated value
Signed-off-by: doxiao <[email protected]>
* add unit tests
* Address review comments from Mark
Signed-off-by: doxiao <[email protected]>
* Address doc comments from Rosemary
Signed-off-by: doxiao <[email protected]>
* Rebuilt files
Co-authored-by: Ryan Eberhard <[email protected]>
Co-authored-by: Russell Gold <[email protected]>
* Fix Helm tests
* Remove defunct test
* delete the domain in image created for the test (#1404)
* delete domain image for all domain in image tests at the end
* del image
* fix checkstyle
* fix copyright
* adding javadoc
* fix copyright
* Remove permissions to cluster-level resources (#1411)
Signed-off-by: doxiao <[email protected]>
* merge 1408 into develop
* Change log to INFO and omit stack trace (#1410)
* Change log to INFO and omit stack trace
* correct log message
* Update CheckStyle plugin version and take latest rule set (#1417)
* WIP: updating checkstyle plugin and rules
* update checkstyle rules with derek
* WIP - fixing checkstyle violations
* fixing violations
* fixing violations
* fixing violations
* fixing violations
* style cleanup - after checkstyle update
* fixing violations
* style cleanup - after checkstyle update
* fixing violations
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* fixing violations
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* fixing violations
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* fixing violations
* fixing violations
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* fixing violations
* Update WeblogicApi
* Fix build
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* style cleanup - after checkstyle update
* Additional javadoc
* Resolve more CheckStyle errors
* Work in progress
* CheckStyle clean
* Copyright dates
Co-authored-by: Derek Sharpe <[email protected]>
Co-authored-by: Ryan Eberhard <[email protected]>
* Fixed image pull policy for external jenkin, added cleanup for wls image (#1416)
* cleaned domain image, changed policy to Always
* fixed typos
* fixed typos1
* fixed typo3
* fixed typos4
* fixed checkstyle
* fixed grafana port number
Co-authored-by: Ryan Eberhard <[email protected]>
* Owls79453 (#1418)
* change port range and connectexception string
* fix port range and remove unused method
* revert port change
Co-authored-by: Ryan Eberhard <[email protected]>
* Update for new license format (#1420)
* Use deploy tool version 1.7.0 (#1421)
* Use deploy tooling release 1.7.0
* Revert unintended change
* Dependency and plugin version updates for 2.5.0 (#1423)
* Owls 79377 (#1407)
* Modified setup.sh to work with Helm 2.x/3.x
* Modified CopyRight Statement
* resolution to review comments
* Addressed more review comments
* modified helm search command and add functionality to add NameSpace if does not exits
* Modify the uninstall command for Helm 3.x
* Added support for Custom Voyager Version
* Explict Helm Version Check
* Explict Helm Version Check; Get the Voyager Doc Change from PR 1406
Co-authored-by: Ryan Eberhard <[email protected]>
* jenkins-ignore - testing gitlab-ci
* jenkins-ignore - testing gitlab-ci
* Delete .gitlab-ci.yml
* New branch for Wit sample tests, using DomainMap to change image tag (#1424)
* New b ranch for WIT sample test jenkins-ignore
* New b ranch for WIT sample test jenkins-ignore
* Added the test to USECASES.MD jenkins-ignore
* fix copyright notice
* fix copyright notice
* fix copyright notice
* fix copyright notice
* fix copyright notice
Co-authored-by: Mark Nelson <[email protected]>
* Fixed test to support different LB's (#1422)
* added support for other LBs
* fixed checkstyle
* fixed string
* fixed lb
* added extra check
* fixed some logic
* fixed logic
* fixed checkstyle
* updated to newest grafana/prom versions
* fixed logic
* fixed logic1
* made promalertmager port generated
* fixed lb
* promval
* changed back grafana version due not compatable with tiller version
* changed back grafana version due not compatable with tiller version1
* updated grafana ver
* updated grafana ver1
* added condition for imagepull policy
* modified shell script
* reverted prom version
* merge 1425 to develop
* MARK: SOA doc merge (#1427)
* update docs (#1345)
* update docs
* update script
* Doc updates for SOA
* incorporated review comments for PR #1351
* Corrected link to soa index.md
* updated docs for review comments
* updated the latest links for pages
* update WLS image version (#1357)
* updated docs to resolve review comments
* add Traefik notice (#1374)
* Reverted the SOA documenatation related changes
* fix for SOA managed server startup failure issue (bug 30433422)
* added create-oracle-db-service code to SOA
* fix broken link (#1400)
* removed create-oracle-db-service code from this branch
* Updated SOA docs with latest information
* updated soa doc with latest db creation steps
* Remove the build badge which is not using https, does not have a (#1408)
valid cert, and which is not being used 'right' anyway - not
pointing to a consistent branch.
* create image with Image Tool (#1398)
* create image with Image Tool
* fix JDK version number
* FIX MISTAKES YIKES
* additional edits
* Added README.md for SOA
* Updated links
* mark is reviewing
* review edits
* mark is still editing
* update samples
* minor edits
* address review comments
Co-authored-by: Rosemary Marano <[email protected]>
Co-authored-by: Sambasiva Battagiri <[email protected]>
* Add weight to OCI FSS FAQ entry (#1428)
* pull updated fgaw from master:
* PR: Accommodate the latest FMW image change (#1419)
* fix the latest FMW image issue
* fix the latest FMW image issue
* fix the latest FMW image issue
* fix the latest FMW image issue
* fix the latest FMW image issue
* increase pod loop count
* fix a typo
* revert ItJrfPvWlst.java change
* copyright change
* resolve the conflicts
* Unit test support for Helm 2 and 3 (#1432)
* Unit test support for Helm 2 and 3
* Adjust helm version check for older versions
* Remove bad test
* cherrypick merge 1431 from master into develop
* Remove unnecessary privileges and run successfully with missing cluster privs (#1435)
* Reduce required and given privilege
* Fix Helm tests
* Update docs and prepare for privilege checking
* Reorganize namespace start so that security check information is available
* Remove unnecessary code and privileges
* Work in progress
* Don't watch namespaces on dedicated
* Finish skip or fail if not authorized
* Fix dedicated mode failures
* Rebuild files
* More doc updates for dedicated namespace (#1405)
* More doc updates for dedicated namespace
Signed-off-by: doxiao <[email protected]>
* Reword a sentence to address Rosemary's review comment.
Signed-off-by: doxiao <[email protected]>
* Add notice to service-accounts.md pointing to "dedicated" namespaces.
Signed-off-by: doxiao <[email protected]>
* Minor formatting change
Signed-off-by: doxiao <[email protected]>
* More doc update, and split the notice into two.
Signed-off-by: doxiao <[email protected]>
* Add one more sentence
Signed-off-by: doxiao <[email protected]>
* Minor format change
Signed-off-by: doxiao <[email protected]>
Co-authored-by: Ryan Eberhard <[email protected]>
* add check for dynamic-servers with no name element (#1434)
* Add /logs directory (#1436)
* Commented out ItMonitoringExporter test (#1438)
* added support for other LBs
* fixed checkstyle
* fixed string
* fixed lb
* added extra check
* fixed some logic
* fixed logic
* fixed checkstyle
* updated to newest grafana/prom versions
* fixed logic
* fixed logic1
* made promalertmager port generated
* fixed lb
* promval
* changed back grafana version due not compatable with tiller version
* changed back grafana version due not compatable with tiller version1
* updated grafana ver
* updated grafana ver1
* added condition for imagepull policy
* modified shell script
* reverted prom version
* added ignore to skip the test
* Update supported versions before 2.5.0 release (#1437)
* Build charts
* Update WDT and WIT versions (#1441)
* Fix what is broken (#1443)
* No longer skip based on pre-auth
* Clarify when to run namespace vs cluster access checks
* Clean-up some more access check logs
* excluded MonExp via pom.xml
* Add comment
Co-authored-by: Marina Kogan <[email protected]>
* Restore older version docs
* Remove dead code and add final modifiers (#1444)
* Remove dead code and add final modifiers
* Remove a few final designations that were modified by stubs in unit-tests
* Domain secret MD5 checksum. (#1445)
* Domain secret MD5 checksum.
* Domain secret MD5 checksum: fix to handle live upgrade case.
* cherrypick 1429 from master
* cherrypick 1448 from master
* Late version updates (#1449)
* Update javadoc
* Version updates
Co-authored-by: Antaryami Panigrahi <[email protected]>
Co-authored-by: Russell Gold <[email protected]>
Co-authored-by: Mark Nelson <[email protected]>
Co-authored-by: Vanajakshi Mukkara <[email protected]>
Co-authored-by: Anthony Lai <[email protected]>
Co-authored-by: Huiling Zhao <[email protected]>
Co-authored-by: alan-cao <[email protected]>
Co-authored-by: Dongbo Xiao <[email protected]>
Co-authored-by: Craig Perez <[email protected]>
Co-authored-by: Marina Kogan <[email protected]>
Co-authored-by: Sambasiva Battagiri <[email protected]>
Co-authored-by: Derek Sharpe <[email protected]>
Co-authored-by: Lenny Phan <[email protected]>
Co-authored-by: Rosemary Marano <[email protected]>
Co-authored-by: Michael Gianatassio <[email protected]>
Co-authored-by: Bhavani Ravichandran <[email protected]>
Co-authored-by: Maggie He <[email protected]>
Co-authored-by: Tom Barnes <[email protected]>
Co-authored-by: Sankar Periyathambi Neelakandan <[email protected]>
Co-authored-by: Johnny Shum <[email protected]>1 parent b002bed commit 075416c
File tree
1,474 files changed
+77324
-96161
lines changed- build-tools
- src/main/resources/weblogic-kubernetes-operator/checkstyle
- buildtime-reports
- docs-source
- content
- faq
- quickstart
- samples/simple
- domains
- domain-home-in-image
- domain-home-on-pv
- fmw-domain
- elastic-stack
- soa-domain
- weblogic-domain
- rest
- storage
- security
- userguide
- introduction
- managing-domains
- configoverrides
- domain-lifecycle
- managing-operators
- installation
- using-the-operator
- docs
- apidocs
- jquery
- images
- oracle/kubernetes
- json
- class-use
- mojo
- class-use
- operator
- authentication
- class-use
- builders
- class-use
- calls
- class-use
- unprocessable
- class-use
- class-use
- helpers
- class-use
- http
- class-use
- logging
- class-use
- rest
- backend
- class-use
- class-use
- model
- class-use
- resource
- class-use
- steps
- class-use
- utils
- class-use
- watcher
- class-use
- wlsconfig
- class-use
- work
- class-use
- utils
- class-use
- weblogic/domain
- api
- class-use
- class-use
- model
- class-use
- script-dir
- external/jquery
- images
- jszip-utils/dist
- jszip/dist
- charts
- domains
- swagger
- integration-tests
- src/test
- java/oracle/kubernetes/operator
- utils
- resources
- apps
- coherence-proxy-client
- src/main
- java/cohapp
- resources
- coherenceapp
- ear
- META-INF
- gar
- META-INF
- pof
- httpsessionreptestapp
- WEB-INF
- stickysessionapp
- WEB-INF
- testwsapp
- WEB-INF
- charts/ingress-per-domain
- domain-home-on-pv
- exporter
- imagetool
- loggingexporter
- mysql
- scripts
- sitconfig
- java
- scripts
- webhook
- json-schema-maven-plugin
- src
- main/java/oracle/kubernetes/json/mojo
- test/java/oracle/kubernetes/json/mojo
- json-schema
- src
- main/java/oracle/kubernetes/json
- test/java/oracle/kubernetes/json
- kubernetes
- charts/weblogic-operator
- templates
- crd
- internal
- samples
- charts
- apache-webtier
- templates
- ingress-per-domain
- util
- voyager
- scripts
- common
- create-fmw-infrastructure-domain/domain-home-on-pv
- common
- wdt
- wlst
- create-oracle-db-service
- common
- create-rcu-credentials
- create-rcu-schema
- common
- create-soa-domain/domain-home-on-pv/wlst
- create-weblogic-domain-credentials
- create-weblogic-domain-pv-pvc
- create-weblogic-domain
- domain-home-in-image
- domain-home-on-pv
- common
- wdt
- wlst
- elasticsearch-and-kibana
- rest
- terraform
- src/test
- java/oracle/kubernetes/operator
- create
- helm
- utils
- scripts
- operator
- src
- main
- java/oracle/kubernetes
- operator
- authentication
- builders
- calls
- unprocessable
- helpers
- http
- logging
- rest
- backend
- model
- resource
- steps
- utils
- watcher
- wlsconfig
- work
- utils
- weblogic/domain
- api
- model
- resources
- scripts
- test
- java/oracle/kubernetes
- custom
- job
- json
- operator
- builders
- calls
- unprocessable
- helpers
- http
- logging
- rest
- steps
- utils
- wlsconfig
- work
- utils
- weblogic/domain
- model
- resources/oracle/kubernetes/weblogic/domain/model
- src
- integration-tests
- bash
- introspector
- java
- kubernetes
- scripts
- scaling
- swagger
- src/main
- java/oracle/kubernetes/operator
- resources
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
1,474 files changed
+77324
-96161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
21 | 28 | | |
22 | 29 | | |
23 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
Lines changed: 112 additions & 43 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
0 commit comments