95 lines
3.0 KiB
Markdown
95 lines
3.0 KiB
Markdown
|
|
# Documentation Updates Summary
|
||
|
|
|
||
|
|
**Date**: 2026-01-04
|
||
|
|
**Status**: ✅ Complete
|
||
|
|
|
||
|
|
## Changes Made
|
||
|
|
|
||
|
|
### 1. VMID and IP Allocations
|
||
|
|
|
||
|
|
**Fabric IP Change:**
|
||
|
|
- VMID 6000 (fabric-1): Changed from 192.168.11.112 → 192.168.11.65
|
||
|
|
|
||
|
|
**New Supporting Services Allocations:**
|
||
|
|
- **Redis**: VMID 106, IP 192.168.11.110
|
||
|
|
- **Web3Signer**: VMID 107, IP 192.168.11.111
|
||
|
|
- **Vault**: VMID 108, IP 192.168.11.112
|
||
|
|
|
||
|
|
### 2. Files Updated
|
||
|
|
|
||
|
|
#### Main Documentation
|
||
|
|
- ✅ `VMID_IP_ADDRESS_LIST.md` - Updated with all changes
|
||
|
|
- ✅ `rpc-translator-138/VMID_ALLOCATION.md` - Created new allocation document
|
||
|
|
|
||
|
|
#### RPC Translator Documentation
|
||
|
|
- ✅ `rpc-translator-138/DEPLOYMENT.md` - Updated with VMID and IP details
|
||
|
|
- ✅ `rpc-translator-138/DEPLOYMENT_CHECKLIST.md` - Updated with specific VMIDs and IPs
|
||
|
|
- ✅ `rpc-translator-138/env.template` - Updated with actual IP addresses
|
||
|
|
- ✅ `rpc-translator-138/README.md` - Updated configuration examples
|
||
|
|
- ✅ `rpc-translator-138/SETUP_COMPLETE.md` - Updated network access notes
|
||
|
|
|
||
|
|
### 3. Key Updates
|
||
|
|
|
||
|
|
**VMID_IP_ADDRESS_LIST.md:**
|
||
|
|
- Added new "RPC Translator Supporting Services" section
|
||
|
|
- Updated Fabric IP from .112 to .65
|
||
|
|
- Updated IP range quick reference
|
||
|
|
- Updated summary statistics (36 → 39 VMIDs)
|
||
|
|
|
||
|
|
**DEPLOYMENT.md:**
|
||
|
|
- Updated prerequisites with specific VMIDs and IPs
|
||
|
|
- Updated Redis setup section with VMID 106 and IP
|
||
|
|
- Updated Web3Signer setup section with VMID 107 and IP
|
||
|
|
- Updated Vault setup section with VMID 108 and IP
|
||
|
|
- Updated .env configuration examples with actual IPs
|
||
|
|
|
||
|
|
**DEPLOYMENT_CHECKLIST.md:**
|
||
|
|
- Updated all checklist items with specific VMIDs and IPs
|
||
|
|
- Added specific IP addresses to configuration checklist
|
||
|
|
|
||
|
|
**env.template:**
|
||
|
|
- Updated with actual IP addresses:
|
||
|
|
- REDIS_HOST=192.168.11.110
|
||
|
|
- WEB3SIGNER_URL=http://192.168.11.111:9000
|
||
|
|
- VAULT_ADDR=http://192.168.11.112:8200
|
||
|
|
|
||
|
|
## Allocation Summary
|
||
|
|
|
||
|
|
### Infrastructure Services Range (100-199)
|
||
|
|
|
||
|
|
| VMID | Service | IP Address | Status |
|
||
|
|
|------|---------|------------|--------|
|
||
|
|
| 106 | Redis (RPC Translator) | 192.168.11.110 | New |
|
||
|
|
| 107 | Web3Signer (RPC Translator) | 192.168.11.111 | New |
|
||
|
|
| 108 | Vault (RPC Translator) | 192.168.11.112 | New |
|
||
|
|
|
||
|
|
### Related Changes
|
||
|
|
|
||
|
|
| VMID | Service | Old IP | New IP | Status |
|
||
|
|
|------|---------|--------|--------|--------|
|
||
|
|
| 6000 | Fabric | 192.168.11.112 | 192.168.11.65 | Updated |
|
||
|
|
|
||
|
|
## Next Steps
|
||
|
|
|
||
|
|
1. **Deploy Supporting Services:**
|
||
|
|
- Create VMID 106 (Redis) with IP 192.168.11.110
|
||
|
|
- Create VMID 107 (Web3Signer) with IP 192.168.11.111
|
||
|
|
- Create VMID 108 (Vault) with IP 192.168.11.112
|
||
|
|
|
||
|
|
2. **Update Fabric VMID 6000:**
|
||
|
|
- Change IP from 192.168.11.112 to 192.168.11.65
|
||
|
|
- Update network configuration
|
||
|
|
- Restart service
|
||
|
|
|
||
|
|
3. **Deploy Translator Service:**
|
||
|
|
- Follow updated DEPLOYMENT.md guide
|
||
|
|
- Use updated .env configuration
|
||
|
|
- Configure firewall rules for new IPs
|
||
|
|
|
||
|
|
## References
|
||
|
|
|
||
|
|
- Main VMID/IP List: `/VMID_IP_ADDRESS_LIST.md`
|
||
|
|
- RPC Translator VMID Allocation: `rpc-translator-138/VMID_ALLOCATION.md`
|
||
|
|
- Deployment Guide: `rpc-translator-138/DEPLOYMENT.md`
|
||
|
|
- Deployment Checklist: `rpc-translator-138/DEPLOYMENT_CHECKLIST.md`
|