Converged Topology — Compute & Storage Details
After discovery completes and inventory is verified (see Compute Topology), the next step is to confirm compute and storage node details, then create the underlay network.
View Compute Details
Navigate to Inventory Details → Servers → Compute tab to see all discovered compute nodes.

Click any Compute Device in the Topology View, or navigate via Inventory Details → Servers → Compute → click the compute info icon to view:
- Connection Details
- Port Details
- Specifications



Click the BareMetal tab to see the full list of available compute nodes.

Click View Details on any node to see its full configuration.

View Storage Details
Navigate to Inventory Details → Servers → Storage tab to see discovered storage nodes.

Click the Storage tab to view the list of available storage devices.


Underlay Creation
When infrastructure is discovered (not imported), network configuration must be completed for all discovered nodes. The Super Admin performs Create Underlay, which configures IP addresses, BGP, and other required network parameters across the fabric.
Create the Underlay
- As Super Admin, navigate to Infrastructure in the sidebar → click the Network tab.
- Click the Create underlay button.

- Click Confirm to start underlay network creation.

Monitor Underlay Creation
Underlay network creation may take a few minutes. Monitor the compute and converged underlay status from the Network view.
The Compute underlay is displayed under the Underlay section.
Once both the compute and converged underlays are created successfully, switch subnets and their configured loopback addresses are displayed.


Verify Underlay Configuration
Run the following kubectl commands on the amcop-0 node to verify the underlay configuration:
kubectl get underlaynetworks -A

Verify the status of both Custom Resources (CRs):
kubectl get underlaynetworks converged-underlay -oyaml
kubectl get underlaynetworks underlay -oyaml