Add a helper script to initialize rally

Change-Id: I9530e85c3ca0c07f4a983e8845efed1ee4e471e6
This commit is contained in:
Christian Berendt 2015-05-07 19:51:57 +02:00
parent 622003d865
commit 837d1aa272
1 changed files with 12 additions and 0 deletions

12
files/rally.sh Normal file
View File

@ -0,0 +1,12 @@
#!/bin/sh
# https://rally.readthedocs.org/en/latest/install.html#automated-installation
cd /home/vagrant
sudo yum install -y git
git clone https://git.openstack.org/openstack/rally
sudo ./rally/install_rally.sh
rally-manage db recreate
source /home/vagrant/openrc
rally deployment create --fromenv --name=packstack
rally deployment check