template-parameter-files/disaggregated-parameters-file.json
|
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentParameters.json#", "contentVersion": "1.0.0.0", "parameters": { "deploymentMode": { "value": "Validate" }, "keyVaultName": { "value": "<calculated>" }, "softDeleteRetentionDays": { "value": 30 }, "diagnosticStorageAccountName": { "value": "<calculated>" }, "logsRetentionInDays": { "value": 30 }, "storageAccountType": { "value": "Standard_LRS" }, "clusterName": { "value": "<calculated>" }, "location": { "value": "<calculated>" }, "tenantId": { "value": "" }, "witnessType": { "value": "<calculated>" }, "clusterWitnessStorageAccountName": { "value": "<calculated>" }, "localAdminUserName": { "value": "administrator" }, "localAdminPassword": { "value": null }, "AzureStackLCMAdminUsername": { "value": "<calculated>" }, "AzureStackLCMAdminPassword": { "value": null }, "hciResourceProviderObjectID": { "value": "<calculated>" }, "arcNodeResourceIds": { "value": [ "<calculated>", "<calculated>" ] }, "domainFqdn": { "value": "<calculated>" }, "namingPrefix": { "value": "<calculated>" }, "adouPath": { "value": "<calculated>" }, "securityLevel": { "value": "Recommended" }, "driftControlEnforced": { "value": true }, "credentialGuardEnforced": { "value": true }, "smbSigningEnforced": { "value": true }, "smbClusterEncryption": { "value": false }, "bitlockerBootVolume": { "value": true }, "bitlockerDataVolumes": { "value": true }, "wdacEnforced": { "value": true }, "streamingDataClient": { "value": true }, "euLocation": { "value": false }, "episodicDataUpload": { "value": true }, "configurationMode": { "value": "InfraOnly" }, "infraVolLunId": { "value": "<calculated>" }, "infraPerfLunId": { "value": "<calculated>" }, "subnetMask": { "value": "<calculated>" }, "defaultGateway": { "value": "<calculated>" }, "startingIPAddress": { "value": "<calculated>" }, "endingIPAddress": { "value": "<calculated>" }, "dnsServers": { "value": "<calculated>" }, "useDhcp": { "value": false }, "physicalNodesSettings": { "value": [ { "name": "<calculated>", "ipv4Address": "<calculated>" } ] }, "networkingType": { "value": "switchedMultiServerDeployment" }, "networkingPattern": { "value": "hyperConverged" }, "intentList": { "value": [ { "name": "Compute_Management", "trafficType": [ "Compute", "Management" ], "adapter": [ "<calculated>" ], "overrideVirtualSwitchConfiguration": false, "virtualSwitchConfigurationOverrides": { "enableIov": "", "loadBalancingAlgorithm": "" }, "overrideQosPolicy": false, "qosPolicyOverrides": { "priorityValue8021Action_Cluster": "7", "priorityValue8021Action_SMB": "3", "bandwidthPercentage_SMB": "50" }, "overrideAdapterProperty": true, "adapterPropertyOverrides": { "jumboPacket": "1514", "networkDirect": "Disabled" } } ] }, "sanNetworkList": { "value": { "clusterNetworkConfig": { "adapterProperties": { "bandwidthPercentageSmb": 50, "jumboPacket": 9014, "priorityValue8021ActionCluster": 7, "priorityValue8021ActionSmb": 3 }, "adapterIPConfig": [ { "name": "clusterNetwork-A", "networkAdapterName": "<calculated>", "vlanId": 711, "addressPrefix": "<calculated>" } ] } } }, "storageConnectivitySwitchless": { "value": false }, "customLocation": { "value": "<calculated>" }, "sbeVersion": { "value": "" }, "sbeFamily": { "value": "" }, "sbePublisher": { "value": "" }, "sbeManifestSource": { "value": "" }, "sbeManifestCreationDate": { "value": "" }, "partnerProperties": { "value": [] }, "partnerCredentiallist": { "value": [] } } } |