diff --git a/docs/pages/installation-instructions/0062-orchestration.rst b/docs/pages/installation-instructions/0062-orchestration.rst index 1ec18577f5..cea32653d5 100644 --- a/docs/pages/installation-instructions/0062-orchestration.rst +++ b/docs/pages/installation-instructions/0062-orchestration.rst @@ -1,6 +1,6 @@ .. _orchestration: -Depolying via orchestration +Deploying via orchestration ---------------------------- Manually installing a handful of servers might be managable, but repeatable installations, or those that involve a large number of servers, require automated orchestration. Now you can use orchestration with Fuel through the ``astute`` script. This script is configured using the ``astute.yaml`` file you created when you ran ``openstack_system``. diff --git a/docs/pages/production-considerations/0020-deployment-pipeline.rst b/docs/pages/production-considerations/0020-deployment-pipeline.rst index 2fd25c2491..a2c4c9672b 100644 --- a/docs/pages/production-considerations/0020-deployment-pipeline.rst +++ b/docs/pages/production-considerations/0020-deployment-pipeline.rst @@ -1,4 +1,4 @@ -Redepolying an environment +Redeploying an environment -------------------------- Because Puppet is additive only, there is no ability to revert changes as you would in a typical application deployment. @@ -45,7 +45,7 @@ Deployment pipeline * Deploy - In order to deploy multiple environments that don't interfere with each other, you should specify the ``$deployment_id`` option in ``/etc/puppet/manifests/site.pp``. It should be an even integer value in the range of 0-254. + In order to deploy multiple environments that don't interfere with each other, you should specify the ``$deployment_id`` option in ``/etc/puppet/manifests/site.pp``. It should be an even integer value in the range of 2-254. This value is used in dynamic environment-based tag generation. Fuel also apply that tag globally to all resources on each node. It is also used for the keepalived daemon, which evaluates a unique ``virtual_router_id``.