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 box name between packer script and VagrantFile #72

Open tmcgee opened 10 years ago

tmcgee commented 10 years ago

The packer script build.sh adds the newly create Vagrant box with a name of "welldone_server".

The VagrantFile is looking for the box named "welldone/strato-base" 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.

amcgee commented 10 years ago

Does changing the name of the box prevent the download? I think it might still check vagrant cloud... On Apr 29, 2014 7:13 AM, "Tim McGee" notifications@github.com wrote:

The packer script build.sh adds the newly create Vagrant box with a name of "welldone_server".

The VagrantFile is looking for the box named "welldone/strato-base" which it does not find locally so attempts to download the 0.1 version from vagrantcloud.

— Reply to this email directly or view it on GitHubhttps://github.com/WellDone/Strato/issues/72 .

tmcgee commented 10 years ago

I tested this. It does not prevent the download. I believe that is because of mismatch on the vagrant version number. That issue is being added now.

tmcgee commented 10 years ago

Commenting out the build number requirement in VagrantFile allows the local box to be used and no download occurs.

The VirtualBox VM boots but fails to mount guest folders. Will check my configuration and potentially add that as a new issue