Merge "Add a helper script to initialize rally"

This commit is contained in:
Jenkins
2015-05-07 18:05:19 +00:00
committed by Gerrit Code Review

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