sebgoa / simstack

A CloudStack and co vagrant box for cloud experimentation
Apache License 2.0
3 stars 1 forks source link

vagrant up >> The executable 'ansible-playbook' Vagrant is trying to run was not found in the %PATH% variable #3

Open snowch opened 10 years ago

snowch commented 10 years ago

I'm just tried running:

git clone https://github.com/runseb/simstack.git
cd simstack
vagrant up
# change port due to host conflict:
# -  config.vm.network :forwarded_port, host: 8081, guest: 8081
#+  config.vm.network :forwarded_port, host: 8082, guest: 8081
vagrant up

The error I'm getting is:

snowc@CAR03-01790 /c/dev/1_vagrant_machines/simstack
$ vagrant up
Bringing machine 'default' up with 'virtualbox' provider...
[default] Clearing any previously set forwarded ports...
[default] Fixed port collision for 22 => 2222. Now on port 2200.
[default] Clearing any previously set network interfaces...
[default] Preparing network interfaces based on configuration...
[default] Forwarding ports...
[default] -- 22 => 2200 (adapter 1)
[default] -- 8080 => 8080 (adapter 1)
[default] -- 8081 => 8082 (adapter 1)
[default] -- 7080 => 7080 (adapter 1)
[default] -- 8000 => 8000 (adapter 1)
[default] -- 80 => 8001 (adapter 1)
[default] Running 'pre-boot' VM customizations...
[default] Booting VM...
[default] Waiting for machine to boot. This may take a few minutes...
DL is deprecated, please use Fiddle
[default] Machine booted and ready!
[default] Setting hostname...
[default] Mounting shared folders...
[default] -- /srv
[default] -- /vagrant
[default] Running provisioner: shell...
[default] Running: inline script
[default] Running provisioner: ansible...
The executable 'ansible-playbook' Vagrant is trying to run was not
found in the %PATH% variable. This is an error. Please verify
this software is installed and on the path.
sebgoa commented 10 years ago

yes, this project is not up to date. however I will try to put a quick fix in. What are you looking for ?

snowch commented 10 years ago

Basically, I need a cloudstack environment that I can connect to from my local machine for development purposes for the Apache Stratos (Incubating) PaaS project.

As far as I can tell, I need a cloudstack environment with roughly similar functionality to these openstack components:

Btw - no hurry on this bug. I've been working on devcloud for this environment for over a month, so a few more days isn't going to hurt :)

sebgoa commented 10 years ago

glance is image catalogue so secondary storage cinder is volume management so roughly primary storage + data volumes nova is just our compute plugins for the various hypervisors we don't have swift but support it as secondary storage.

I will try to fix simstack and also look at your devcloud, just had no time lately

snowch commented 10 years ago

No worries, Ian Duffy is pushing forward with devcloud here, so I think I will be able to retire my Devcloud project soon :)