Commit b8d4c88
authored
Operator version 2.4.0 (#1333)
* 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 4a8382d.
* 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 <dongbo.xiao@oracle.com>
* 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 980a5ac.
* 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 <dongbo.xiao@oracle.com>
* Fix a minor typo
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Fix format
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More format changes
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Correct the wrong example job output
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More edits
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More edits
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More edits
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More fine tuning of the contents
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* More edits
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Add cross-references
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* One more cross-reference
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Add links to inidivual sections and add a section for getting the domainNamespaces value
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Fix a typo
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* incorprate edits
* Adjust cross-references
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Timestamp
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* Reword the last section about restart operator pod
Signed-off-by: doxiao <dongbo.xiao@oracle.com>
* 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 helm/charts#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
* Move to 2.4.0
* Prepare file permissions on persistent volume using an init container (#1332)
* Prepare file permissions on persistent volume using an init container
* Correct location of volumes
* Revert changes to archives1 parent 24b0612 commit b8d4c88
File tree
815 files changed
+8804
-5263
lines changed- build-tools/src/main/resources/weblogic-kubernetes-operator/checkstyle
- buildtime-reports
- docs-source/content
- faq
- samples/simple
- domains/soa-domain
- elastic-stack/weblogic-domain
- userguide
- experimental
- managing-domains
- managing-fmw-domains/soa-suite
- docs
- 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
- templates
- domain-home-on-pv
- exporter
- 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
- internal
- samples
- charts
- apache-samples/custom-sample
- apache-webtier
- templates
- ingress-per-domain
- templates
- util
- scripts
- common
- create-fmw-infrastructure-domain
- domain-home-in-image
- common
- domain-home-on-pv
- common
- wdt
- wlst
- create-rcu-schema
- common
- create-soa-domain/domain-home-on-pv
- common
- create-database
- wdt
- wlst
- create-weblogic-domain-credentials
- create-weblogic-domain-pv-pvc
- create-weblogic-domain
- domain-home-in-image
- domain-home-on-pv
- common
- wdt
- wlst
- manually-create-domain
- delete-domain
- 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
- site
- v1.0
- v1.1
- 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.
815 files changed
+8804
-5263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
| 1 | + | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | | - | |
13 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
14 | 17 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
18 | 23 | | |
19 | 24 | | |
20 | | - | |
21 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
| 1 | + | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
| 2 | + | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
Lines changed: 25 additions & 22 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
111 | 113 | | |
112 | 114 | | |
113 | 115 | | |
114 | | - | |
| 116 | + | |
115 | 117 | | |
116 | | - | |
| 118 | + | |
117 | 119 | | |
118 | | - | |
| 120 | + | |
119 | 121 | | |
120 | 122 | | |
121 | 123 | | |
| |||
139 | 141 | | |
140 | 142 | | |
141 | 143 | | |
142 | | - | |
| 144 | + | |
143 | 145 | | |
144 | 146 | | |
145 | 147 | | |
146 | 148 | | |
147 | 149 | | |
148 | 150 | | |
149 | 151 | | |
150 | | - | |
| 152 | + | |
151 | 153 | | |
152 | 154 | | |
153 | 155 | | |
| |||
157 | 159 | | |
158 | 160 | | |
159 | 161 | | |
| 162 | + | |
160 | 163 | | |
161 | 164 | | |
162 | 165 | | |
| |||
192 | 195 | | |
193 | 196 | | |
194 | 197 | | |
195 | | - | |
| 198 | + | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| |||
248 | 251 | | |
249 | 252 | | |
250 | 253 | | |
251 | | - | |
| 254 | + | |
252 | 255 | | |
253 | 256 | | |
254 | 257 | | |
| |||
397 | 400 | | |
398 | 401 | | |
399 | 402 | | |
400 | | - | |
| 403 | + | |
401 | 404 | | |
402 | 405 | | |
403 | 406 | | |
| |||
441 | 444 | | |
442 | 445 | | |
443 | 446 | | |
444 | | - | |
| 447 | + | |
445 | 448 | | |
446 | 449 | | |
447 | 450 | | |
448 | | - | |
| 451 | + | |
449 | 452 | | |
450 | 453 | | |
451 | 454 | | |
| |||
456 | 459 | | |
457 | 460 | | |
458 | 461 | | |
459 | | - | |
| 462 | + | |
460 | 463 | | |
461 | 464 | | |
462 | 465 | | |
| |||
484 | 487 | | |
485 | 488 | | |
486 | 489 | | |
487 | | - | |
488 | | - | |
489 | | - | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
490 | 493 | | |
491 | 494 | | |
492 | 495 | | |
| |||
501 | 504 | | |
502 | 505 | | |
503 | 506 | | |
504 | | - | |
505 | | - | |
506 | | - | |
507 | | - | |
508 | | - | |
509 | | - | |
510 | | - | |
511 | | - | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
512 | 515 | | |
513 | 516 | | |
514 | 517 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
249 | | - | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
0 commit comments