This repository has been archived by the owner on Mar 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit correctly partitions disks larger than 2199023255040 bytes (~2199 GB). The XXLarge 4095GB (4 TiB) disks cannot use DOS partition table format and instead must use Guid Partition table format (GPT). parted needs to be used instead of fdisk to achieve this.
- Loading branch information
Showing
8 changed files
with
82 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"description": "1 data node cluster using XXLarge (4095GB) disks", | ||
"isValid" : true, | ||
"deploy" : true, | ||
"why" : "", | ||
"location" : "westeurope", | ||
"parameters" : { | ||
"loadBalancerType":{"value":"external"}, | ||
"kibana":{"value":"No"}, | ||
"jumpbox":{"value":"Yes"}, | ||
"vmSizeKibana":{"value":"Standard_DS1_v2"}, | ||
"vmSizeDataNodes":{"value":"Standard_D2s_v3"}, | ||
"vmDataNodeCount":{"value":1}, | ||
"vmDataDiskCount":{"value":4}, | ||
"vmDataDiskSize":{"value":"XXLarge"}, | ||
"storageAccountType":{"value":"Default"}, | ||
"dataNodesAreMasterEligible":{"value":"Yes"}, | ||
"vmSizeMasterNodes":{"value":"Standard_DS2"}, | ||
"vmClientNodeCount":{"value":0}, | ||
"vmSizeClientNodes":{"value":"Standard_D1"}, | ||
"authenticationType":{"value":"password"}, | ||
"vNetName": {"value": "es-net"}, | ||
"vNetClusterSubnetName": {"value": "es-subnet"}, | ||
"vNetAppGatewaySubnetName": {"value": "es-app-gateway"}, | ||
"vNetLoadBalancerIp": {"value": "10.0.0.4"}, | ||
"vNetNewOrExisting": {"value":"new"}, | ||
"vNetExistingResourceGroup": {"value": ""}, | ||
"vNetNewAddressPrefix": {"value": "10.0.0.0/24"}, | ||
"vNetNewClusterSubnetAddressPrefix": {"value": "10.0.0.0/25"}, | ||
"vNetNewAppGatewaySubnetAddressPrefix": {"value": "10.0.0.128/28"}, | ||
"appGatewayTier": {"value":"Standard"}, | ||
"appGatewaySku": {"value":"Small"}, | ||
"appGatewayCount": {"value":1}, | ||
"appGatewayCertBlob": {"value":""}, | ||
"appGatewayCertPassword": {"value":""}, | ||
"appGatewayWafStatus": {"value":"Disabled"}, | ||
"appGatewayWafMode": {"value":"Detection"} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters