Phase A: DNS Infrastructure
Phase A: DNS Infrastructure ✅ COMPLETE
All 43 A records, 43 PTR records, and 9 CNAME records were added to bind-01.inside.domusdigitalis.dev to support VyOS hostname resolution before deployment began.
Checklist
| Step | Status | Description | Reference |
|---|---|---|---|
A.1 |
[x] |
Pre-deployment validation (bind-01.inside.domusdigitalis.dev accessible) |
|
A.2 |
[x] |
Backup zone files |
|
A.3 |
[x] |
Add 43 A records + 9 CNAMEs |
|
A.4 |
[x] |
Increment serial + validate forward zone |
|
A.5 |
[x] |
Add 43 PTR records + validate reverse zone |
|
A.6 |
[x] |
Reload zones + post-validation (all records resolve) |
Checkpoint Validation
# ALL THREE must return correct IPs before proceeding to Phase B
dig @10.50.1.90 vyos-01.inside.domusdigitalis.dev +short # Expected: 10.50.1.2
dig @10.50.1.90 vyos-02.inside.domusdigitalis.dev +short # Expected: 10.50.1.3
dig @10.50.1.90 vyos.inside.domusdigitalis.dev +short # Expected: 10.50.1.1