Merge "Add installation from packages guide"

This commit is contained in:
Jenkins 2016-12-01 13:48:43 +00:00 committed by Gerrit Code Review
commit 771e3550eb
4 changed files with 40 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View File

@ -30,3 +30,9 @@ Before you install Fuel, verify that you have completed the following tasks:
.. image:: /_images/deliverables/d_install_wo_internet.png .. image:: /_images/deliverables/d_install_wo_internet.png
:width: 70% :width: 70%
:align: center :align: center
* If you install Fuel from on of RPM mirrors, follow this workflow:
.. image:: /_images/deliverables/d_install_rpm.png
:width: 70%
:align: center

View File

@ -5,10 +5,13 @@ Install the Fuel Master node
Before you install the Fuel Master node, complete the steps described in Before you install the Fuel Master node, complete the steps described in
:ref:`Before you install Fuel <install_before_you_install_fuel>`, :ref:`Before you install Fuel <install_before_you_install_fuel>`,
If you choose installation using pre-built ISO image, you also need
to complete the steps described here
:ref:`Download the ISO image <install_download_iso>`, and :ref:`Download the ISO image <install_download_iso>`, and
:ref:`Preparing an installation media <install_prepare_install_media>`. :ref:`Preparing an installation media <install_prepare_install_media>`.
**To install the Fuel Master node:** and then start the Fuel Master node installation process as follows:
#. Insert or mount through IPMI (or using any other remote control utility #. Insert or mount through IPMI (or using any other remote control utility
supported by your hardware) the media with the Fuel ISO on the server supported by your hardware) the media with the Fuel ISO on the server
@ -26,6 +29,31 @@ Before you install the Fuel Master node, complete the steps described in
#. Proceed to :ref:`Configure network parameters <install_set_up_fuel>`. #. Proceed to :ref:`Configure network parameters <install_set_up_fuel>`.
If you choose installation using RPM packages then follow the procedure
described here
#. Install CentOS 7 on the node you assume to be the Fuel Master node as
described in the official CentOS documentation
#. Install some additional packages that are necessary::
sudo yum install -y PyYAML net-tools
#. Install fuel-release RPM package from one of the Fuel mirrors::
sudo rpm -i http://packages.fuel-infra.org/repositories/centos/master-centos7/os/x86_64/Packages/fuel-release-10.0.0-1.mos6376.git.a8c98d0.noarch.rpm
.. note::
Due to version part of the package name particular URL can differ
from what is written here in the documentation.
#. Install fuel-setup package::
sudo yum install -y fuel-setup
#. Run the Fuel bootstrap script::
sudo /usr/sbin/bootstrap_admin_node.sh
#. Proceed to :ref:`Fuel setup configuration <install_set_up_fuel>`.
.. note:: .. note::
You can install the Fuel Master node on VMware vSphere. For more information, You can install the Fuel Master node on VMware vSphere. For more information,

View File

@ -8,9 +8,11 @@ Introduction to Fuel Installation
================================= =================================
This section provides an overview of the Fuel installation This section provides an overview of the Fuel installation
process. You can install Fuel on a server with an Internet connection or process. You can install Fuel either using pre-built ISO image or
on a server that is isolated from the Internet for security reasons. Depending using rpm packages available on one of Fuel mirrors. Using ISO
on your choice, the workflow differs. you can install Fuel on a server with an Internet connection or
on a server that is isolated from the Internet for security reasons.
Depending on your choice, the workflow differs.
This section includes the following topics: This section includes the following topics: