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

Several small fixes #63

Merged
merged 6 commits into from
Oct 30, 2017
Merged

Several small fixes #63

merged 6 commits into from
Oct 30, 2017

Conversation

algaut
Copy link

@algaut algaut commented Oct 24, 2017

Description

A few fixes for some minor problems that I had:

  • Add timeout when checking that the VM's IP responds
  • Traverse folders when looking for a network
  • Wait for progress when cloning VM templates

Issues Resolved

Traverse network folders

This was taken from https://github.com/nsidc/vagrant-vsphere/pull/246/files
Report progress during VM clone to avoid SOAP API proxy timeouts (and it's nice from the user perspective that it's just taking so long).
Having some firewall issues, the port between my provisioning VM and the freshly deployed VM won't appear open. Since no timeout was used here, my chef client run kept going for hours without a valid reason. This change intend to fix this problem.
Fixes: #56
When looking for a network, go through folders even when they are not specified in the full path.
@jjasghar jjasghar merged commit c9401eb into chef-boneyard:master Oct 30, 2017
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