Skip to content

Commit cb819f9

Browse files
committed
Document the upcoming input properties and enums changes - take 2
1 parent 67df011 commit cb819f9

File tree

2 files changed

+45
-8
lines changed

2 files changed

+45
-8
lines changed

NAME-CHANGES.md

Lines changed: 44 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ The following files are used to create the operator and to create domains.
1010

1111
| Previous File Name | New File Name |
1212
| --- | --- |
13-
| kubernetes/create-weblogic-operator.sh | same |
1413
| kubernetes/create-domain-job.sh | kubernetes/create-weblogic-domain.sh |
15-
| kubernetes/create-operator-inputs.yaml | kubernetes/create-weblogic-operator-inputs.yaml |
1614
| kubernetes/create-domain-job-inputs.yaml | kubernetes/create-weblogic-domain-inputs.yaml |
15+
| kubernetes/create-operator-inputs.yaml | kubernetes/create-weblogic-operator-inputs.yaml |
16+
| kubernetes/create-weblogic-operator.sh | same |
1717

1818
### Generated YAML Files for Operators and Domains
1919

@@ -69,14 +69,14 @@ The names of several of the generated YAML files have changed.
6969

7070
| Previous File Name | New File Name |
7171
| --- | --- |
72-
| weblogic-operator.yaml | same |
73-
| rbac.yaml | weblogic-operator-security.yaml |
7472
| domain-custom-resource.yaml | same |
7573
| domain-job.yaml | create-weblogic-domain-job.yaml |
7674
| persistent-volume.yaml | weblogic-domain-persistent-volume.yaml |
7775
| persistent-volume-claim.yaml | weblogic-domain-persistent-volume-claim.yaml |
76+
| rbac.yaml | weblogic-operator-security.yaml |
7877
| traefik-deployment.yaml | traefik.yaml |
7978
| traefik-rbac.yaml | traefik-security.yaml |
79+
| weblogic-operator.yaml | same |
8080

8181
## Input File Contents (not implemented yet)
8282

@@ -86,9 +86,22 @@ The names of several of the generated YAML files have changed.
8686

8787
| Previous Property Name | New Property Name |
8888
| --- | --- |
89+
| elkIntegrationEnabled | same |
90+
| externalDebugHttpPort | same |
91+
| externalOperatorCert | same |
92+
| externalOperatorKey| same |
93+
| externalRestHttpsPort | same |
94+
| externalRestOption | same |
95+
| externalSans | same |
8996
| image | weblogicOperatorImage |
9097
| imagePullPolicy | weblogicOperatorImagePullPolicy |
9198
| imagePullSecretName | weblogicOperatorImagePullSecretName |
99+
| internalDebugHttpPort | same |
100+
| javaLoggingLevel | same |
101+
| namespace | same |
102+
| remoteDebugNodePortEnabled | same |
103+
| serviceAccount | same |
104+
| targetNamespaces| same |
92105

93106
#### Property Values
94107

@@ -105,20 +118,44 @@ The names of several of the generated YAML files have changed.
105118

106119
| Previous Property Name | New Property Name |
107120
| --- | --- |
108-
| domainUid | domainUID |
121+
| adminPort | same |
122+
| adminNodePort | same |
123+
| adminServerName | same |
124+
| clusterName | same |
109125
| createDomainScript | This property has been removed |
126+
| domainName | same |
127+
| domainUid | domainUID |
128+
| exposeAdminNodePort | same |
129+
| exposeAdminT3Channel | same |
130+
| imagePullSecretName | weblogicImagePullSecretName |
131+
| javaOptions | same |
132+
| loadBalancer | same |
133+
| loadBalancerAdminPort | loadBalancerDashboardPort |
134+
| loadBalancerWebPort | same |
110135
| managedServerCount | configuredManagedServerCount |
136+
| managedServerNameBase | same |
137+
| managedServerPort | same |
111138
| managedServerStartCount | initialManagedServerReplicas |
139+
| namespace | same |
112140
| persistencePath | weblogicDomainStoragePath |
113141
| persistenceSize | weblogicDomainStorageSize |
114142
| persistenceStorageClass | This property has been removed |
143+
| persistenceVolumeClaimName | This property has been removed |
144+
| persistenceVolumeName | This property has been removed |
145+
| productionModeEnabled | same |
115146
| secretName | weblogicCredentialsSecretName |
116-
| loadBalancerAdminPort | loadBalancerDashboardPort |
147+
| startupControl | TBD |
148+
| t3ChannelPort | same |
149+
| t3PublicAddress | same |
117150

118151
#### Property Values
119152

120153
| Property Name | Old Property Value | New Property Value |
121154
| --- | --- | --- |
122155
| loadBalancer | none | NONE |
123156
| loadBalancer | traefik | TRAEFIK |
124-
157+
| startupControl | ADMIN | TBD |
158+
| startupControl | ALL | TBD |
159+
| startupControl | AUTO | TBD |
160+
| startupControl | NONE | TBD |
161+
| startupControl | SPECIFIED | TBD |

kubernetes/internal/create-weblogic-operator.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function validateImagePullSecret {
189189
#
190190
function validateImagePullPolicy {
191191

192-
# Validate that image pull policy was specified
192+
# Validate that imagePullPolicy was specified
193193
validateInputParamsSpecified imagePullPolicy
194194

195195
# And validate that it's one of the allowed logging levels

0 commit comments

Comments
 (0)