Skip to content

Commit 9fae507

Browse files
committed
Merge remote-tracking branch 'origin/pv-domain-simplify-doc-update-withsample-new' into OWLS-109113
2 parents 0545e38 + 1caddc0 commit 9fae507

File tree

2,777 files changed

+802
-231605
lines changed

Some content is hidden

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

2,777 files changed

+802
-231605
lines changed

.github/workflows/publish-github-pages.yml

Lines changed: 0 additions & 57 deletions
This file was deleted.

Jenkinsfile.oke

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,16 +61,16 @@ pipeline {
6161

6262
string(name: 'KUBE_VERSION',
6363
description: 'kube version for oke cluster',
64-
defaultValue: '1.25.4'
64+
defaultValue: '1.26.2'
6565
)
6666
string(name: 'IMAGE_ID',
6767
description: 'oci image id for node pool, find image OCID for your region from https://docs.oracle.com/iaas/images/',
6868
//defaultValue7.6: 'ocid1.image.oc1.phx.aaaaaaaancucg25pze6m52agxwxmmfszvsdnhp3kvim53pts2tw6mik4xtha'
69-
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaancq36l7q4fqwznqhnp626wuekkq7twk2em5ysyd65bd4xho72tmq'
69+
defaultValue: 'ocid1.image.oc1.phx.aaaaaaaanubtknjwx3bra4zvi3kuwgkpiku2brdjjzj5eiv7pimmzfjka4dq'
7070
)
7171
string(name: 'KUBECTL_VERSION',
7272
description: 'kubectl version',
73-
defaultValue: '1.25.4'
73+
defaultValue: '1.26.2'
7474
)
7575
string(name: 'HELM_VERSION',
7676
description: 'Helm version',
@@ -113,25 +113,33 @@ pipeline {
113113
description: '',
114114
defaultValue: 'phx.ocir.io'
115115
)
116+
string(name: 'NODE_SHAPE',
117+
description: '',
118+
defaultValue: 'VM.Standard.E3.Flex'
119+
)
120+
string(name: 'BRANCH',
121+
description: '',
122+
defaultValue: 'okeextfix'
123+
)
116124
string(name: 'WEBLOGIC_IMAGE_NAME',
117125
description: 'WebLogic base image name. Default is the image name in OCIR. Use middleware/weblogic for OCR.',
118-
defaultValue: 'weblogick8s/test-images/weblogic'
126+
defaultValue: 'test-images/weblogic'
119127
)
120128
string(name: 'WEBLOGIC_IMAGE_TAG',
121129
description: '12.2.1.3 (12.2.1.3-ol7) , 12.2.1.3-dev (12.2.1.3-dev-ol7), 12.2.1.3-ol8, 12.2.1.3-dev-ol8, 12.2.1.4, 12.2.1.4-dev(12.2.1.4-dev-ol7) , 12.2.1.4-slim(12.2.1.4-slim-ol7), 12.2.1.4-ol8, 12.2.1.4-dev-ol8, 12.2.1.4-slim-ol8, 14.1.1.0-11-ol7, 14.1.1.0-dev-11-ol7, 14.1.1.0-slim-11-ol7, 14.1.1.0-8-ol7, 14.1.1.0-dev-8-ol7, 14.1.1.0-slim-8-ol7, 14.1.1.0-11-ol8, 14.1.1.0-dev-11-ol8, 14.1.1.0-slim-11-ol8, 14.1.1.0-8-ol8, 14.1.1.0-dev-8-ol8, 14.1.1.0-slim-8-ol8',
122130
defaultValue: '12.2.1.4'
123131
)
124132
string(name: 'FMWINFRA_IMAGE_NAME',
125133
description: 'FWM Infra image name. Default is the image name in OCIR. Use middleware/fmw-infrastructure for OCR.',
126-
defaultValue: 'weblogick8s/test-images/fmw-infrastructure'
134+
defaultValue: 'test-images/fmw-infrastructure'
127135
)
128136
string(name: 'FMWINFRA_IMAGE_TAG',
129137
description: 'FWM Infra image tag',
130138
defaultValue: '12.2.1.4'
131139
)
132140
string(name: 'DB_IMAGE_NAME',
133141
description: 'Oracle DB image name. Default is the image name in OCIR, use database/enterprise for OCR.',
134-
defaultValue: 'weblogick8s/test-images/database/enterprise'
142+
defaultValue: 'test-images/database/enterprise'
135143
)
136144
string(name: 'DB_IMAGE_TAG',
137145
description: 'Oracle DB image tag',
@@ -205,7 +213,7 @@ pipeline {
205213
stage('Setup terraform property file ') {
206214
environment {
207215
OKE_CLUSTER_NAME="${CLUSTER_NAME}"
208-
NODE_SHAPE="VM.Standard2.24"
216+
NODE_SHAPE="${NODE_SHAPE}"
209217
IMAGE_ID="${IMAGE_ID}"
210218
OCI_PROP_FILE="${WORKSPACE}/terraform/oci.prop"
211219
TVARS_FILE = credentials("${terraform_property_file}")

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can:
1111
* Supply WebLogic domain configuration using:
1212
* _Model in Image_: Includes [WebLogic Deploy Tooling](https://github.com/oracle/weblogic-deploy-tooling) models and archives in a container image.
1313
* _Domain in Image_: Includes a WebLogic domain home in a container image.
14-
* _Domain in PV_: Locates WebLogic domain homes in a Kubernetes PersistentVolume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
14+
* _Domain on PV_: Locates WebLogic domain homes in a Kubernetes PersistentVolume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
1515
* Configure deployment of WebLogic domains as Kubernetes resources (using Kubernetes custom resource definitions).
1616
* Override certain aspects of the WebLogic domain configuration; for example, use a different database password for different deployments.
1717
* Start and stop servers and clusters in the domain based on declarative startup parameters and desired states.

documentation/2.5/README.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

documentation/2.5/config.toml

Lines changed: 0 additions & 18 deletions
This file was deleted.

documentation/2.5/content/_index.md

Lines changed: 0 additions & 128 deletions
This file was deleted.

documentation/2.5/content/developerguide/_index.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)