Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TELEICU/Site onboarding flow: Difference between revisions

From OHC Network Wiki
More languages
Content deleted Content added
Create TELEICU site onboarding flow page (via create-page on MediaWiki MCP Server)
 
Fix 2 Mermaid diagrams: remove <pre> wrapping (via update-page on MediaWiki MCP Server)
 
(One intermediate revision by the same user not shown)
Line 18: Line 18:
== Path A: Ansible ==
== Path A: Ansible ==


<pre>
{{#mermaid:flowchart TB
{{#mermaid:flowchart TB
OS["Install Ubuntu LTS<br/>(manual or netboot)"]
OS["Install Ubuntu LTS<br/>(manual or netboot)"]
Line 30: Line 29:
OS --> TS --> REG --> PULL --> K3S --> MID --> MON
OS --> TS --> REG --> PULL --> K3S --> MID --> MON
}}
}}
</pre>


# Install Ubuntu LTS (20.04, 22.04, or 24.04 — target consistent via ansible later)
# Install Ubuntu LTS (20.04, 22.04, or 24.04 — target consistent via ansible later)
Line 42: Line 40:
== Path B: NixOS ==
== Path B: NixOS ==


<pre>
{{#mermaid:flowchart TB
{{#mermaid:flowchart TB
ISO["Boot nixos-generator ISO<br/>(pre-configured tunnel)"]
ISO["Boot nixos-generator ISO<br/>(pre-configured tunnel)"]
Line 54: Line 51:
ISO --> CONNECT --> ANYWHERE --> ZFS --> REBOOT --> K3S --> COMIN
ISO --> CONNECT --> ANYWHERE --> ZFS --> REBOOT --> K3S --> COMIN
}}
}}
</pre>


# Boot the custom ISO (generated via nixos-generator with pre-configured tunnel credentials)
# Boot the custom ISO (generated via nixos-generator with pre-configured tunnel credentials)
Line 72: Line 68:
- [ ] Downtime classifier agent reporting
- [ ] Downtime classifier agent reporting
- [ ] [[Special:CargoTables/TeleicuSites|TeleicuSites]] entry updated with migration status
- [ ] [[Special:CargoTables/TeleicuSites|TeleicuSites]] entry updated with migration status

{{Navbox TELEICU}}


{{Related}}
{{Related}}