Thanks Alvaro. I did that on my vagrant 1.4.2.
*config.vm.define "sparkvm" do |master|* * master.vm.box_url = "https://atlas.hashicorp.com/sparkmooc/boxes/base/versions/0.0.7.1/providers/virtualbox.box"* * master.vm.box = "sparkmooc/base"* and after that, huge downloading is going on ....... Hope this should work and will save my day . Will acknowledge, if it goes smoother. Thanks to all. P.S: But the question is still unanswered, why the newer universal installer 1.7.x/1.6.x is not installing. Hope Vagrant people should look at this On Saturday, June 13, 2015 at 1:42:26 PM UTC+5:30, Alvaro Miranda Aguilera wrote: > > user/vm is new for 1.5+ vagrant > > as you are on 1.4 > under > > config.vm.box = "sparkmooc/base" > > add > > config.vm.box_url = > " > https://atlas.hashicorp.com/sparkmooc/boxes/base/versions/0.0.7/providers/virtualbox.box" > > > > > the url can be found here: > > https://atlas.hashicorp.com/sparkmooc/boxes/base.json > > > > On Sat, Jun 13, 2015 at 7:48 PM, amp <[email protected] <javascript:>> > wrote: > > Thanks for replying again. > > > > But this is the case w.r.t the installer only older version is getting > > installed at-least. > > > > answering to your question, I am using one of the vagrant file by > sparkedx > > (See here: > https://groups.google.com/forum/#!topic/vagrant-up/li2j05uwaes). > > > > Just to try with the older vagrant (Vagrant_1.4.3.msi), I managed to get > > installed but while running at command prompt, I get the following > response: > > > > Bringing machine 'sparkvm' up with 'virtualbox' provider... > > There are errors in the configuration of this machine. Please fix > > the following errors and try again: > > > > SSH: > > * The following settings shouldn't exist: insert_key > > > > vm: > > * The box 'sparkmooc/base' could not be found. > > > > I believe, I have to stick with the newer vagrant version or immediately > to > > buy a new laptop (not a good deal of-course) > > > > Any issues with the Vagrant universal installer. > > > > On Saturday, 13 June 2015 09:28:18 UTC+5:30, dragon788 wrote: > >> > >> Do you have a copy of the vagrantfile you were using that you can post? > >> > >> > >> On Fri, Jun 12, 2015, 8:41 PM amp <[email protected]> wrote: > >>> > >>> Thanks for replying. > >>> > >>> I had virtual box already installed on my machine and running good > with > >>> Ubuntu as a guest OS. > >>> > >>> I checked vagrant website and all the installer are universal > >>> irrespective of OS and architecture. > >>> > >>> Any other pointers? > >>> > >>> -- > >>> You received this message because you are subscribed to a topic in the > >>> Google Groups "Vagrant" group. > >>> To unsubscribe from this topic, visit > >>> https://groups.google.com/d/topic/vagrant-up/mdxxrWc2lGI/unsubscribe. > >>> To unsubscribe from this group and all its topics, 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] <javascript:>. > > 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.
