Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for resources in custom media #48

Open
iainbrighton opened this issue Jan 17, 2016 · 2 comments
Open

Add support for resources in custom media #48

iainbrighton opened this issue Jan 17, 2016 · 2 comments

Comments

@iainbrighton
Copy link
Contributor

I have a scenario where I copy/expand a 3GB ISO into mutliple VMs. This process takes quite a while as the ISO is expanded into each VM.

It would be good to have an option where I could register custom media and specify custom resources to inject, during the master image creation. You'd end up with another "master" image but this time, with the expanded ISO "embedded".

@iainbrighton iainbrighton changed the title Add resource support for media Add support for resources in custom media Jan 17, 2016
@kilasuit
Copy link
Contributor

Agree - this would be especially good for SQL Server Images - would require moving the logic data from the NonNodeData element in the ConfigurationData into Resources.json and have the ability for an additional array in the NodeData section called Lability_Resource similar to Lability_Media

@iainbrighton
Copy link
Contributor Author

@kilasuit Ideally you'll want to avoid updating the JSON files in the \Config directory directly. You should be using the Register-LabMedia/Unregister-LabMedia for custom media images. You can move these around with Export-LabHostConfiguration/Import-LabHostConfiguration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants