Skip to content

Commit

Permalink
Merge pull request #509 from microsoft/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
jaromirk authored Jun 7, 2022
2 parents 49b4c79 + 79d6928 commit 60293c8
Show file tree
Hide file tree
Showing 3 changed files with 600 additions and 5 deletions.
4 changes: 4 additions & 0 deletions Scenarios/AzSHCI and Cluster Expansion/LabConfig.ps1
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
$LabConfig=@{ DomainAdminName='LabAdmin'; AdminPassword='LS1setup!' ; Prefix = 'MSLab-' ; DCEdition='4'; Internet=$true ; TelemetryLevel='Full' ; TelemetryNickname='' ; AdditionalNetworksConfig=@(); VMs=@()}

#3 nodes for AzSHCI Cluster
1..4 | ForEach-Object {$VMNames="Exp" ; $LABConfig.VMs += @{ VMName = "$VMNames$_" ; Configuration = 'S2D' ; ParentVHD = 'AzSHCI21H2_G2.vhdx' ; HDDNumber = 4 ; HDDSize= 4TB ; MemoryStartupBytes= 4GB; VMProcessorCount=4 ; NestedVirt=$true ; VirtualTPM=$true}}
Loading

0 comments on commit 60293c8

Please sign in to comment.