Commit f099392
authored
Support redeployment in the same resource group and remove external key vault integration (#342)
* remove elk and aad from templates and scripts.
* remove elk and aad from test pipelines.
* remove keyvault inputs from UI.
* remove external key vault.
* fix arm-ttk errors
* add a unique suffix to resource name.
* update default virtual network name to include a unique identifier
* prefix NIC and IP names with an underscore for consistency
* add addressPrefixes and subnetPrefix to parameters script
* update domainNameLabel construction for improved uniqueness in IP DNS settings
* update pipeline.
* add artifact path to download step in workflow
* truncate domainNameLabel to 61 characters for consistency in DNS settings
* update deployment workflow to include dependency deployment in job requirements
* truncate domainNameLabel to 61 characters for consistency in DNS settings across templates
* do not deploy ohs in integration test.
* update workflow to add self-signed certificate generation for ohs.
* correct self-signed certificate generation script parameter handling
* move script location.
* bump version for arm-oraclelinux-wls-dynamic-cluster to 1.0.54
* add nsgName parameter to mainTemplate and ohsNestedTemplate for network security group configuration
* use JKS certificate for ohs.
* update Java version to 11 and change keystore type to PKCS12
* update keystore file types to PKCS12 and adjust comments for JDK 11 compatibility
* change keystore type from PKCS12 to JKS in deployment scripts
* update generate-selfsigned-keystore.sh to clarify JDK version and keystore type
* update managedServerVMNamePrefix to append 'VM' suffix in mainTemplate.json
* add verification step for WebLogic Cafe deployment and script to check accessibility
* add managedVMNamePrefix parameter to dbTemplate.json
* add enableCustomSSL parameter to createUiDefinition.json
* add error handling for cluster shutdown in createCoherenceClusterModel function
* fix shutdown function to use clientClusterName in createCoherenceClusterModel
* add managedVMNamePrefix parameter to _pswlessDbTemplate.json
* update self-signed certificate generation to use wildcard domain name for Azure
* add managedVMNamePrefix parameter to dbTemplate.json
* update mainTemplate.json to use custom identity key store parameters
* add _globalResourceNameSuffix parameter to mainTemplate.json and nested DNS zone templates
* update arm-oraclelinux-wls-cluster version to 1.0.730000
* update GitHub Actions workflows to use azure-javaee/weblogic-on-azure repository
* refactor DNS domainNameLabel construction in ARM templates for consistency
* reduce domainNameLabel length in ARM templates for DNS settings
* update domainNameLabel construction in coherenceTemplate.json for clarity1 parent 102482c commit f099392
File tree
45 files changed
+728
-5303
lines changed- .github/workflows
- weblogic-azure-vm
- arm-oraclelinux-wls-cluster/arm-oraclelinux-wls-cluster/src/main/arm/nestedtemplates
- arm-oraclelinux-wls-dynamic-cluster
- arm-oraclelinux-wls-dynamic-cluster/src/main
- arm
- nestedtemplates
- _dnszones
- scripts
- test/scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+728
-5303
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
| 365 | + | |
366 | 366 | | |
367 | 367 | | |
368 | 368 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
| 47 | + | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
588 | 588 | | |
589 | 589 | | |
590 | 590 | | |
591 | | - | |
| 591 | + | |
592 | 592 | | |
593 | 593 | | |
594 | 594 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
520 | | - | |
| 520 | + | |
521 | 521 | | |
522 | 522 | | |
523 | 523 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
243 | 246 | | |
244 | 247 | | |
245 | 248 | | |
| |||
Lines changed: 8 additions & 353 deletions
Large diffs are not rendered by default.
0 commit comments