Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/workflows/buildWlsVm4AsArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
default: 'refs/heads/main'
env:
refArmttk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
offerName: "arm-oraclelinux-wls-admin"
repoName: "weblogic-azure"

Expand Down Expand Up @@ -46,7 +46,10 @@ jobs:
java-version: 1.8
- name: Build azure-javaee-iaas
run: mvn -DskipTests clean install --file azure-javaee-iaas/pom.xml

- name: Update utilities path location
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
find . -name "*.json" | xargs sed -i 's|../../../../utilities|../utilities|g' $1
- name: Build and test ${{ env.offerName }} using ${{ github.event.inputs.pidType }} pids
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/buildWlsVm4CcArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: 'refs/heads/main'
env:
refArmttk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
offerName: "arm-oraclelinux-wls-cluster"
repoName: "weblogic-azure"

Expand Down Expand Up @@ -47,7 +47,10 @@ jobs:
java-version: 1.8
- name: Build azure-javaee-iaas
run: mvn -DskipTests clean install --file azure-javaee-iaas/pom.xml

- name: Update utilities path location
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
find . -name "*.json" | xargs sed -i 's|../../../../../utilities|../utilities|g' $1
- name: Build and test ${{ env.offerName }} using ${{ github.event.inputs.pidType }} pids
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
Expand Down
7 changes: 5 additions & 2 deletions .github/workflows/buildWlsVm4DcArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
default: 'refs/heads/main'
env:
refArmttk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
offerName: "arm-oraclelinux-wls-dynamic-cluster"
repoName: "weblogic-azure"

Expand Down Expand Up @@ -47,7 +47,10 @@ jobs:
java-version: 1.8
- name: Build azure-javaee-iaas
run: mvn -DskipTests clean install --file azure-javaee-iaas/pom.xml

- name: Update utilities path location
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
find . -name "*.json" | xargs sed -i 's|../../../../../utilities|../utilities|g' $1
- name: Build and test ${{ env.offerName }} using ${{ github.event.inputs.pidType }} pids
run: |
cd ${{env.repoName}}/weblogic-azure-vm/${{ env.offerName }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/buildWlsVm4SnArtifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
default: 'refs/heads/main'
env:
refArmttk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
offerName: "arm-oraclelinux-wls"
repoName: "weblogic-azure"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/newtag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
tagbranch: "tagbranch"
gitToken: ${{ secrets.GIT_TOKEN }}
refArmttk: d97aa57d259e2fc8562e11501b1cf902265129d9
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
repoName: "weblogic-azure"
userEmail: ${{ secrets.USER_EMAIL }}
userName: ${{ secrets.USER_NAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testWlsVmAdmin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ env:
adminOfferPath: weblogic-azure/weblogic-azure-vm/arm-oraclelinux-wls-admin
testbranchName: cicd-${{ github.run_id }}-${{ github.run_number }}
refArmTtk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
repoName: weblogic-azure
repoOwner: ${{ secrets.USER_NAME }}
resourceGroupPrefix: wls-${{ github.run_id }}-${{ github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testWlsVmCluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ env:
offerName: arm-oraclelinux-wls-cluster
offerPath: weblogic-azure/weblogic-azure-vm/arm-oraclelinux-wls-cluster
refArmttk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
repoName: weblogic-azure
repoOwner: ${{ secrets.USER_NAME }}
resourceGroupForDependency: wlsd-${{ github.run_id }}-${{ github.run_number }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testWlsVmDynamicCluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ env:
offerPath: weblogic-azure/weblogic-azure-vm/arm-oraclelinux-wls-dynamic-cluster
otnUser: ${{ secrets.OTN_USERID }}
otnPassword: ${{ secrets.OTN_PASSWORD }}
refJavaee: 13fe6ec487024eb61355d661ab5700ae90cb0a8f
refJavaee: 062fe0eb4e72012ead98c23e1a1b2c6259e7e7c4
refArmTtk: 7dc2c2a7822c2825ea3524ac2af72e561847fece
repoName: weblogic-azure
repoOwner: ${{ secrets.USER_NAME }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion weblogic-azure-vm/arm-oraclelinux-wls-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>
<packaging>pom</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
}
},
"certificatePasswordName": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Secret name of certificate password."
}
},
"certificatePasswordValue": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Certificate password to store in the secret"
}
Expand Down Expand Up @@ -52,7 +52,9 @@
}
}
},
"variables": {},
"variables": {
"name_certificatePasswordName": "[parameters('certificatePasswordName')]"
},
"resources": [
{
"apiVersion": "${azure.apiVersionForKeyVault}",
Expand Down Expand Up @@ -105,7 +107,7 @@
},
"sslCertPwdSecretName": {
"type": "string",
"value": "[parameters('certificatePasswordName')]"
"value": "[variables('name_certificatePasswordName')]"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"uploadedKeyStorePassword": {
"type": "string",
"type": "securestring",
"metadata": {
"description": "Custom Identity KeyStore Passphrase"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion weblogic-azure-vm/arm-oraclelinux-wls/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>com.microsoft.azure.iaas</groupId>
<artifactId>azure-javaee-iaas-parent</artifactId>
<version>1.0.13</version>
<version>1.0.15</version>
<relativePath></relativePath>
</parent>

Expand Down