Fix valid deployment id range
This commit is contained in:
parent
fd6d05cbc1
commit
bda3b7fc6f
@ -326,7 +326,7 @@ Fuel enables you to control multiple deployments simultaneously by setting an in
|
||||
...
|
||||
# This parameter specifies the the identifier of the current cluster. This is needed in case of multiple environments.
|
||||
# installation. Each cluster requires a unique integer value.
|
||||
# Valid identifier range is 0 to 254
|
||||
# Valid identifier range is 1 to 254
|
||||
$deployment_id = '79'
|
||||
..
|
||||
|
||||
|
@ -50,7 +50,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.
|
||||
you should specify the ``$deployment_id`` option in ``/etc/puppet/manifests/site.pp``. It should be an even integer value in the range of 1-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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user