Jump to: navigation, search

Rally/installation

< Rally
Revision as of 09:08, 24 October 2013 by Aovchinnikov (talk | contribs)

Rally setup

Start with install the follwing requirements:

 sudo apt-get update
 sudo apt-get install libpq-dev git-core python-dev libevent-dev libssl-dev python-pip

If you would like to install Rally in virtualenv install virtualenv, create one and activate it:

  sudo pip install -U virtualenv
  virtualenv .venv
  . .venv/bin/activate


Then clone & install rally:

 git clone https://github.com/stackforge/rally.git && cd rally
 python setup.py install

The you need to create Rally database:

 openstack-rally-manage db recreate

Now you are ready to configure Rally:

sudo mkdir /etc/rally 
sudo cp ~/git/rally/etc/rally/rally.conf.sample /etc/rally/rally.conf
sudo vim /etc/rally/rally.conf