Commit Graph

5 Commits

Author SHA1 Message Date
9eb678ea25 Fix: Add port allocation and EdgePublisher integration
- Allocate ports using PortAllocationService.reserve()
- Pass ports to agent payload builders (game and dev)
- Generate proper FQDN (slotHostname) for DNS records
- Include all required fields in enqueuePublishEdge (ports, slotHostname, txnId)
- Commit ports after successful provisioning
- Rollback ports on error
- Fixes DNS record creation, Velocity registration, and EdgePublisher jobs
2025-12-20 17:47:52 +00:00
167246dfc6 Fix: Add agent provisioning progress logging
- Add step-by-step logging to waitForAgentRunning()
- Shows state, installStep, and progress updates
- Logs errors and poll failures for debugging
- Fixes invisible provisioning process issue from Dec 19 split
2025-12-20 17:33:13 +00:00
b23d982428 Provisioning split 9-19-25 2025-12-19 19:13:35 +00:00
9138add35c Initial API implementation 2025-12-13 22:30:53 +00:00
ddb85373ac Initial commit 2025-12-13 22:12:40 +00:00