cmusatyalab / elijah-openstack

Elijah OpenStack integration
http://elijah.cs.cmu.edu/
Apache License 2.0
27 stars 26 forks source link

i have a question about install the cloutlet #2

Closed appleprince88 closed 10 years ago

appleprince88 commented 10 years ago

First I use git command download the whole project ,the command (git clone git://https://github.com/cmusatyalab/elijah-openstack.git /tmp/eligh-openstack), then I run the command( sudo fab localhost provisoning_control), the system need a password . My question is what's the password.

krha commented 10 years ago

@appleprince88

We use Fabric library to make it easy to install elijah-openstack extension. Fabric uses SSH to deploy the application, so the password you need to enter is the password of your account.

krha commented 10 years ago

One note: Please first play with VM provisioning. OpenStack extension is a set of glue logic to make VM provisioning work with OpenStack. So, I recommend you to make a stand-alone version of VM provisioning work before you try to install OpenStack extension. And make sure you're aware of OpenStack itself as well.