Document the active Forge deployment loop
Deploy story
What this commit did to the running system — joined from the forge receipt chain, the part a commit page elsewhere cannot show.
Not deployed through the forge lane
No push, promotion, build, or deploy receipt references this commit (receipts are scanned over a bounded recent window). Changes shipped by full node replacement carry their proof in the release gate receipt instead.
Changed files
-
modified
docs/operations/forge-hot-loop.md -
modified
docs/operations/forge-transactional-deployment.md -
modified
docs/operations/release-deployment-fallbacks.md -
modified
docs/runtime-configuration.md
Diff
4 files changed, +61 -42
docs/operations/forge-hot-loop.md modified +43 -28
@@ -2,8 +2,8 @@
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 | 7 |
|
| 8 | 8 |
|
| 9 | 9 |
|
@@ -16,10 +16,10 @@ enablement work.
| 16 | 16 |
|
| 17 | 17 |
|
| 18 | 18 |
|
| 19 |
|
|
| 19 |
|
|
| 20 | 20 |
|
| 21 | 21 |
|
| 22 |
|
|
| 22 |
|
|
| 23 | 23 |
|
| 24 | 24 |
|
| 25 | 25 |
|
@@ -29,12 +29,14 @@ Two consequences worth stating plainly:
| 29 | 29 |
|
| 30 | 30 |
|
| 31 | 31 |
|
| 32 |
|
|
| 32 |
|
|
| 33 | 33 |
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 34 |
|
|
| 35 |
|
|
| 36 |
|
|
| 37 |
|
|
| 38 |
|
|
| 39 |
|
|
| 38 | 40 |
|
| 39 | 41 |
|
| 40 | 42 |
|
@@ -51,7 +53,9 @@ Every link below exists in code and runs in this order:
| 51 | 53 |
|
| 52 | 54 |
|
| 53 | 55 |
|
| 54 |
|
|
| 56 |
|
|
| 57 |
|
|
| 58 |
|
|
| 55 | 59 |
|
| 56 | 60 |
|
| 57 | 61 |
|
@@ -62,9 +66,9 @@ Every link below exists in code and runs in this order:
| 62 | 66 |
|
| 63 | 67 |
|
| 64 | 68 |
|
| 65 |
|
|
| 69 |
|
|
| 66 | 70 |
|
| 67 |
|
|
| 71 |
|
|
| 68 | 72 |
|
| 69 | 73 |
|
| 70 | 74 |
|
@@ -88,39 +92,50 @@ Work top to bottom; each step gates the next.
| 88 | 92 |
|
| 89 | 93 |
|
| 90 | 94 |
|
| 91 |
|
|
| 95 |
|
|
| 92 | 96 |
|
| 93 | 97 |
|
| 94 | 98 |
|
| 95 |
|
|
| 99 |
|
|
| 96 | 100 |
|
| 97 |
|
|
| 98 |
|
|
| 101 |
|
|
| 102 |
|
|
| 99 | 103 |
|
| 100 |
|
|
| 101 |
|
|
| 102 |
|
|
| 104 |
|
|
| 103 | 105 |
|
| 104 | 106 |
|
| 105 |
|
|
| 106 |
|
|
| 107 |
|
|
| 107 |
|
|
| 108 |
|
|
| 109 |
|
|
| 110 |
|
|
| 108 | 111 |
|
| 109 | 112 |
|
| 110 |
|
|
| 113 |
|
|
| 114 |
|
|
| 111 | 115 |
|
| 112 | 116 |
|
| 113 |
|
|
| 114 |
|
|
| 115 |
|
|
| 116 |
|
|
| 117 |
|
|
| 118 |
|
|
| 119 |
|
|
| 120 |
|
|
| 121 |
|
|
| 122 |
|
|
| 123 |
|
|
| 124 |
|
|
| 125 |
|
|
| 126 |
|
|
| 127 |
|
|
| 128 |
|
|
| 129 |
|
|
| 130 |
|
|
| 131 |
|
|
| 117 | 132 |
|
| 118 | 133 |
|
| 119 | 134 |
|
| 120 | 135 |
|
| 121 | 136 |
|
| 122 | 137 |
|
| 123 |
|
|
| 138 |
|
|
| 124 | 139 |
|
| 125 | 140 |
|
| 126 | 141 |
|
docs/operations/forge-transactional-deployment.md modified +5 -4
@@ -159,10 +159,11 @@ convergence interval.
| 159 | 159 |
|
| 160 | 160 |
|
| 161 | 161 |
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 162 |
|
|
| 163 |
|
|
| 164 |
|
|
| 165 |
|
|
| 166 |
|
|
| 166 | 167 |
|
| 167 | 168 |
|
| 168 | 169 |
|
docs/operations/release-deployment-fallbacks.md modified +11 -8
@@ -2,13 +2,15 @@
| 2 | 2 |
|
| 3 | 3 |
|
| 4 | 4 |
|
| 5 |
|
|
| 6 |
|
|
| 5 |
|
|
| 6 |
|
|
| 7 |
|
|
| 7 | 8 |
|
| 8 | 9 |
|
| 9 | 10 |
|
| 10 |
|
|
| 11 |
|
|
| 11 |
|
|
| 12 |
|
|
| 13 |
|
|
| 12 | 14 |
|
| 13 | 15 |
|
| 14 | 16 |
|
@@ -170,10 +172,11 @@ The script records the content-addressed `sha256:` image ID under
| 170 | 172 |
|
| 171 | 173 |
|
| 172 | 174 |
|
| 173 |
|
|
| 174 |
|
|
| 175 |
|
|
| 176 |
|
|
| 175 |
|
|
| 176 |
|
|
| 177 |
|
|
| 178 |
|
|
| 179 |
|
|
| 177 | 180 |
|
| 178 | 181 |
|
| 179 | 182 |
|
docs/runtime-configuration.md modified +2 -2
@@ -207,7 +207,7 @@ discovery, node identity, cookie, and bounded distribution ports.
| 207 | 207 |
|
| 208 | 208 |
|
| 209 | 209 |
|
| 210 |
|
|
| 210 |
|
|
| 211 | 211 |
|
| 212 | 212 |
|
| 213 | 213 |
|
@@ -226,7 +226,7 @@ discovery, node identity, cookie, and bounded distribution ports.
| 226 | 226 |
|
| 227 | 227 |
|
| 228 | 228 |
|
| 229 |
|
|
| 229 |
|
|
| 230 | 230 |
|
| 231 | 231 |
|
| 232 | 232 |
|