Files
proxmox/docs/archive/EXPECTED_CONTAINERS.md

83 lines
2.4 KiB
Markdown
Raw Permalink Normal View History

<!-- HISTORICAL: This document contains historical VMID ranges (106-117) and is kept for reference only. Current ranges: Validators 1000-1004, Sentries 1500-1503, RPC 2500-2502 -->
# Expected Containers Deployment List
**Date:** $(date)
**Configuration Source:** `config/proxmox.conf` and deployment scripts
## Container Deployment Plan
### 1. Besu Validator Nodes
**VMID Range:** 106-109 (based on VALIDATOR_COUNT=4)
- VMID 106: besu-validator-1
- VMID 107: besu-validator-2
- VMID 108: besu-validator-3
- VMID 109: besu-validator-4
**Note:** Configuration shows VALIDATOR_COUNT=4, but deployment may include 5 validators (106-110)
### 2. Besu Sentry Nodes
**VMID Range:** 110-112 (based on SENTRY_COUNT=3)
- VMID 110: besu-sentry-1
- VMID 111: besu-sentry-2
- VMID 112: besu-sentry-3
**Note:** Deployment shows 4 sentries (111-114), may need to verify configuration
### 3. Besu RPC Nodes
**VMID Range:** 115-117 (based on RPC_COUNT=3)
- VMID 115: besu-rpc-1
- VMID 116: besu-rpc-2
- VMID 117: besu-rpc-3
### 4. Services
**VMID Range:** 120-129 (based on VMID_SERVICES_START=120)
- VMID 120: oracle-publisher-1
- VMID 121: ccip-monitor-1
- VMID 122: keeper-1
- VMID 123: financial-tokenization-1
- Additional services as configured
### 5. Monitoring Stack
**VMID Range:** 130-134 (based on MONITORING_COUNT=5)
- VMID 130: monitoring-stack-1
- Additional monitoring nodes as configured
### 6. Explorer (Blockscout)
**VMID Range:** 140 (single instance)
- VMID 140: blockscout-1
### 7. Hyperledger Services
**VMID Range:** 150-153 (based on deployment script)
- VMID 150: firefly-1
- VMID 151: cacti-1
- VMID 152: fabric-1
- VMID 153: indy-1
## Summary
| Category | VMID Range | Count | Status |
|----------|------------|-------|--------|
| Validators | 106-110 | 5 | ✅ Deployed |
| Sentries | 111-114 | 4 | ✅ Deployed |
| RPC Nodes | 115-117 | 3 | ✅ Deployed |
| Services | 120-129 | TBD | ⏸️ Not deployed |
| Monitoring | 130-134 | TBD | ⏸️ Not deployed |
| Explorer | 140 | 1 | ⏸️ Not deployed |
| Hyperledger | 150-153 | 4 | ⏸️ Not deployed |
## Total Expected Containers
- **Besu Nodes:** 12 (5 validators + 4 sentries + 3 RPC)
- **Services:** ~10 (oracle, ccip, keeper, tokenization, etc.)
- **Monitoring:** ~5
- **Explorer:** 1
- **Hyperledger:** 4
**Grand Total:** ~32 containers
## Current Deployment Status
**Deployed:** Containers 106-117 (12 Besu containers)
⏸️ **Pending:** Containers 120+ (Services, Monitoring, Explorer, Hyperledger)