- SANKOFA_CUTOVER_PLAN: live backends table, fix TBDs, historical step labels - SANKOFA_THE_ORDER_CHECKLIST: replace with done + bypass + pointers - DNS comprehensive + streamlined tables: the-order row and sankofa zone live - E2E Cloudflare runbook: the-order backend column Made-with: Cursor
1.0 KiB
1.0 KiB
Sankofa and The Order — routing checklist
Canonical: ALL_VMIDS_ENDPOINTS.md (NPM targets), RPC_ENDPOINTS_MASTER.md (Sankofa table).
Done (production)
- NPMplus the-order.sankofa.nexus / www.the-order.sankofa.nexus → 192.168.11.39:80 (VMID 10210 order-haproxy), HAProxy → 192.168.11.51:3000 (portal 7801).
- www.the-order → 301
https://the-order.sankofa.nexus(NPMadvanced_config). - HAProxy on 10210:
config/haproxy/order-haproxy-10210.cfg.template, deployscripts/deployment/provision-order-haproxy-10210.sh.
If 10210 is down (bypass)
THE_ORDER_UPSTREAM_IP=192.168.11.51 THE_ORDER_UPSTREAM_PORT=3000 \
bash scripts/nginx-proxy-manager/update-npmplus-proxy-hosts-api.sh
Ongoing
- Keep the_order app and portal 7801 healthy (HAProxy only forwards).
- Re-run E2E:
scripts/verify/verify-end-to-end-routing.sh --profile=public.
Related: SANKOFA_CUTOVER_PLAN.md (history + same targets).