Freeze templates version because of Tuskar

We need templates that are supported by Tuskar, before Tuskar
will know how to work with the new ones.
This commit is contained in:
Ladislav Smola 2014-11-20 15:38:36 +01:00
parent 12a9ddbbe5
commit 143e569235
2 changed files with 10 additions and 0 deletions

View File

@ -65,6 +65,7 @@ if [ "$LKG" = "1" ]; then
export DIB_REPOREF_diskimage_builder=233753295411e9c168b8b03ca1ea9c22ddc7c6d2
export DIB_REPOREF_os_cloud_config=a2b5ec4d4d0f22dd58454023324d1245ecdeece7
export DIB_REPOREF_tripleo_incubator=c3fb309727671130a32b4c19de48ec22c8530aa1
export DIB_REPOREF_tripleo_heat_templates=4bfb71e1ed3991370728e049d689f0e6e2a4c216
# This is set manually since swift is not part of the undercloud
export DIB_REPOREF_swift=4dc718e8c3bd2a8bbe1f2d7a98ad03421a70217f

View File

@ -146,6 +146,15 @@ function do_tripleo_source_installs {
if [ ! -d $INSTACK_ROOT/tripleo-heat-templates ]; then
git clone https://git.openstack.org/openstack/tripleo-heat-templates
pushd tripleo-heat-templates
if [ "$LKG" = "1" ]; then
git fetch origin $DIB_REPOREF_tripleo_heat_templates
git reset --hard FETCH_HEAD
fi
popd
fi
# Create a useful symlink for openstack-tripleo-heat-templates