diff --git a/_images/deliverables/d_install_rpm.png b/_images/deliverables/d_install_rpm.png new file mode 100644 index 000000000..666f816a2 Binary files /dev/null and b/_images/deliverables/d_install_rpm.png differ diff --git a/userdocs/fuel-install-guide/install/install_before_you_install_fuel.rst b/userdocs/fuel-install-guide/install/install_before_you_install_fuel.rst index 77138d158..38b4f5419 100644 --- a/userdocs/fuel-install-guide/install/install_before_you_install_fuel.rst +++ b/userdocs/fuel-install-guide/install/install_before_you_install_fuel.rst @@ -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 diff --git a/userdocs/fuel-install-guide/install/install_install_fuel_master_node.rst b/userdocs/fuel-install-guide/install/install_install_fuel_master_node.rst index ed7c6e41f..fcba74f2c 100644 --- a/userdocs/fuel-install-guide/install/install_install_fuel_master_node.rst +++ b/userdocs/fuel-install-guide/install/install_install_fuel_master_node.rst @@ -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 `, + +If you choose installation using pre-built ISO image, you also need +to complete the steps described here :ref:`Download the ISO image `, and :ref:`Preparing an installation 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 `. +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 `. + .. note:: You can install the Fuel Master node on VMware vSphere. For more information, diff --git a/userdocs/fuel-install-guide/intro_fuel_install_intro.rst b/userdocs/fuel-install-guide/intro_fuel_install_intro.rst index 7a638ad16..5176e187f 100644 --- a/userdocs/fuel-install-guide/intro_fuel_install_intro.rst +++ b/userdocs/fuel-install-guide/intro_fuel_install_intro.rst @@ -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: