Skip to content

Commit 2da7ebe

Browse files
committed
Minor fixes
Signed-off-by: Dongbo Xiao <dongbo.xiao@oracle.com>
1 parent e22c612 commit 2da7ebe

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kubernetes/internal/create-weblogic-domain.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -557,9 +557,6 @@ function createYamlFiles {
557557
sed -i -e "s:# mountPath: mountPath:g" ${apacheOutput}
558558
fi
559559

560-
mkdir -p ${loadBalancerVolumePath}
561-
cp ${scriptDir}/custom_mod_wl_apache.conf ${loadBalancerVolumePath}/
562-
563560
# Apache security file
564561
cp ${apacheSecurityInput} ${apacheSecurityOutput}
565562
echo Generating ${apacheSecurityOutput}

src/integration-tests/bash/run.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
# process) or some uuid potentially generated by uuidgen
114114
# command or some-such..
115115
#
116+
# LB_TYPE Load balaner type. Should be TRAEFIL, APACHE or NONE.
117+
# Default is TRAEFIK.
118+
#
116119
# The following additional overrides are currently only used when
117120
# WERCKER=true:
118121
#
@@ -762,7 +765,7 @@ function run_create_domain_job {
762765
local MS_PORT="`dom_get $1 MS_PORT`"
763766
local LOAD_BALANCER_WEB_PORT="`dom_get $1 LOAD_BALANCER_WEB_PORT`"
764767
local LOAD_BALANCER_DASHBOARD_PORT="`dom_get $1 LOAD_BALANCER_DASHBOARD_PORT`"
765-
local LOAD_BALANCER_VOLUME_PATH=""
768+
# local LOAD_BALANCER_VOLUME_PATH="/scratch/DockerVolume/ApacheVolume"
766769
local TMP_DIR="`dom_get $1 TMP_DIR`"
767770

768771
local WLS_JAVA_OPTIONS="$JVM_ARGS"

0 commit comments

Comments
 (0)