Skip to content

Commit c832f07

Browse files
committed
Merge branch 'owls-70659' of https://github.com/oracle/weblogic-kubernetes-operator into owls-70659
2 parents c88eb7b + c95b821 commit c832f07

File tree

131 files changed

+2824
-2638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

131 files changed

+2824
-2638
lines changed

README.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Oracle is finding ways for organizations using WebLogic Server to run important
1818
* Scale WebLogic domains by starting and stopping Managed Servers on demand, or by integrating with a REST API to initiate scaling based on WLDF, Prometheus, Grafana, or other rules.
1919
* Publish operator and WebLogic Server logs into Elasticsearch and interact with them in Kibana.
2020

21-
The fastest way to experience the operator is to follow the [Quick start guide](site/quickstart.md), or you can peruse our [documentation](site), read our blogs, or try out the [samples](kubernetes/samples/README.md).
21+
The fastest way to experience the operator is to follow the [Quick start guide](site/quickstart.md), or you can peruse our [documentation](site), read our [blogs](https://blogs.oracle.com/weblogicserver/how-to-weblogic-server-on-kubernetes), or try out the [samples](kubernetes/samples/README.md).
2222

2323
# About this documentation
2424

@@ -52,7 +52,15 @@ The [User guide](site/user-guide.md) provides detailed information about all asp
5252

5353
# Samples
5454

55-
**TODO** put a list of samples here with a summary and links
55+
Please refer to our [samples](kubernetes/samples/README.md) for information about the available sample code we provide.
56+
57+
# Need more help?
58+
59+
We have a public Slack channel where you can get in touch with us to ask questions about using the operator. To join our channel, please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to #operator and say, "hello!"
60+
61+
# Recent changes
62+
63+
See [Recent changes](site/recent-changes.md) for changes to the operator, including any backward incompatible changes.
5664

5765
# Developer guide
5866

@@ -70,15 +78,6 @@ Documentation for APIs is provided here:
7078

7179
* [Javadoc](https://oracle.github.io/weblogic-kubernetes-operator/apidocs/index.html) for the operator.
7280

73-
## Need more help?
74-
75-
We have a public Slack channel where you can get in touch with us to ask questions about using the operator. To join our channel, please [visit this site to get an invitation](https://weblogic-slack-inviter.herokuapp.com/). The invitation email will include details of how to access our Slack workspace. After you are logged in, please come to #operator and say, "hello!"
76-
77-
## Recent changes
78-
79-
See [Recent changes](site/recent-changes.md) for changes to the operator, including any backward incompatible changes.
80-
81-
8281
# Contributing to the operator
8382

8483
Oracle welcomes contributions to this project from anyone. Contributions may be reporting an issue with the operator or submitting a pull request. Before embarking on significant development that may result in a large pull request, it is recommended that you create an issue and discuss the proposed changes with the existing developers first.

integration-tests/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,12 @@ Full test use cases
4848
* shutdown and delete domain7
4949
* create domain domain8 and test that create domain fails when its pv is already populated by a shutdown domain
5050
* create another domain domain9 with APACHE load balancer and access admin console via LB port. shutdown domain.
51-
* create another domain domain10 with mostly default values from sample domain inputs, mainly exposeAdminT3Channel and exposeAdminNodePort which are false by default and verify domain startup and cluster scaling using operator rest endpoint works.
51+
* create another domain domain10 with mostly default values from sample domain inputs, mainly exposeAdminT3Channel and exposeAdminNodePort which are false by default and verify domain startup and cluster scaling using operator rest endpoint works.
52+
* create another domain domain11 with listen address not set for admin server and t3 channel and incorrect file for admin server log
53+
* verify automatic situational config override works by bringing up the domain and by doing checks 2 - 5 listed in quick test
54+
* create another domain domain12 with some junk value for t3 channel public address and using custom situational config override replace with valid public address
55+
* verify the domain by doing checks 2 - 5 listed in quick test
56+
5257

5358

5459
# Directory Configuration and Structure

integration-tests/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@
5959
<dependency>
6060
<groupId>com.google.guava</groupId>
6161
<artifactId>guava</artifactId>
62-
<version>25.1-jre</version>
62+
<version>${guava-version}</version>
6363
</dependency>
6464
<dependency>
6565
<groupId>org.yaml</groupId>
6666
<artifactId>snakeyaml</artifactId>
67-
<version>1.21</version>
67+
<version>${snakeyaml-version}</version>
6868
</dependency>
6969
<dependency>
7070
<groupId>io.kubernetes</groupId>

0 commit comments

Comments
 (0)