Add -y to yum commands

This commit is contained in:
James Slagle 2015-01-12 18:04:06 -05:00
parent a010258b9f
commit 94466403b5
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ set -o pipefail
sudo rpm -Uvh http://rhos-release.virt.bos.redhat.com/repos/rhos-release/rhos-release-latest.noarch.rpm
sudo rhos-release -d 6
sudo yum install instack-undercloud # need to get all the instack-undercloud deps
sudo yum -y install instack-undercloud # need to get all the instack-undercloud deps
sudo rpm -evh instack-undercloud # the actual rpm is no longer needed
sudo yum install git
sudo yum -y install git
git clone http://github.com/agroup/instack-undercloud