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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,12 +94,15 @@ 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.
97
98
98
-
## Attributes Reference
99
+
**NOTE:** With Global Manager, `edge_group`, `host_group`, `finalize_upgrade_setting`, `edge_upgrade_setting`, `host_upgrade_setting` attributes are not supported.
100
+
101
+
## Argument Reference
99
102
100
103
In addition to arguments listed above, the following attributes are exported:
101
104
102
-
*`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.
105
+
*`upgrade_group_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
106
*`type` - Component type.
104
107
*`id` - ID of the upgrade unit group.
105
108
*`enabled` - Flag to indicate whether upgrade of this group is enabled or not.
0 commit comments