added bootstrap script for testing

current bootstrap script relies on the common bootstrap script in
stackforge/cookbook-openstack-common to install all the needed
dependencies

Change-Id: Id418290cbc3758f0b55264ce351d21cc31de1160
blueprint: bootstrap-infra-test-nodes
This commit is contained in:
Jan Klare 2015-02-23 15:08:00 +01:00
parent 33fca8c176
commit 711a58c91a

9
bootstrap.sh Executable file
View File

@ -0,0 +1,9 @@
#!/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 stackforge/cookbook-openstack-common for installing common dependencies.
curl https://raw.githubusercontent.com/stackforge/cookbook-openstack-common/master/bootstrap.sh \
--retry 3 \
--silent \
--show-error \
| /bin/bash -x