Don't use cached undercloud image for element repos either

These repos install packages on the undercloud, and if a package
install is mistakenly removed/broken it won't be caught if we use
the image that already has the packages installed.  This actually
happened in Ie204c5d0aa0f48d3d93d834b51a644d8562cd2fd which broke
all undercloud installs not using the cached image.

Change-Id: Ife3392f9c66616fb91c208fc75c38ee99246072b
This commit is contained in:
Ben Nemec 2016-04-19 17:48:35 +00:00
parent 9352106c92
commit 114c74cfac
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function canusecache(){
case $CACHEDOBJECT in
${UNDERCLOUD_VM_NAME}.qcow2)
[[ "$PROJ" =~ instack-undercloud|diskimage-builder ]] && return 1
[[ "$PROJ" =~ instack-undercloud|diskimage-builder|tripleo-image-elements|tripleo-puppet-elements ]] && return 1
;;
esac