diff --git a/doc/source/install-undercloud.rst b/doc/source/install-undercloud.rst index 6d73af545..3894b0612 100644 --- a/doc/source/install-undercloud.rst +++ b/doc/source/install-undercloud.rst @@ -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 diff --git a/scripts/instack-setup-host b/scripts/instack-setup-host index 7eef08928..b00ab48f6 100755 --- a/scripts/instack-setup-host +++ b/scripts/instack-setup-host @@ -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