Merge "Add a helper script to initialize rally"
This commit is contained in:
12
files/rally.sh
Normal file
12
files/rally.sh
Normal 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
|
Reference in New Issue
Block a user