VirtualBox install: curl download of "auto.sh" as "Vagrantfile" - Is not a valid Vagrentfile

Asked by Jim Wichelman

Section 6.2 of OpenStack Compute Admin Manual for Cactus has this section:

   Get the chef-solo Vagrant file

       curl -o Vagrantfile https://raw.github.com/cloudbuilders/deploy.sh/master/auto.sh

The file "auto.sh" is not a valid Vagrantfile (its a shell script).
The "vagrant up" command complains immediately because of this.

Can somebody please provide some guidance on where the correct file lives?
Is this documentation valid anymore?

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Solved by:
Vish Ishaya
Solved:
Last query:
Last reply:
Revision history for this message
Best Vish Ishaya (vishvananda) said :
#1

maybe try this set of instructions?

http://cloudbuilders.github.com/deploy.sh/single-node-nova-installation-using-vagrant-and-chef.html

That file name is definitely wrong.

Vish

On Jun 16, 2011, at 11:51 AM, Jim Wichelman wrote:

> New question #161717 on OpenStack Compute (nova):
> https://answers.launchpad.net/nova/+question/161717
>
> Section 6.2 of OpenStack Compute Admin Manual for Cactus has this section:
>
> Get the chef-solo Vagrant file
>
> curl -o Vagrantfile https://raw.github.com/cloudbuilders/deploy.sh/master/auto.sh
>
> The file "auto.sh" is not a valid Vagrantfile (its a shell script).
> The "vagrant up" command complains immediately because of this.
>
> Can somebody please provide some guidance on where the correct file lives?
> Is this documentation valid anymore?
>
>
>
> --
> You received this question notification because you are a member of Nova
> Core, which is an answer contact for OpenStack Compute (nova).

Revision history for this message
Jim Wichelman (jim-wichelman) said :
#2

Thanks for the pointer - that link works.

The documentation I was looking at is here:
   http://docs.openstack.org/cactus/openstack-compute/admin/os-compute-adminguide-cactus.pdf

The HTML version is also wrong:
   http://docs.openstack.org/cactus/openstack-compute/admin/content/openstack-compute-installation-using-virtualbox-vagrant-and-chef.html#d1480e1450

It also has some comments about where you can find the correct file.

Revision history for this message
Jim Wichelman (jim-wichelman) said :
#3

Thanks Vish Ishaya, that solved my question.