Skip to content

Instantly share code, notes, and snippets.

@wuping2004
Created June 9, 2020 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wuping2004/ada4da2ec07eb45e1c53ed1a2c61b907 to your computer and use it in GitHub Desktop.
Save wuping2004/ada4da2ec07eb45e1c53ed1a2c61b907 to your computer and use it in GitHub Desktop.
{
"Properties": {
"Security": {
"$id": "1",
"ClusterCredentialType": "None",
"ServerCredentialType": "None"
},
"NodeTypes": [
{
"AllowStatefulWorkloads": true,
"Name": "NodeType0",
"ClientConnectionEndpointPort": 19000,
"HttpGatewayEndpointPort": 19080,
"ReverseProxyEndpointPort": 19081,
"LeaseDriverEndpointPort": 19002,
"ClusterConnectionEndpointPort": 19001,
"ServiceConnectionEndpointPort": 19003,
"ApplicationPorts": {
"StartPort": 20001,
"EndPort": 20031
},
"IsPrimary": true
}
],
"GoalStateExpirationReminderInDays": 0,
"AddonFeatures": [],
"FabricSettings": [
{
"Name": "Setup",
"Parameters": [
{
"Name": "FabricDataRoot",
"Value": "C:\\ProgramData\\SF"
},
{
"Name": "FabricLogRoot",
"Value": "C:\\ProgramData\\SF\\Log"
}
]
}
],
"EnableTelemetry": false,
"DiagnosticsStore": {
"StoreType": "FileShare",
"DataDeletionAgeInDays": 21,
"Connectionstring": "c:\\ProgramData\\SF\\DiagnosticsStore",
"IsEncrypted": false
},
"FabricClusterAutoupgradeEnabled": false
},
"Nodes": [
{
"NodeName": "vm0",
"NodeTypeRef": "NodeType0",
"IPAddress": "localhost",
"FaultDomain": "fd:/dc1/r0",
"UpgradeDomain": "UD0"
}
],
"ApiVersion": "08-2019",
"Name": "SampleCluster",
"ClusterConfigurationVersion": "1.0.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment