Update readme.md

This commit is contained in:
Jack 2023-08-31 21:11:44 +01:00
parent c503effbcd
commit 65873188d3

View File

@ -14,7 +14,6 @@ Basic List of Current VMs
TGJ-Node-1 TGJ-Node-1
```mermaid ```mermaid
flowchart TD flowchart TD
A[TGJ-NODE-1]
A --> B[VMs] A --> B[VMs]
B --> BA[storage.internal] B --> BA[storage.internal]
BA -->|Boot Disk| DA BA -->|Boot Disk| DA
@ -43,30 +42,28 @@ flowchart TD
TGJ-Node-2 TGJ-Node-2
```mermaid ```mermaid
flowchart TD flowchart TD
AA[TGJ-NODE-2] AB[VMs]
AA --> AB[VMs]
AB --> ABA[gitea-runner.internal] AB --> ABA[gitea-runner.internal]
ABA -->|Boot Disk| ADA ABA -->|Boot Disk| ADA
AB --> ABB[gns3.internal] AB --> ABB[gns3.internal]
ABB -->|Boot Disk| ADA ABB -->|Boot Disk| ADA
AB --> ABC[pterodactyl.internal] AB --> ABC[pterodactyl.internal]
ABC -->|Boot Disk| ADA ABC -->|Boot Disk| ADA
AA --> AC[CTs] AC[CTs]
AC --> ACA[media.internal] AC --> ACA[media.internal]
ACA -->|Boot Disk| ADA ACA -->|Boot Disk| ADA
AA --> AD[Datastores] AD[Datastores]
AD --> ADA[local-lvm] AD --> ADA[local-lvm]
``` ```
TGJ-Node-3 TGJ-Node-3
```mermaid ```mermaid
flowchart TD flowchart TD
AAA[TGJ-NODE-3] AAB[VMs]
AAA --> AAB[VMs]
AAB --> AABA[omada.internal] AAB --> AABA[omada.internal]
AABA -->|Boot Disk| AADA AABA -->|Boot Disk| AADA
AAB --> AABB[haos.internal] AAB --> AABB[haos.internal]
AABB -->|Boot Disk| AADA AABB -->|Boot Disk| AADA
AAA --> AAC[CTs] AAC[CTs]
AAA --> AAD[Datastores] AAD[Datastores]
AAD --> AADA[local-lvm] AAD --> AADA[local-lvm]
``` ```