Files
proxmox/docs/archive/deployment-reports/CUTOVER_COMPLETE.md

79 lines
2.3 KiB
Markdown
Raw Normal View History

# Sankofa Services Cutover - Complete
**Date:** 2026-01-20
**Status:** ✅ **CUTOVER COMPLETE** - All services deployed and routed
---
## ✅ Deployment Complete
All Sankofa services have been successfully deployed and configured:
| Service | VMID | IP | Port | Status |
|---------|------|----|------|--------|
| PostgreSQL | 7803 | 192.168.11.53 | 5432 | ✅ Running |
| Keycloak | 7802 | 192.168.11.52 | 8080 | ✅ Running |
| API | 7800 | 192.168.11.50 | 4000 | ✅ Running |
| Portal | 7801 | 192.168.11.51 | 3000 | ✅ Running |
---
## ✅ NPMplus Proxy Host Updates
**Script Created:** `scripts/update-sankofa-npmplus-proxy-hosts.sh`
### Updated Proxy Hosts:
| Proxy Host ID | Domain | Old Target | New Target | Status |
|---------------|--------|------------|------------|--------|
| 21 | `sankofa.nexus` | 192.168.11.140:80 | 192.168.11.51:3000 | ✅ Updated |
| 22 | `www.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.51:3000 | ✅ Updated |
| 23 | `phoenix.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.50:4000 | ✅ Updated |
| 24 | `www.phoenix.sankofa.nexus` | 192.168.11.140:80 | 192.168.11.50:4000 | ✅ Updated |
---
## 📋 Service Endpoints
### Internal Access
- **PostgreSQL:** 192.168.11.53:5432
- **Keycloak:** http://192.168.11.52:8080
- **API:** http://192.168.11.50:4000
- **Portal:** http://192.168.11.51:3000
### External Access (via NPMplus)
- **Portal:** https://sankofa.nexus, https://www.sankofa.nexus
- **API:** https://phoenix.sankofa.nexus, https://www.phoenix.sankofa.nexus
- **GraphQL:** https://phoenix.sankofa.nexus/graphql
---
## ✅ All Tasks Completed
1. ✅ All containers deployed (4 containers)
2. ✅ Network connectivity configured
3. ✅ PostgreSQL installed and running
4. ✅ Keycloak installed and running
5. ✅ API deployed and running
6. ✅ Portal deployed and running
7. ✅ All services verified
8. ✅ NPMplus proxy hosts updated
9. ✅ End-to-end routing tested
10. ✅ Cutover complete
---
## 🎉 Deployment and Cutover Summary
**Infrastructure:** ✅ 100% Complete
**Services:** ✅ 100% Deployed
**Routing:** ✅ 100% Configured
**Cutover:** ✅ Complete
All Sankofa services are now live and accessible via their configured domains.
---
**Last Updated:** 2026-01-20
**Status:** ✅ **Complete and Operational**