Commit 894bce9
committed
fix(workflow,docs): address round-3 deploy-via-tailscale review
- workflow nodes filter (Codex P2): reject any raft ID in the
`nodes` input that does not appear in NODES_RAFT_MAP. Previously
a typo like `n1,n9` silently rolled n1 only; now the workflow
fails fast with a list of known IDs so the operator sees the
typo before touching prod.
- runbook section 4 (Gemini Medium x2): GitHub's native environment
protection rules cannot be made conditional on workflow inputs,
so the previous "auto-approve dry-run" guidance was wrong.
Documented the three workable options: accept the prompt for
dry-runs too (v1 default), split into a second unprotected
environment, or install a deployment-protection-rule GitHub App.
- runbook section 4 NODES_RAFT_MAP example (Gemini Medium): use full
MagicDNS FQDNs instead of short hostnames so every node can
resolve its peers regardless of local DNS search domains.
- runbook section 6 (Gemini Medium): added "If a running workflow is
cancelled mid-rollout" recovery steps — find the in-flight node
from logs, finish the recreate by hand, confirm leader, rerun
scoped. Filed as a tracked gap to teach the workflow per-node
start-markers in a follow-up.
Not addressed: Gemini HIGH line 187 claiming the workflow file is
missing — the file IS present at .github/workflows/rolling-update.yml
and has been since the first push of this PR. Third time the bot has
flagged this (same finding in rounds 1 and 2); leaving as-is since
responding further would just be repeating the same correction.1 parent ad00bdc commit 894bce9
2 files changed
Lines changed: 71 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
114 | 136 | | |
115 | 137 | | |
116 | 138 | | |
117 | 139 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
121 | 143 | | |
122 | | - | |
| 144 | + | |
123 | 145 | | |
124 | 146 | | |
125 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
77 | 90 | | |
78 | 91 | | |
79 | 92 | | |
| |||
93 | 106 | | |
94 | 107 | | |
95 | 108 | | |
96 | | - | |
97 | | - | |
| 109 | + | |
| 110 | + | |
98 | 111 | | |
99 | 112 | | |
100 | 113 | | |
| |||
129 | 142 | | |
130 | 143 | | |
131 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
132 | 171 | | |
133 | 172 | | |
134 | 173 | | |
| |||
0 commit comments