The plugin use a dummy box config.vm.box = 'dummy' config.vm.box_url = './example_box/dummy.box'
vagrant box list that command should list a dummy box perhaps is trying to read example_box/dummy.box and it's failing.. so make sure that file example_box/dummy.box is reachable as the path listed in config.vm.box_url On Tue, Jan 13, 2015 at 8:45 AM, <[email protected]> wrote: > I'm not sure what you mean by "readd". Just to clarify, I am using the > instructions from this site to set this up: > https://github.com/nsidc/vagrant-vsphere > > And it works fine on my original system, following the same instructions. > > - Rob > > On Monday, January 12, 2015 at 1:33:10 PM UTC-6, Alvaro Miranda Aguilera > wrote: >> >> >> On Tue, Jan 13, 2015 at 8:28 AM, <[email protected]> wrote: >> >>> The metadata associated with the box 'dummy' appears corrupted. >> >> >> can you readd the dummy machine?? >> > -- > You received this message because you are subscribed to the Google Groups > "Vagrant" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Vagrant" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
