From cef03d465590d28dd84f59e2f7c55723b990c2c2 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 3 Nov 2015 16:28:44 -0800 Subject: [PATCH] [Docs restructuring]Install Fuel Modified the Install Fuel section. Change-Id: I905bfc6dbe4f37e730880c82b2e9456be93b70c2 Partial-Bug: #1504699 --- .../install_install_fuel.rst | 30 +++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pages/draft/fuel-install-guide/install_install_fuel.rst diff --git a/pages/draft/fuel-install-guide/install_install_fuel.rst b/pages/draft/fuel-install-guide/install_install_fuel.rst new file mode 100644 index 000000000..e822aef39 --- /dev/null +++ b/pages/draft/fuel-install-guide/install_install_fuel.rst @@ -0,0 +1,30 @@ +.. _install_into: + +============ +Install Fuel +============ + +This section describes how to install Fuel on virtual or +bare-metal hardware. During the installation, you deploy the Fuel Master node +on the selected hardware and boot the servers or virtual machines that are +dedicated as Fuel Slave nodes. However, you do not install an operating +system or OpenStack components on the Fuel Slave nodes just yet. After you +deploy the Fuel Master node, you create an OpenStack environment using the +Fuel web UI or Fuel CLI. The Fuel Master node provisions the dedicated Fuel +Slave nodes with the selected operating system, OpenStack or other +components and roles when you deploy an OpenStack environment. + +This section includes the following topics: + +* : ref: `install_before_you_install_fuel` +* : ref: `install_download_iso` +* : ref: `install_prepare_install_media` +* : ref: `install_install_fuel_master_node` +* : ref: `install_configure_network_params` +* : ref: `install_boot_fuel_master_node` +* : ref: `install_boot_fuel_target_node` + +If you install Fuel on VMware vSphere, see: : ref: `Installing Fuel on VMware +vSphere`. + +If you install Fuel for testing purposes, see: : ref: `Fuel QuickStart Guide`.