diff --git a/files/rally.sh b/files/rally.sh new file mode 100644 index 0000000..5c0acbc --- /dev/null +++ b/files/rally.sh @@ -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