You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the `sourceModelHome` or `sourceWDTInstallHome` to `None` or,
95
58
the source attributes are left unset and there are no files at the default locations,
@@ -105,15 +68,8 @@ For example source locations, see [Configuration example 2](#example-2-source-lo
105
68
106
69
#### Multiple images
107
70
108
-
<<<<<<< HEAD
109
-
If specifying multiple images with model files in their respective `sourceModelHome`
110
-
directories, then model files are merged.
111
-
The operator will merge the model files from multiple images in the same order in which images appear under `model.auxiliaryImages` or `domain.domainCreationImages`.
112
-
Files from later images in the merge overwrite same-named files from earlier images.
113
-
=======
114
71
If specifying multiple images with WDT model files in their respective `sourceModelHome`
115
72
directories, then WDT model files are merged. Files from later images take precedence over files from earlier images.
Copy file name to clipboardExpand all lines: documentation/site/content/managing-domains/domain-on-pv/overview.md
-37Lines changed: 0 additions & 37 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,35 +10,21 @@ description = "Learn how to create a domain on a persistent volume."
10
10
11
11
### Overview
12
12
13
-
<<<<<<< HEAD
14
-
Domain on persistent volume (Domain on PV) is one of the operator's [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}) choices.
15
-
Domain on PV requires that the domain home exists on a persistent volume. The domain home can be created either manually
16
-
=======
17
13
Domain on persistent volume (Domain on PV) is an operator [domain home source type]({{< relref "/managing-domains/choosing-a-model/_index.md" >}}),
18
14
which requires that the domain home exists on a persistent volume. The domain home can be created either manually
or automatically by specifying the section, `domain.spec.configuration.initializeDomainOnPV`, in the domain resource YAML file.
21
16
The initial domain topology and resources are described using [WebLogic Deploy Tooling (WDT) models](#weblogic-deploy-tooling-models).
22
17
23
18
**NOTE**: The `initializeDomainOnPV` section provides a **one time only** domain home initialization.
24
19
The operator creates the domain when the domain resource is first deployed. After the domain is created,
25
20
this section is ignored. Subsequent domain life cycle updates must be controlled by
26
-
<<<<<<< HEAD
27
-
the WebLogic Server Administration Console, WebLogic Scripting Tool (WLST), or other mechanisms. See the [High level use case](#high-level-use-case).
28
-
=======
29
21
the WebLogic Server Administration Console, the WebLogic Remote Console, WebLogic Scripting Tool (WLST), or other mechanisms. See the [High level use case](#high-level-use-case).
@@ -47,24 +33,15 @@ The typical Domain on PV use case is for an application life cycle that requires
47
33
For example, you might use frameworks like Meta Data Service (MDS), Oracle Application Development Framework (ADF), or Oracle Service Bus (OSB).
48
34
These frameworks require a running domain and the lifecycle operations are persisted to the file system. Typically,
49
35
after the initial domain is created, you use tools like Fusion Middleware Control, product-specific WLST functions,
50
-
<<<<<<< HEAD
51
-
the WebLogic Server Administration Console, the Service Bus Console, or JDeveloper for lifecycle operations. The changes are managed by
52
-
=======
53
36
the WebLogic Server Administration Console, the WebLogic Remote Console, the Service Bus Console, or JDeveloper for lifecycle operations. The changes are managed by
- The operator subsequently boots your domain's WebLogic Server pods.
94
62
95
63
### Runtime updates
96
64
97
65
You control runtime updates to the WebLogic domain configuration using tools, such as Fusion Middleware Control, product-specific WLST functions,
98
-
<<<<<<< HEAD
99
-
the WebLogic Server Administration Console, the Service Bus Console, or JDeveloper. After the initial domain is created, subsequent updates to the
100
-
source of the WDT artifacts or any referenced macros _will be ignored_.
101
-
=======
102
66
the WebLogic Server Administration Console, the WebLogic Remote Console, the Service Bus Console, or JDeveloper. After the initial domain is created, subsequent updates to the
103
67
source of the WDT model files or any referenced macros _will be ignored_.
0 commit comments