diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-26 13:02:11 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-26 13:02:11 +0000 |
commit | 7c8e79168fe4d2fa34cdd8eec813833b0cf1e8b0 (patch) | |
tree | d6cc02a1cb619d3e8874a9fffcdc4c2b714ca3be /roles_data.yaml | |
parent | 034b3a456557b786f23ec1a21a997e220a3c452a (diff) | |
parent | 1cdc514871f789eb75b13131670e2a753573449c (diff) |
Merge "Add support for batched upgrades to composable upgrades"
Diffstat (limited to 'roles_data.yaml')
-rw-r--r-- | roles_data.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/roles_data.yaml b/roles_data.yaml index 90250aa8..530e4376 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -17,8 +17,9 @@ # disable_constraints: (boolean) optional, whether to disable Nova and Glance # constraints for each role specified in the templates. # -# disable_upgrade_deployment: (boolean) optional, whether to run the composable upgrade -# steps for all services that are deployed on the particular role. +# upgrade_batch_size: (number): batch size for upgrades where tasks are +# specified by services to run in batches vs all nodes at once. +# This defaults to 1, but larger batches may be specified here. # # ServicesDefault: (list) optional default list of services to be deployed # on the role, defaults to an empty list. Sets the default for the |