Merge "Install yum-utils in instack-setup-host"

This commit is contained in:
James Slagle 2015-03-20 03:11:05 +01:00 committed by Gerrit Code Review
commit 1fef61ee5c
2 changed files with 1 additions and 4 deletions

View File

@ -10,10 +10,6 @@ use the stack user.
For a baremetal setup this will be the host you selected for the Undercloud
while preparing the environment.
#. Install yum-utils (required by the instack-setup-host script)::
sudo yum install -y yum-utils
#. Download and execute the instack-undercloud setup script::
curl https://raw.githubusercontent.com/rdo-management/instack-undercloud/master/scripts/instack-setup-host | bash -x

View File

@ -37,6 +37,7 @@ if $(grep -Eqs 'Red Hat Enterprise Linux Server' /etc/redhat-release); then
sudo rhos-release 6
fi
# We need openwsman-python from the optional repo
sudo yum install -y yum-utils
sudo yum-config-manager --enable rhelosp-rhel-7-server-opt
fi