Skip to content

Commit 2fffdbb

Browse files
committed
remove debugging code
1 parent 01d1a1d commit 2fffdbb

File tree

2 files changed

+3
-22
lines changed

2 files changed

+3
-22
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/common/createFMWDomain.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -215,9 +215,9 @@ def usage():
215215
sys.exit(0)
216216

217217
# Uncomment for Debug only
218-
print str(sys.argv[0]) + " called with the following sys.argv array:"
219-
for index, arg in enumerate(sys.argv):
220-
print "sys.argv[" + str(index) + "] = " + str(sys.argv[index])
218+
#print str(sys.argv[0]) + " called with the following sys.argv array:"
219+
#for index, arg in enumerate(sys.argv):
220+
# print "sys.argv[" + str(index) + "] = " + str(sys.argv[index])
221221

222222
if len(sys.argv) < 16:
223223
usage()

kubernetes/samples/scripts/create-fmw-infrastructure-domain/wlst/create-domain-script.sh

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4,25 +4,6 @@
44

55
export DOMAIN_HOME=${DOMAIN_HOME_DIR}
66

7-
echo 'Executing wlst.sh -skipWLSModuleScanning '
8-
echo ' /u01/weblogic/createFMWDomain.py '
9-
echo ' -oh /u01/oracle '
10-
echo ' -jh /usr/java/latest '
11-
echo " -parent ${DOMAIN_HOME}/.. "
12-
echo " -name ${CUSTOM_DOMAIN_NAME} "
13-
echo " -user " `cat /weblogic-operator/secrets/username`
14-
echo " -password " `cat /weblogic-operator/secrets/password`
15-
echo " -rcuDb ${CUSTOM_CONNECTION_STRING} "
16-
echo " -rcuPrefix ${CUSTOM_RCUPREFIX} "
17-
echo " -rcuSchemaPwd " `cat /weblogic-operator/rcu-secrets/password`
18-
echo " -adminListenPort ${CUSTOM_ADMIN_LISTEN_PORT} "
19-
echo " -adminName ${CUSTOM_ADMIN_NAME} "
20-
echo " -managedNameBase ${CUSTOM_MANAGED_BASE_NAME} "
21-
echo " -managedServerPort ${CUSTOM_MANAGEDSERVER_PORT} "
22-
echo " -prodMode ${CUSTOM_PRODUCTION_MODE} "
23-
echo " -managedServerCount ${CUSTOM_MANAGED_SERVER_COUNT} "
24-
echo " -clusterName ${CUSTOM_CLUSTER_NAME} "
25-
267
# Create the domain
278
wlst.sh -skipWLSModuleScanning \
289
/u01/weblogic/createFMWDomain.py \

0 commit comments

Comments
 (0)