VirtualEngine / Lability

Virtual Engine test lab deployment and configuration module
MIT License
283 stars 50 forks source link

Ability to add other VHDs #218

Closed absolutejam closed 6 years ago

absolutejam commented 7 years ago

Hey guys,

Is it currently possible to add more VHDs to the VMs? I've checked the docs but didn't see anything relevant!

Cheers.

iainbrighton commented 7 years ago

Hey @absolutejam - it's here in beta form :wink:. This is only currently available on the dev branch and there's an example here.

absolutejam commented 7 years ago

Awesome! I look forward to this being merged through. Will help with my nested virtualisation labs.

brmvfm commented 7 years ago

This is Awesome! I am a newbie in DevOps , We are using Lability from Powershell Gallery testing Nested Hyperconverged with scripts from your last Powershel lconference. Is that a way to test Dev Branch in Windows 10 with Hyper-v, instead using Gallery files ? We wish to test and provide feedback.

iainbrighton commented 7 years ago

@brmvfm You can download the dev branch module zip here and manually extract it into your module path (remember to unblock it first 😉).

If you have access to the gallery you can do this:

## Module for installing GitHub PowerShell repository modules
Install-Module -Name GitHubRepository -Scope CurrentUser
Import-Module -Name GitHubRepository
Install-GitHubRepository -Owner VirtualEngine -Repository Lability -Branch dev -Clean
brmvfm commented 7 years ago

Thanks for your help.

I installed and now works perfectly.

iainbrighton commented 7 years ago

@absolutejam I have submitted a PR for this functionality into the main xHyper-V DSC resource/module. Once this is merged in, the support will be "official".

iainbrighton commented 6 years ago

Merged in #285. Official support is coming in the next release 😃