WellDone / strato-old

Strato web portal - device management, configuration, and data visualization for MoMo mobile monitors
MIT License
2 stars 2 forks source link

mis-matched or missing box version between packer script and VagrantFile #73

Open tmcgee opened 10 years ago

tmcgee commented 10 years ago

By default, the packer script build.sh does not include a vagrant version number for a newly created Vagrant box. The resulting vagrant version number is 0 (v0).

The VagrantFile has a constraint looking for boxes with a version number ">=0.1, < 1.0" which it does not find locally so attempts to download the 0.1 version from vagrantcloud.

This applies to virtualbox-iso. I presume it would apply to the other providers as well.

tmcgee commented 10 years ago

As noted in issue #72, commenting out the box version number requirement in VagrantFile allows the local box to be used and no download occurs. This is just a work-around and box versions should be included in the build.