X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fclean.sh;h=f61ac9372cce5e0d09f741ff599c9f7aecc52dc2;hb=be75ed95cc956e1ef634d3878148701c21d15b5a;hp=3f3c879c235f5fb327cb55da5550c91b350b2a5a;hpb=50d8fecb68f5d17bafa7d91590bcc2a326027d01;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