Skip to content

Commit 018f290

Browse files
authored
Merge pull request #610 from QuantumFusion-network/alexlgn/554-create-arch-diagram-testnet-fastnet-paseo
Architecture Diagram for Testnet, Fastnet, and Paseo
2 parents 9aba1a9 + 7eeec3a commit 018f290

File tree

6 files changed

+631
-592
lines changed

6 files changed

+631
-592
lines changed

docs/TestNet_infra/TestNet.drawio

Lines changed: 0 additions & 564 deletions
This file was deleted.
-425 KB
Binary file not shown.

docs/TestNet_infra/Testnet_w_Paseo.drawio

Lines changed: 593 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Brief
2+
3+
Complete system architecture documentation & references for QF TestNet with Paseo relay chain integration.
4+
5+
![Testnet with Paseo diagram](https://github.com/QuantumFusion-network/spec/blob/main/docs/TestNet_infra/Testnet_w_Paseo.png)
6+
7+
# Description
8+
9+
### TestNet public infra:
10+
- 3 Validator Servers:
11+
- qf-validator-node: Testnet validator
12+
- qf-paseo-collator-node: Parachain collator interfacing with Paseo relay chain
13+
- qf-fast-validator-node: Fastnet validator
14+
- Monitoring stack (Grafana, Prometheus, Promtail)
15+
- 1 RPC & Monitoring Server:
16+
- qf-paseo-rpc-node-1: Paseo relay chain RPC endpoint
17+
- qf-node-rpc-3: QF full node with RPC
18+
- qf-node-archive-3: QF archive node
19+
- Monitoring Stack (Grafana, Prometheus, Loki)
20+
- Telemetry Server (telemetry.qfnetwork.xyz) for external network monitoring and observability.
21+
22+
### TestNet internal infra:
23+
- P2P Network connecting all validator servers.
24+
- Monitoring & alerting architecture.
25+
- All network communication are strongly controlled by ACL/FW.
26+
- CI/CD based on [GitHub actions](https://github.com/QuantumFusion-network/infra/blob/main/docs/provisioning_and_telemetry.md).
27+
- SSH Key-Based Authentication for all administrative access
28+
- Secret & password manager with [access control](https://github.com/QuantumFusion-network/infra/blob/main/docs/key_management_basic.md) is [Bitwarden](https://bitwarden.com).
29+
30+
### Additional information:
31+
- [TCO of TestNet (only for team members)](https://github.com/QuantumFusion-network/infra/blob/main/docs/testnet_tco_mar_2025.md)
32+
- [Provisioning & CI/CD](https://github.com/QuantumFusion-network/infra/blob/main/docs/provisioning_and_telemetry.md)
33+
- [How we work with versions & upstream updates](https://github.com/QuantumFusion-network/spec/blob/main/docs/proc/how_we_work_in_the_team.md)
34+
35+
**Outdated versions**
36+
- [Testnet schema as a drawio file](https://github.com/QuantumFusion-network/spec/blob/9aba1a9613b2be64b1081698393f9fe6589b1920/docs/TestNet_infra/TestNet.drawio)
37+
- [Testnet schema as a png file](https://github.com/QuantumFusion-network/spec/blob/9aba1a9613b2be64b1081698393f9fe6589b1920/docs/TestNet_infra/TestNet.drawio.png)
38+
- [Testnet schema description](https://github.com/QuantumFusion-network/spec/blob/9aba1a9613b2be64b1081698393f9fe6589b1920/docs/TestNet_infra/test_net.md)
429 KB
Loading

docs/TestNet_infra/test_net.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

0 commit comments

Comments
 (0)