aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/cloud/deployment.py
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/cloud/deployment.py')
-rw-r--r--deploy/cloud/deployment.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/deploy/cloud/deployment.py b/deploy/cloud/deployment.py
index 7f791cbc6..4329a4cec 100644
--- a/deploy/cloud/deployment.py
+++ b/deploy/cloud/deployment.py
@@ -25,7 +25,9 @@ GREP_LINES_OF_LEADING_CONTEXT = 100
GREP_LINES_OF_TRAILING_CONTEXT = 100
LIST_OF_CHAR_TO_BE_ESCAPED = ['[', ']', '"']
ERROR_MSGS = ['Critical nodes are not available for deployment',
- 'offline. Remove them from environment and try again.']
+ 'offline. Remove them from environment and try again.',
+ 'Task[move_to_bootstrap/',
+ 'Failed tasks: Task[connectivity-checker/']
class DeployNotStart(Exception):