diff options
author | marios <marios@redhat.com> | 2017-02-22 12:59:22 +0200 |
---|---|---|
committer | Marios Andreou <marios@redhat.com> | 2017-02-23 11:52:11 +0000 |
commit | dfa98bc2e8e71d80d54abc92a91a980bc1ffd5cf (patch) | |
tree | c7d8f4335a65cb7f21e02aa76e8d42fa2050c887 | |
parent | 0c6a309e6dc6c05209342f20b6b4994c18b3075b (diff) |
Re-add the disable_upgrade_deployment note in roles_data.yaml
This was accidentally removed in
If581f301a5493ef33ac1386bdc22f9fca4f2544e looks like
Change-Id: I0e2c4fe664daca5c50921673db067701195c501f
(cherry picked from commit f3772c6b0ab5550fc80c53b624d780a04545fbc6)
-rw-r--r-- | roles_data.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles_data.yaml b/roles_data.yaml index 70193cf1..9e3b0a18 100644 --- a/roles_data.yaml +++ b/roles_data.yaml @@ -17,6 +17,10 @@ # 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 +# ansible upgrade steps for all services that are deployed on the role. If set +# to True, the operator will drive the upgrade for this role's nodes. +# # 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. |