Add installation from packages guide

Change-Id: Ifce8ba4f8f096cab36503682a4b09a47f1c5aa81
This commit is contained in:
Vladimir Kozhukalov 2016-09-19 17:50:34 +03:00
parent 843327c503
commit 509f36a6a5
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
:width: 70%
: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
: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:`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
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>`.
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::
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
process. 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.
process. You can install Fuel either using pre-built ISO image or
using rpm packages available on one of Fuel mirrors. Using ISO
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: