Fix failure to complete pull-tools in tripleo gate

The required TRIPLEO_ROOT envar was not included in initial version
of this script, so it failed.

With this patch I've confirmed that the build now completes and shows
up as "ready" in nodepool image-list.

Change-Id: I3006b8c0d55317e1640149e92f47bc265030087e
This commit is contained in:
Elizabeth Krumbach Joseph 2013-10-15 17:56:23 -07:00
parent c98a69e4f2
commit fe8481c695

View File

@ -32,10 +32,14 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get \
rm -rf ~/tripleo
mkdir -p ~/tripleo
export TRIPLEO_ROOT=~/tripleo
cd ~/tripleo
git clone https://review.openstack.org/p/openstack/tripleo-incubator
bash tripleo-incubator/scripts/pull-tools
# Instead of running pull-tools, we'll eventually want to get the
# refresh-env script working:
# source tripleo-incubator/scripts/refresh-env ~/tripleo
# We'll want something like this for triplo when we do dependencies
#