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:
parent
33fca8c176
commit
711a58c91a
9
bootstrap.sh
Executable file
9
bootstrap.sh
Executable 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
|
Loading…
Reference in New Issue
Block a user