[UG] Separate provisioning or deployment

Adds the details of how to perform regular deployment,
advanced provisioning, and advanced deployment.

Change-Id: I062657ddfa777865f44ca51359b29c2192f94b9a
This commit is contained in:
OlgaGusarenko 2016-04-07 18:44:18 +03:00 committed by Evgeny Konstantinov
parent 875afdc27b
commit 6e47a86ec5
3 changed files with 74 additions and 22 deletions

View File

@ -1,20 +1,30 @@
.. raw:: pdf
PageBreak
.. _deploy-env:
Deploy an Openstack Environment
===============================
Deploy an OpenStack environment
===============================
After finishing configuration, you can deploy your OpenStack environment.
After you finish configuring, you can deploy your OpenStack environment.
In large OpenStack deployments (e.g. 50 compute nodes or more),
we recommend that you provision the OpenStack nodes before you
deploy an OpenStack environment.
Fuel provides the following options to deploy an OpenStack environment:
* Standard deployment
Provision all OpenStack nodes during the deployment.
* Advanced deployment
Pre-provision specific OpenStack nodes and then deploy the OpenStack
environment.
This section includes the following topics:
.. toctree::
:maxdepth: 3
deploy-environment/provision-environment.rst
deploy-environment/deploy-changes.rst
deploy-environment/stop-deploy-ui.rst
deploy-environment/reset-environment.rst
deploy-environment/reset-environment.rst

View File

@ -1,24 +1,35 @@
.. _deploy-changes:
==============
Deploy changes
--------------
==============
When you have completed configuring your OpenStack environment as
described in :ref:`create-env-ug` and :ref:`configure-env-ug`, you
can start the deployment.
When you have completed configuration as described in :ref:`create-env-ug`,
and :ref:`configure-env-ug`, you can deploy your OpenStack environment.
.. warning::
After you deploy an OpenStack environment, you will not be able to
modify many of the OpenStack parameters, such as network topology,
disk partitioning, and so on. Verify that you have applied correct
settings.
Depending on the environment configuration, deployment may take from thirty
minutes to an hour.
**To deploy an OpenStack environment:**
**To run a standard deployment of the entire OpenStack environment:**
#. In the Fuel web UI, select the :guilabel:`Dashboard` tab.
#. Click :guilabel:`Deploy changes`.
#. Set the :guilabel:`Deployment mode` to :guilabel:`Provisioning + Deployment`.
#. Click :guilabel:`Deploy Changes` to run both provisioning
and deployment for the entire environment. Such deployment affects
the OpenStack environment nodes as follows:
Fuel deploys your OpenStack environment. Depending on the configuration
of the environment, the deployment may take from fifteen minutes
to an hour.
* Not provisioned discovered nodes are provisioned and deployed.
* Provisioned and not deployed nodes are deployed.
* Already deployed nodes are re-deployed.
**To run a separate deployment for the OpenStack environment nodes:**
#. In the Fuel web UI, select the :guilabel:`Dashboard` tab.
#. Set the :guilabel:`Deployment mode` to :guilabel:`Deployment Only`.
* If you want to deploy all nodes, click :guilabel:`Deploy Nodes`.
* If you want to deploy specific nodes:
#. Unfold :guilabel:`Choose nodes for deployment` and
select nodes.
#. Click :guilabel:`Deploy Nodes`.

View File

@ -0,0 +1,31 @@
.. _provision-environment:
==================================
Provision an OpenStack environment
==================================
Fuel enables you to provision all your OpenStack environment nodes or
a particular set of nodes before you deploy an OpenStack environment.
You can start a separate provisioning task for on-line discovered (not
provisioned and not deployed) environment nodes.
After you successfully provision the environment nodes, run a separate
deployment as described in :ref:`deploy-changes`. Such deployment
affects all on-line provisioned and not yet deployed OpenStack environment
nodes. Nodes with the ``error`` status are also considered as not deployed.
**To provision an OpenStack environment:**
#. In the Fuel web UI, click the :guilabel:`Dashboard` tab.
#. Verify you have added nodes to your OpenStack environment as described
in :ref:`add-nodes-ug`.
#. Set the :guilabel:`Deployment mode` to :guilabel:`Provisioning Only`.
#. Proceed with one of the following options to start the provisioning:
* If you want to provision all nodes, click :guilabel:`Provision Nodes`.
* If you want to provision specific nodes:
#. Unfold :guilabel:`Choose nodes for provisioning` and
select nodes.
For example, controller, compute, or other nodes.
#. Click :guilabel:`Provision Nodes`.