Adding the required yum-utils RPM installation - missing on some systems, mispell correction

Change-Id: I43739c76b11e831c03973c9297bffc399ca64031
Signed-off-by: Sasha Chuzhoy <sashac88@hotmail.com>
This commit is contained in:
Sasha Chuzhoy 2015-03-17 12:34:45 -04:00
parent a3aa3326a7
commit c2c5444642
3 changed files with 6 additions and 2 deletions

View File

@ -21,7 +21,7 @@ non-root user that was used to install the undercloud.
# To choose CentOS 7:
export NODE_DIST=centos7
# To choose RHEL 7.1:
exoprt NODE_DIST=rhel7
export NODE_DIST=rhel7
2. Build the required images::

View File

@ -10,6 +10,10 @@ 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

@ -64,7 +64,7 @@ Preparing the Host Machine
# To choose CentOS 7:
export NODE_DIST=centos7
# To choose RHEL 7.1:
exoprt NODE_DIST=rhel7
export NODE_DIST=rhel7
8. Run the script to setup your virtual environment.::