Merge "MaxFailPercentage: default to 0" into stable/ussuri

This commit is contained in:
Zuul 2020-06-01 23:27:24 +00:00 committed by Gerrit Code Review
commit 6ccd665d4f
1 changed files with 1 additions and 3 deletions

View File

@ -219,10 +219,8 @@ parameters:
{{role.name}}AnyErrorsFatal:
default: yes
type: string
{#- We generally won't want any failures on HA Controller roles, 15% will cause any 1 node to fail the deploy, #}
{#- for a 3 or 5 node Role, making it a fairly safe default. #}
{{role.name}}MaxFailPercentage:
default: 15
default: 0
type: number
{{role.name}}Count:
description: Number of {{role.name}} nodes to deploy