File tree Expand file tree Collapse file tree 6 files changed +9
-6
lines changed
arm-oraclelinux-wls-admin/test/scripts
arm-oraclelinux-wls-cluster/test/scripts
arm-oraclelinux-wls-dynamic-cluster/test/scripts Expand file tree Collapse file tree 6 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -414,6 +414,7 @@ jobs:
414
414
<<< "${{ env.adminOfferPath }}/test/scripts/ \
415
415
${{ env.adminVMName }} \
416
416
${{ env.wlsPassword}} \
417
+ ${{ env.dbAdminUser }} \
417
418
${{ env.dbName }} \
418
419
${{ env.location }} \
419
420
${{ env.wlsUserName }} \
Original file line number Diff line number Diff line change @@ -478,6 +478,7 @@ jobs:
478
478
<<< "${{ env.offerPath }}/test/scripts/ \
479
479
${{ env.adminVMName }} \
480
480
${{ env.wlsPassword}} \
481
+ ${{ env.dbAdminUser }} \
481
482
${{ env.dbName }} \
482
483
${{ env.location }} \
483
484
${{ env.wlsUserName }} \
Original file line number Diff line number Diff line change @@ -457,6 +457,7 @@ jobs:
457
457
"${offerPath}/test/scripts/ \
458
458
${{ env.adminVMName }} \
459
459
${{ env.wlsPassword}} \
460
+ ${{ env.dbAdminUser }} \
460
461
${{ env.dbName }} \
461
462
${{ env.location }} \
462
463
${{ env.wlsUserName }} \
Original file line number Diff line number Diff line change 5
5
# Generate parameters with value for deploying db template independently
6
6
7
7
# read arguments from stdin
8
- read parametersPath adminVMName dbPassword dbName location wlsusername wlspassword repoPath testbranchName
8
+ read parametersPath adminVMName dbPassword dbAdminUser dbName location wlsusername wlspassword repoPath testbranchName
9
9
10
10
cat << EOF > ${parametersPath} /parameters-deploy-db.json
11
11
{
@@ -19,7 +19,7 @@ cat <<EOF > ${parametersPath}/parameters-deploy-db.json
19
19
"value": "${dbPassword} "
20
20
},
21
21
"dbUser": {
22
- "value": "weblogic@ ${dbName } "
22
+ "value": "${dbAdminUser } "
23
23
},
24
24
"dsConnectionURL": {
25
25
"value": "jdbc:postgresql://${dbName} .postgres.database.azure.com:5432/postgres?sslmode=require"
Original file line number Diff line number Diff line change 6
6
# Generate parameters with value for deploying db template independently
7
7
8
8
# read arguments from stdin
9
- read parametersPath adminVMName dbPassword dbName location wlsusername wlspassword repoPath testbranchName
9
+ read parametersPath adminVMName dbPassword dbAdminUser dbName location wlsusername wlspassword repoPath testbranchName
10
10
11
11
cat << EOF > ${parametersPath} /parameters-deploy-db.json
12
12
{
@@ -20,7 +20,7 @@ cat <<EOF > ${parametersPath}/parameters-deploy-db.json
20
20
"value": "${dbPassword} "
21
21
},
22
22
"dbUser": {
23
- "value": "weblogic@ ${dbName } "
23
+ "value": "${dbAdminUser } "
24
24
},
25
25
"dsConnectionURL": {
26
26
"value": "jdbc:postgresql://${dbName} .postgres.database.azure.com:5432/postgres?sslmode=require"
Original file line number Diff line number Diff line change 4
4
#
5
5
# Generate parameters with value for deploying db template independently
6
6
7
- read parametersPath adminVMName dbPassword dbName location wlsusername wlspassword repoPath testbranchName
7
+ read parametersPath adminVMName dbPassword dbAdminUser dbName location wlsusername wlspassword repoPath testbranchName
8
8
9
9
cat << EOF > ${parametersPath} /parameters-deploy-db.json
10
10
{
@@ -18,7 +18,7 @@ cat <<EOF > ${parametersPath}/parameters-deploy-db.json
18
18
"value": "${dbPassword} "
19
19
},
20
20
"dbUser": {
21
- "value": "weblogic@ ${dbName } "
21
+ "value": "${dbAdminUser } "
22
22
},
23
23
"dsConnectionURL": {
24
24
"value": "jdbc:postgresql://${dbName} .postgres.database.azure.com:5432/postgres?sslmode=require"
You can’t perform that action at this time.
0 commit comments