(#74)(ENGTASKS-3605) Update ReadMe and Vagrantfile in preperation for release of new box version with Hyper-V provider #77
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description Of Changes
This PR includes two small tweaks to the Vagrantfile specific to the Hyper-V provider that came out of testing using Hyper-V to run the Chocolatey Test Environment. Specifically, it increases the timeout for getting an IP address when first booting the image and it also sets the "maximum memory" to
nil
so that the user can specify any amount of memory as allowed by their available resources.It also updates the ReadMe with information specific to running this testing environment under Hyper-V, including warning about the limitations that may be encountered while doing so.
Motivation and Context
We're about to release v3.2.0 of the Vagrant box used by this test environment and re-introduce a Hyper-V version of the box.
Testing
These changes come as a result of testing the new Hyper-V provider version of the test-environment box (v3.2.0).
Operating Systems Testing
N/A
Change Types Made
Change Checklist
Related Issue