Docs: exclude zero from valid range (rfc2338.6.1.vrid)

This commit is contained in:
Michael Polenchuk 2013-03-18 17:41:35 +04:00
parent 56a90ac1a5
commit de40fc1582

View File

@ -51,7 +51,7 @@ Deployment pipeline
* Deploy
In order to deploy the multiple environments that aren't interfere with each other
you should specify the ``$deployment_id`` option in ``/etc/puppet/manifests/site.pp`` (set it to an even integer value (valid range is 0..254)).
you should specify the ``$deployment_id`` option in ``/etc/puppet/manifests/site.pp`` (set it to an even integer value (valid range is 1..254)).
First of all it is involved in the dynamic environment-based tag generation and globally apply that tag to all resources on each node.
It is also used for keepalived daemon, there is a unique virtual_router_id evaluated.