Skip to content

Commit

Permalink
Updated address prefixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jamasten committed Apr 4, 2024
1 parent a4da32d commit 513718a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion docs/networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ This repository has carefully planned default address prefixes configured throug
| MLZ | Shared Services | 10.0.132.0/24 |
| Add-On | Tier 3 | 10.0.133.0/24 |
| Add-On | Imaging | 10.0.134.0/24 |
| Add-On | ESRI Enterprise | 10.0.135.0/23 |
| Add-On | ESRI Enterprise | 10.0.136.0/23 |
| Add-On | Azure Virtual Desktop, Stamp Index 0 | 10.0.140.0/23 |
| Add-On | Azure Virtual Desktop, Stamp Index 1 | 10.0.142.0/23 |
| Add-On | Azure Virtual Desktop, Stamp Index 2 | 10.0.144.0/23 |
Expand Down
6 changes: 3 additions & 3 deletions src/bicep/add-ons/esri-enterprise/solution.bicep
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ param adminPassword string
param adminUsername string

@description('The address prefix for the subnet of the application gateway.')
param applicationGatewaySubnetAddressPrefix string = '10.0.135.0/24'
param applicationGatewaySubnetAddressPrefix string = '10.0.136.0/24'

@description('Determine whether the ArcGIS Service Account is a domain account.')
param arcgisServiceAccountIsDomainAccount bool
Expand Down Expand Up @@ -68,7 +68,7 @@ param dataStoreVirtualMachineOSDiskSize int = 128
param debugMode bool = false

@description('The address prefix for the subnet containing the ESRI Enterpise servers.')
param defaultSubnetAddressPrefix string = '10.0.136.0/24'
param defaultSubnetAddressPrefix string = '10.0.137.0/24'

@description('Determine whether to deploy Defender for Cloud. This is only necessary if the target description does not have Defender for Cloud already enabled.')
param deployDefender bool
Expand Down Expand Up @@ -317,7 +317,7 @@ param virtualMachineOSDiskSize int = 128
param virtualMachineSize string = 'Standard_DS4_v2'

@description('The virtual network address prefix')
param virtualNetworkAddressPrefix string = '10.0.135.0/23'
param virtualNetworkAddressPrefix string = '10.0.136.0/23'

@secure()
@description('The password for the Windows domain administrator account.')
Expand Down
8 changes: 4 additions & 4 deletions src/bicep/add-ons/esri-enterprise/solution.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"_generator": {
"name": "bicep",
"version": "0.26.54.24096",
"templateHash": "14831212110087961630"
"templateHash": "17309430228877481225"
}
},
"parameters": {
Expand All @@ -23,7 +23,7 @@
},
"applicationGatewaySubnetAddressPrefix": {
"type": "string",
"defaultValue": "10.0.135.0/24",
"defaultValue": "10.0.136.0/24",
"metadata": {
"description": "The address prefix for the subnet of the application gateway."
}
Expand Down Expand Up @@ -126,7 +126,7 @@
},
"defaultSubnetAddressPrefix": {
"type": "string",
"defaultValue": "10.0.136.0/24",
"defaultValue": "10.0.137.0/24",
"metadata": {
"description": "The address prefix for the subnet containing the ESRI Enterpise servers."
}
Expand Down Expand Up @@ -553,7 +553,7 @@
},
"virtualNetworkAddressPrefix": {
"type": "string",
"defaultValue": "10.0.135.0/23",
"defaultValue": "10.0.136.0/23",
"metadata": {
"description": "The virtual network address prefix"
}
Expand Down
6 changes: 3 additions & 3 deletions src/bicep/add-ons/esri-enterprise/uiDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"name": "spokeVirtualNetworkAddressCidrRange",
"label": "Spoke Virtual Network CIDR",
"type": "Microsoft.Common.TextBox",
"defaultValue": "10.0.135.0/23",
"defaultValue": "10.0.136.0/23",
"toolTip": "Specify an address CIDR range within the range [10,26].",
"constraints": {
"required": true,
Expand All @@ -168,7 +168,7 @@
"name": "appGwSubnetAddressCidrRange",
"label": "Application Gateway Subnet",
"type": "Microsoft.Common.TextBox",
"defaultValue": "10.0.135.0/24",
"defaultValue": "10.0.136.0/24",
"toolTip": "Specify a CIDR range for the Application Gateway subnet within the Spoke Virtual Network range [10,24].",
"constraints": {
"required": true,
Expand Down Expand Up @@ -200,7 +200,7 @@
"name": "esriSubnetAddressCidrRange",
"label": "ESRI Enterprise Virtual Machine Subnet",
"type": "Microsoft.Common.TextBox",
"defaultValue": "10.0.136.0/24",
"defaultValue": "10.0.137.0/24",
"toolTip": "Specify a CIDR range for the Management Virtual Machine subnet within the Spoke Virtual Network range [10,24].",
"constraints": {
"required": true,
Expand Down

0 comments on commit 513718a

Please sign in to comment.