From 8f5f17423b277d3f8205319f7c36ab3b97d90c9b Mon Sep 17 00:00:00 2001 From: Ryan Eberhard Date: Thu, 14 Dec 2023 23:18:50 +0000 Subject: [PATCH] Cherry-pick branch 'rm/change-internal-link' into 'release/4.1' --- .../site/content/managing-domains/domain-on-pv/jrf-domain.md | 2 +- .../site/content/managing-domains/domain-on-pv/usage.md | 2 +- .../managing-domains/major-weblogic-version-upgrade/_index.md | 2 +- .../site/content/managing-domains/model-in-image/move-to-pv.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/site/content/managing-domains/domain-on-pv/jrf-domain.md b/documentation/site/content/managing-domains/domain-on-pv/jrf-domain.md index 7dd8d39a1d9..71d91633669 100644 --- a/documentation/site/content/managing-domains/domain-on-pv/jrf-domain.md +++ b/documentation/site/content/managing-domains/domain-on-pv/jrf-domain.md @@ -59,7 +59,7 @@ and, if you use the original models to create the domain again, then you will lo After the domain is created, the operator will automatically export the OPSS wallet and store it in an introspector ConfigMap; the name of the ConfigMap follows the pattern `-weblogic-domain-introspect-cm` with the key `ewallet.p12`. Export this file and put it in a safe place. The operator provides a -[OPSS wallet utility](https://orahub.oci.oraclecorp.com/weblogic-cloud/weblogic-kubernetes-operator/-/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh) +[OPSS wallet utility](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh) for extracting this file and storing it in a Kubernetes `walletFileSecret`. You should also save the wallet file in a safely backed-up location, outside of Kubernetes. For example, diff --git a/documentation/site/content/managing-domains/domain-on-pv/usage.md b/documentation/site/content/managing-domains/domain-on-pv/usage.md index 322dcf790bb..409c5574241 100644 --- a/documentation/site/content/managing-domains/domain-on-pv/usage.md +++ b/documentation/site/content/managing-domains/domain-on-pv/usage.md @@ -281,7 +281,7 @@ the backup copy of the domain home directory and connect to the existing RCU sch After the domain is created, the operator automatically exports the OPSS wallet and stores it in an introspector ConfigMap; the name of the ConfigMap follows the pattern `-weblogic-domain-introspect-cm` with the key `ewallet.p12`. Oracle recommends that you save the OPSS wallet file in a safe, backed-up location __immediately__ after the initial JRF domain is created. In addition, you should make sure to store the wallet in a Kubernetes Secret in the same namespace. This will allow the secret to be available when the domain needs to be recovered in a disaster scenario or if the domain directory gets corrupted. The following are the high-level steps for storing the OPSS wallet in a Kubernetes Secret. -1. The operator provides a utility script, [OPSS wallet utility](https://orahub.oci.oraclecorp.com/weblogic-cloud/weblogic-kubernetes-operator/-/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should also save the wallet file in a safely backed-up location outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `jrf-wallet-file-secret`. +1. The operator provides a utility script, [OPSS wallet utility](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should also save the wallet file in a safely backed-up location outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `jrf-wallet-file-secret`. ``` $ opss-wallet.sh -n sample-ns -d sample-domain1 -s -r -wf /tmp/ewallet.p12 -ws jrf-wallet-file-secret diff --git a/documentation/site/content/managing-domains/major-weblogic-version-upgrade/_index.md b/documentation/site/content/managing-domains/major-weblogic-version-upgrade/_index.md index 293a99e66ab..5acff6f75c0 100644 --- a/documentation/site/content/managing-domains/major-weblogic-version-upgrade/_index.md +++ b/documentation/site/content/managing-domains/major-weblogic-version-upgrade/_index.md @@ -18,7 +18,7 @@ In general, the process for upgrading WLS and FMW/JRF infrastructure domains in - Back up the JRF database. - Back up the OPSS wallet file, this allows you to reuse the same JRF database schemas if you need to recreate the domain. - The operator provides a helper script, the [OPSS wallet utility](https://orahub.oci.oraclecorp.com/weblogic-cloud/weblogic-kubernetes-operator/-/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should save the wallet file in a safely backed-up location, outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `sample-domain1-opss-walletfile-secret`. + The operator provides a helper script, the [OPSS wallet utility](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should save the wallet file in a safely backed-up location, outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `sample-domain1-opss-walletfile-secret`. ``` $ opss-wallet.sh -n sample-ns -d sample-domain1 -s -r -wf /tmp/ewallet.p12 -ws sample-domain1-opss-walletfile-secret diff --git a/documentation/site/content/managing-domains/model-in-image/move-to-pv.md b/documentation/site/content/managing-domains/model-in-image/move-to-pv.md index c98cd03d5bb..75b43abc4b3 100644 --- a/documentation/site/content/managing-domains/model-in-image/move-to-pv.md +++ b/documentation/site/content/managing-domains/model-in-image/move-to-pv.md @@ -13,7 +13,7 @@ If you cannot move the domain to a persistent volume right now, you can use the 1. Back up the OPSS wallet and save it in a secret if you have not already done it. - The operator provides a helper script, the [OPSS wallet utility](https://orahub.oci.oraclecorp.com/weblogic-cloud/weblogic-kubernetes-operator/-/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should save the wallet file in a safely backed-up location, outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `sample-domain1-opss-walletfile-secret`. + The operator provides a helper script, the [OPSS wallet utility](https://github.com/oracle/weblogic-kubernetes-operator/blob/main/kubernetes/samples/scripts/domain-lifecycle/opss-wallet.sh), for extracting the wallet file and storing it in a Kubernetes `walletFileSecret`. In addition, you should save the wallet file in a safely backed-up location, outside of Kubernetes. For example, the following command saves the OPSS wallet for the `sample-domain1` domain in the `sample-ns` namespace to a file named `ewallet.p12` in the `/tmp` directory and also stores it in the wallet secret named `sample-domain1-opss-walletfile-secret`. ``` $ opss-wallet.sh -n sample-ns -d sample-domain1 -s -r -wf /tmp/ewallet.p12 -ws sample-domain1-opss-walletfile-secret