File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/integration-tests/bash Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments