how to install devstack on pc?
i need to install devstack i need the procedures needed to follow please help!!
First time here? Check out the FAQ!
i need to install devstack i need the procedures needed to follow please help!!
www.devstack.org is your friend. Otherwise can you be little more specific with what you are seeking?
First setup a VM with about 10 GB of storage. Explaining here for Ubuntu 12.04, though it should be easy to adapt to other OS's.
First, configure proxy for apt, bash and git if you are behind a proxy.
Then, clone the repository using the command:
git clone git://github.com/openstack-dev/devstack.git
And then cd
to the directory where this is cloned and then:
./stack.sh
This may take some time depending upon your network configuration- roughly 2 hours on a 200 kbps connection.
If you get a message such as this on completion:
Horizon is now available at http://10.1.119.60/
Keystone is serving at http://10.1.119.60:5000/v2.0/
Examples on using novaclient command line is in exercise.sh
The default users are: admin and demo
The password: password
This is your host ip: 10.1.119.60
stack.sh completed in 257 seconds.
Then the installation was successful and openstack can be accessed using horizon on a browser with the URL as 10.1.119.60
or whatever IP address you get at the respective location.
I posted a guide on my facebook page (Cloud Computing Training) that walks the reader through steps to get devstack up and running. Screenshots are included.
How to download the guide from facebook page:
Asked: 2014-02-20 04:46:55 -0600
Seen: 224 times
Last updated: Feb 22 '14
Devstack installation log files
Installation of devstack on RHEL
Mapping physical and virtual networking
stack.sh hangs on git clone to /opt/stack/nova
stack.sh hangs on git clone to /opt/stack/cinder
How to access Devstack in my host machine?