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

Clone VM base path #73

Merged
merged 3 commits into from
Jul 7, 2014
Merged

Clone VM base path #73

merged 3 commits into from
Jul 7, 2014

Conversation

mikola-spb
Copy link
Contributor

Add new configuration parameter: vm_base_path, which adds ability to clone VM into custom folder in vSphere. Currently template's parent folder is used.

@flamingbear flamingbear merged commit f0f5a6b into nsidc:master Jul 7, 2014
@marnovdm
Copy link

marnovdm commented Jul 9, 2014

This is great! Would it be possible to add auto creation of the folder if it doesn't exist? That way I wouldn't have to manually create these myself based on vagrant project name or put them all in the same folder..

@mikola-spb mikola-spb deleted the vm-base-path branch July 9, 2014 23:30
@mikola-spb
Copy link
Contributor Author

Yes, it's possible. There is one boolean parameter in rbvmomi. Frankly I missed it.
The question only if folder should be created by default. I don't think we need new parameter here, so "true" can be hardcoded.

@marnovdm
Copy link

Thanks, I was curious to see how hard it would be and it seems this is all that's required to get this behaviour working: #76. Hopefully this can be integrated soon.

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

Successfully merging this pull request may close these issues.

3 participants