Files
smom-dbis-138/docs/deployment/DEPLOYMENT_INDEX.md
defiQUG 1fb7266469 Add Oracle Aggregator and CCIP Integration
- Introduced Aggregator.sol for Chainlink-compatible oracle functionality, including round-based updates and access control.
- Added OracleWithCCIP.sol to extend Aggregator with CCIP cross-chain messaging capabilities.
- Created .gitmodules to include OpenZeppelin contracts as a submodule.
- Developed a comprehensive deployment guide in NEXT_STEPS_COMPLETE_GUIDE.md for Phase 2 and smart contract deployment.
- Implemented Vite configuration for the orchestration portal, supporting both Vue and React frameworks.
- Added server-side logic for the Multi-Cloud Orchestration Portal, including API endpoints for environment management and monitoring.
- Created scripts for resource import and usage validation across non-US regions.
- Added tests for CCIP error handling and integration to ensure robust functionality.
- Included various new files and directories for the orchestration portal and deployment scripts.
2025-12-12 14:57:48 -08:00

107 lines
5.1 KiB
Markdown

# Deployment Documentation Index
**Last Updated**: 2025-01-27
**Status**: Active
This index helps you find the right deployment guide for your needs.
## Which Guide Should I Use?
### Quick Start
**Use**: [Deployment Quick Start](../../DEPLOYMENT_QUICK_START.md)
**When**: You want the fastest deployment path
**Covers**: One-command deployment, parallel execution, quick setup
### Comprehensive Guide
**Use**: [Deployment Guide](DEPLOYMENT.md)
**When**: You need detailed step-by-step instructions
**Covers**: Full deployment process, all phases, detailed procedures
### Checklist
**Use**: [Deployment Checklist](DEPLOYMENT_CHECKLIST.md)
**When**: You need a checklist to track deployment progress
**Covers**: Pre-deployment, deployment, post-deployment checklist
### Current Status
**Use**: [Deployment Status and Next Steps](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md)
**When**: You need to know current deployment status
**Covers**: Current status, next steps, what's deployed
## Deployment Guides by Type
### Mainnet Deployment
- [Mainnet Deployment Checklist](MAINNET_DEPLOYMENT_CHECKLIST.md) - Mainnet deployment checklist
- [Mainnet Deployment Complete](MAINNET_DEPLOYMENT_COMPLETE.md) - Mainnet deployment complete
- [Mainnet Deployment Comprehensive](MAINNET_DEPLOYMENT_COMPREHENSIVE.md) - Comprehensive mainnet deployment
- [Mainnet Deployment Confirmation](MAINNET_DEPLOYMENT_CONFIRMATION.md) - Mainnet deployment confirmation
- [Mainnet Deployment Final Report](MAINNET_DEPLOYMENT_FINAL_REPORT.md) - Mainnet deployment final report
- [Mainnet Deployment Prioritized Report](MAINNET_DEPLOYMENT_PRIORITIZED_REPORT.md) - Mainnet deployment prioritized report
- [Mainnet Deployment Priority](MAINNET_DEPLOYMENT_PRIORITY.md) - Mainnet deployment priority
- [Mainnet Deployment Status](MAINNET_DEPLOYMENT_STATUS.md) - Mainnet deployment status
### ChainID 138 Deployment
- [Chain138 Deployment Complete](CHAIN138_DEPLOYMENT_COMPLETE.md) - Chain138 deployment complete
- [Chain138 Deployment Status Complete](CHAIN138_DEPLOYMENT_STATUS_COMPLETE.md) - Chain138 deployment status complete
- [Chain138 Infrastructure Deployment](CHAIN138_INFRASTRUCTURE_DEPLOYMENT.md) - Chain138 infrastructure deployment
### VM Deployment
- [VM Deployment](VM_DEPLOYMENT.md) - VM deployment guide
- [VM Deployment Checklist](VM_DEPLOYMENT_CHECKLIST.md) - VM deployment checklist
- [VM Deployment Quickstart](VM_DEPLOYMENT_QUICKSTART.md) - VM deployment quickstart
- [VM Deployment Summary](VM_DEPLOYMENT_SUMMARY.md) - VM deployment summary
- [VM Deployment Troubleshooting](VM_DEPLOYMENT_TROUBLESHOOTING.md) - VM deployment troubleshooting
### Validator Deployment
- [Validator Node Deployment](VALIDATOR_NODE_DEPLOYMENT.md) - Validator node deployment
- [Validator RPC Deployment](VALIDATOR_RPC_DEPLOYMENT.md) - Validator RPC deployment
### Phase-Based Deployment
- [Phase 2 Infrastructure Deployment](PHASE2-INFRASTRUCTURE-DEPLOYMENT.md) - Phase 2 infrastructure deployment
### Specialized Deployment
- [36-Region Blueprint](36-REGION-BLUEPRINT.md) - 36-region deployment blueprint
- [Cloud Sovereignty Deployment Plan](CLOUD_SOVEREIGNTY_DEPLOYMENT_PLAN.md) - Cloud sovereignty deployment plan
- [Cloud for Sovereignty Landing Zone](CLOUD_FOR_SOVEREIGNTY_LANDING_ZONE.md) - Cloud for sovereignty landing zone
- [Deployment Firefly Cacti](DEPLOYMENT_FIREFLY_CACTI.md) - Firefly and Cacti deployment
## Historical/Status Reports
These are historical deployment reports and status documents. Consider archiving if older than 6 months:
- [Deployment Complete](DEPLOYMENT_COMPLETE.md)
- [Deployment Complete Guide](DEPLOYMENT_COMPLETE_GUIDE.md)
- [Deployment Complete Summary](DEPLOYMENT_COMPLETE_SUMMARY.md)
- [Deployment Configuration Audit](DEPLOYMENT_CONFIGURATION_AUDIT.md)
- [Deployment Credentials](DEPLOYMENT_CREDENTIALS.md)
- [Deployment Failure Verification](DEPLOYMENT_FAILURE_VERIFICATION.md)
- [Deployment Fix Plan](DEPLOYMENT_FIX_PLAN.md)
- [Deployment Issues and Fixes](DEPLOYMENT_ISSUES_AND_FIXES.md)
- [Deployment Monitoring Guide](DEPLOYMENT_MONITORING_GUIDE.md)
- [Deployment Order](DEPLOYMENT_ORDER.md)
- [Deployment Status](DEPLOYMENT_STATUS.md)
- [Deployment Strategy Clarification](DEPLOYMENT_STRATEGY_CLARIFICATION.md)
- [Deployment Clarification](DEPLOYMENT_CLARIFICATION.md)
- [Deployment Comparison](DEPLOYMENT_COMPARISON.md)
- [Deployment-Status](DEPLOYMENT-STATUS.md) - Note: Different from DEPLOYMENT_STATUS.md
## Quick Reference
| Guide | Purpose | When to Use |
|-------|---------|-------------|
| [Deployment Quick Start](../../DEPLOYMENT_QUICK_START.md) | Fast deployment | Quick setup needed |
| [Deployment Guide](DEPLOYMENT.md) | Comprehensive guide | Detailed instructions needed |
| [Deployment Checklist](DEPLOYMENT_CHECKLIST.md) | Checklist | Tracking progress |
| [Deployment Status](DEPLOYMENT_STATUS_AND_NEXT_STEPS.md) | Current status | Check what's deployed |
## Related Documentation
- [Master Documentation Index](../../MASTER_DOCUMENTATION_INDEX.md)
- [Architecture Documentation](../../architecture/ARCHITECTURE.md)
- [Configuration Index](../../configuration/CONFIGURATION_INDEX.md)
- [Troubleshooting Guide](../../guides/TROUBLESHOOTING.md)
---
**Last Updated**: 2025-01-27