Commit 930776f
authored
Support redeployment in the same resource group and remove external key vault integration for configured cluster offer (#341)
* remove elk related code.
* remove aad related code.
* remove elk and aad test data.
* remove external key vault.
* update ARM aPI version.
* update deployment location from eastus to westus
* fix arm-ttk errors.
* remove external key vault from test scripts.
* debug param verification.
* fix tags in post deployment scripts.
* add artifact download paths
* add new parameters for WebLogic Azure VM deployment configuration
* add global resource suffix.
* remove obsolete parameters-test.json and update service verification scripts
* remove obsolete _globalResourceNameSuffix parameter from pswlessDbTemplate.json
* add global resource name suffix to clusterLinkedTemplate deployment
* fix parameter issue.
* fix "invalid skuUrnVersion"
* fix: correct service principal name in Azure credential setup
* update skuUrnVersion formatting
* correct typo in admin service verification and remove unused parameters from main template
* update resource dependencies in main template
* update key vault references in main template
* update domainNameLabel construction in cluster templates
* update virtual network name formatting in UI definition and main template
* correct formatting of azure subject name in main template
* refactor key vault script parameters and output handling for improved readability
* update naming conventions for network security group and availability set in ARM templates
* fix syntax error near unexpected token `||' in testWlsVmCluster.yml
* bump version for oraclelinux wls cluster to 1.0.720000
* update gatewayPublicIPAddressName to include resource name suffix in main template
* rename parameter adminVMName with adminVMNamePrefix, the adminVMName will be output.
* add managedVMNamePrefix parameter to various templates for consistent VM naming
* update defaultValue for virtualNetworkName to use uniqueString for better name uniqueness
* add managedVMNamePrefix to appGatewayNestedTemplate for consistent VM naming
* fix typo
* update default pidType to 'oracle' in workflow configuration files
* update admin VM public IP retrieval logic in workflow
* add appGatewayName parameter to templates for improved Application Gateway configuration
* add WebLogic edit session header to curl commands in deploy-webapp.sh
* add appGatewayName parameter
* add WebLogic edit session header to curl commands in deploy-webapp.sh
* appGatewayNestedTemplate.json: use array for backend trusted root certs
* update mainTemplate.json to conditionally reference SSL certificate details based on appGatewayCertificateOption
* set enableCoherence to false in gen-parameters-deploy.sh
* add virtual network and subnet parameters to gen-parameters-deploy.sh
* fix verify-webapp-deployment.sh: correct URL formatting for WebLogic Cafe REST API call
* set enableCoherence to true in gen-parameters-deploy.sh
* remove post deployments as those templates are not working currently.
* remove elk steps in testWlsVmCluster.yml
* fix verify-webapp-deployment.sh: improve URL formatting for WebLogic Cafe REST API call
* refactor coherenceTemplate.json: rename keyVault parameters to ssl for clarity
* remove unused output parameters from testWlsVmCluster.yml
* add global resource name suffix and refactor VM naming conventions in coherence template
* coherenceTemplate.json: make sure the dns name is unique.1 parent 6fc3c67 commit 930776f
File tree
52 files changed
+964
-5148
lines changed- .github
- resource
- workflows
- weblogic-azure-aks/src/main/bicep/modules
- weblogic-azure-vm/arm-oraclelinux-wls-cluster
- arm-oraclelinux-wls-cluster/src/main
- arm
- nestedtemplates
- _dnszones
- _keyvault
- scripts
- test
- data
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+964
-5148
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| 68 | + | |
| 69 | + | |
68 | 70 | | |
69 | 71 | | |
70 | 72 | | |
| |||
Lines changed: 154 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
11 | 50 | | |
12 | 51 | | |
13 | 52 | | |
14 | | - | |
| 53 | + | |
15 | 54 | | |
16 | 55 | | |
17 | | - | |
| 56 | + | |
18 | 57 | | |
19 | 58 | | |
20 | | - | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
21 | 93 | | |
22 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
23 | 122 | | |
24 | 123 | | |
25 | 124 | | |
| |||
32 | 131 | | |
33 | 132 | | |
34 | 133 | | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
35 | 158 | | |
36 | 159 | | |
37 | 160 | | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
38 | 164 | | |
39 | 165 | | |
40 | 166 | | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | 167 | | |
45 | 168 | | |
46 | 169 | | |
47 | 170 | | |
48 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
49 | 196 | | |
50 | 197 | | |
51 | 198 | | |
0 commit comments