You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/upgrade_run.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,18 +94,21 @@ The following arguments are supported:
94
94
*`timeout` - (Optional) Upgrade status check timeout in seconds. Default: 3600 seconds.
95
95
*`interval` - (Optional) Interval to check upgrade status in seconds. Default: 30 seconds.
96
96
*`delay` - (Optional) Initial delay to start upgrade status checks in seconds. Default: 300 seconds.
97
+
*`max_retries` - (Optional) Maximum number of retries before failing the upgrade operation. Default: 100.
98
+
99
+
**NOTE:** With Global Manager, `edge_group`, `host_group`, `finalize_upgrade_setting`, `edge_upgrade_setting`, `host_upgrade_setting` attributes are not supported.
97
100
98
101
## Attributes Reference
99
102
100
103
In addition to arguments listed above, the following attributes are exported:
101
104
102
105
*`upgrade_plan` - (Computed) Upgrade plan for current upgrade. Upgrade unit groups that are not defined in `edge_group` or `host_group` will also be included here.
103
-
*`type` - Component type.
104
-
*`id` - ID of the upgrade unit group.
105
-
*`enabled` - Flag to indicate whether upgrade of this group is enabled or not.
106
-
*`parallel` - Upgrade method to specify whether the upgrade is to be performed in parallel or serially.
107
-
*`pause_after_each_upgrade_unit` - Flag to indicate whether upgrade should be paused after upgrade of each upgrade-unit.
108
-
*`extended_config` - Extended configuration for the group.
106
+
*`type` - Component type.
107
+
*`id` - ID of the upgrade unit group.
108
+
*`enabled` - Flag to indicate whether upgrade of this group is enabled or not.
109
+
*`parallel` - Upgrade method to specify whether the upgrade is to be performed in parallel or serially.
110
+
*`pause_after_each_upgrade_unit` - Flag to indicate whether upgrade should be paused after upgrade of each upgrade-unit.
111
+
*`extended_config` - Extended configuration for the group.
109
112
*`state` - (Computed) Upgrade states of each component
0 commit comments