X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fclean.sh;h=f61ac9372cce5e0d09f741ff599c9f7aecc52dc2;hb=9d303fdfce261b429de8e710be0a19787626b69f;hp=3f3c879c235f5fb327cb55da5550c91b350b2a5a;hpb=7b483cb5ddc4445d5a31886c08694a61bce50636;p=genesis.git diff --git a/foreman/ci/clean.sh b/foreman/ci/clean.sh index 3f3c879..f61ac93 100755 --- a/foreman/ci/clean.sh +++ b/foreman/ci/clean.sh @@ -51,9 +51,10 @@ esac done -##install ipmitool +# Install ipmitool +# Major version is pinned to force some consistency for Arno if ! yum list installed | grep -i ipmitool; then - if ! yum -y install ipmitool; then + if ! yum -y install ipmitool-1*; then echo "${red}Unable to install ipmitool!${reset}" exit 1 fi