TELEICU/Rollback strategy: Difference between revisions
From OHC Network Wiki
More languages
More actions
Content deleted Content added
Automated edit (via update-page on MediaWiki MCP Server) |
Fix 2 Mermaid diagrams: remove <pre> wrapping (via update-page on MediaWiki MCP Server) |
||
| Line 10: | Line 10: | ||
== Path A: Ansible == |
== Path A: Ansible == |
||
<pre> |
|||
{{#mermaid:flowchart LR |
{{#mermaid:flowchart LR |
||
COMMIT["git revert<br/>offending commit"] |
COMMIT["git revert<br/>offending commit"] |
||
| Line 19: | Line 18: | ||
COMMIT --> PUSH --> PULL --> CONVERGE |
COMMIT --> PUSH --> PULL --> CONVERGE |
||
}} |
}} |
||
</pre> |
|||
Procedure: |
Procedure: |
||
| Line 33: | Line 31: | ||
== Path B: NixOS == |
== Path B: NixOS == |
||
<pre> |
|||
{{#mermaid:flowchart LR |
{{#mermaid:flowchart LR |
||
subgraph Methods["Rollback Methods"] |
subgraph Methods["Rollback Methods"] |
||
| Line 45: | Line 42: | ||
COMIN --> DONE |
COMIN --> DONE |
||
}} |
}} |
||
</pre> |
|||
Procedure: |
Procedure: |
||