File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wlst Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,8 @@ def getEnvVar(var):
26
26
script_dir = getEnvVar ("CREATE_DOMAIN_SCRIPT_DIR" )
27
27
istio_readiness_port = int (getEnvVar ("ISTIO_READINESS_PORT" ))
28
28
29
+ print ('istio_readiness_port : [%s]' % istio_readiness_port );
30
+
29
31
# Update Domain for Istio
30
32
readDomain (domain_path )
31
33
@@ -78,6 +80,8 @@ def getEnvVar(var):
78
80
set ('ListenAddress' , '127.0.0.1' )
79
81
set ('ListenPort' , t3_channel_port )
80
82
83
+ print ("Done updating Admin Server's configuration" );
84
+
81
85
templateName = cluster_name + "-template"
82
86
cd ('/ServerTemplates/%s' % templateName )
83
87
create ('istio-probe' , 'NetworkAccessPoint' )
@@ -131,6 +135,8 @@ def getEnvVar(var):
131
135
set ('TwoWaySslEnabled' , false )
132
136
set ('ClientCertificateEnforced' , false )
133
137
138
+ print ("Done updating Managed Server's template: %s" , templateName );
139
+
134
140
updateDomain ()
135
141
closeDomain ()
136
142
print 'Domain Updated for Istio'
You can’t perform that action at this time.
0 commit comments