Files
cookbook-openstack-compute/bootstrap.sh
Samuel Cassiba 326130da9a stable/queens release patch
Change-Id: I70211e67a06f3de4188b4455b8d7daaee401e71b
2018-07-26 20:54:19 -07:00

7 lines
412 B
Bash
Executable File

#!/bin/bash -x
## This script is for installing all the needed packages on trusty to run the chef tests with 'chef exec rake'.
## It relies on the common bootstrap.sh from openstack/cookbook-openstack-common for installing common dependencies.
wget -nv -t 3 -O common-bootstrap.sh https://raw.githubusercontent.com/openstack/cookbook-openstack-common/stable/queens/bootstrap.sh
/bin/bash -x common-bootstrap.sh