Commit a650ea4
authored
v0.8.84: Step.08 attempt-gap callout extended with URP cluster-group runbook (#90)
Docs-only patch on top of v0.8.83. Extends the Step.08 `Export-AzLocalUpdateRunMonitorReport` "Recent update attempts with no observable updateRun" callout (introduced v0.8.82, made functional v0.8.83) with an operator runbook.
The new callout adds:
- Numbered diagnosis flow: Azure portal Activity Log -> in-portal `updateRun` check -> URP service health -> only then attempt the cluster-side recovery snippet.
- Fenced runbook with `Get-ClusterGroup`, `Move-ClusterGroup`, and `Stop-ClusterGroup` + `Start-ClusterGroup` for the two URP cluster groups (`Azure Stack HCI Update Service Cluster Group` and `Azure Stack HCI Orchestrator Service Cluster Group`).
- `Format-Table Name, OwnerNode, State` recommended before any bounce (-Verbose dropped - Format-Table surfaces OwnerNode/State explicitly).
- Warning: never bounce ECE Orchestrator group during a healthy in-flight updateRun.
No public API change. Export count unchanged (60).
Validation:
- 1257 unit tests passing / 0 failed / 1 skipped (Live suite excluded). 1:54 duration.
- 7 new source-level regression assertions added (Tests block "v0.8.84: Step.08 attempt-gap callout includes URP cluster-group recovery snippet"): diagnosis heading, both URP cluster group names, Get/Move/Stop+Start-ClusterGroup snippets, ECE in-flight warning, zero -Verbose on cluster-group cmdlets.
Prod posture (Azure/AzLocal.UpdateManagement, last 4 days):
- 96 success / 1 skipped (legitimate Step.06 sideload no-op) / 0 failures across 97 runs.
- v0.8.83 attempt-gap detection firing cleanly on first prod run (Portland, California correctly flagged as ATTEMPT-NO-RUN; 9 UpdateMonitor JUnit failure cases over 20 clusters).
- v0.8.82 stuck-run flags rendering as designed (Arizona: 25d 1h, step >4h + run >6d flags both present).
YAML pipeline templates: 22 files bumped `GENERATED_AGAINST_MODULE_VERSION` from '0.8.83' to '0.8.84'.1 parent 3437362 commit a650ea4
29 files changed
Lines changed: 179 additions & 45 deletions
File tree
- AzLocal.UpdateManagement
- Automation-Pipeline-Examples
- azure-devops
- github-actions
- Public
- Tests
- docs
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | | - | |
| 49 | + | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
0 commit comments