Verify Authoritative On-Prem Foundation¶
Intent¶
- Purpose: Confirm that NetBox and the shared SDN baseline are ready before other platform work depends on them.
- Trigger: Pre-demo validation, post-change validation, or routine confirmation before downstream rollout.
- Impact: Verifies the inventory authority, the shared network baseline, and the published NetBox surface.
- Severity: P2
- Rollback: Verification only. If the foundation is unhealthy, stop downstream rollout and reconcile NetBox or SDN first.
Preconditions¶
- The shared on-prem foundation has already been deployed.
- The management subnet is reachable from the verification host.
Verify NetBox state¶
hyops show module platform/onprem/netbox --env shared
Expected:
status=okcap.ipam.netbox: readynetbox_urlis publishednetbox_api_urlis published
Verify SDN state¶
hyops show module core/onprem/network-sdn --env shared
Expected:
status=okzone_name: shybzone- the current VNet and subnet outputs are present
Verify NetBox HTTP behaviour¶
curl -fsSI http://10.10.0.11:8000/
Expected:
- the endpoint responds
- the root path redirects to the NetBox login flow
Optional browser confirmation¶
Open:
http://10.10.0.11:8000/
What to confirm:
- NetBox is reachable on the shared management lane
- the login surface is present and ready for use as the authoritative inventory UI