Skip to main content

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.

Compute nodes under Compute tab

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

Compute device — Connection Details

Compute device — Port Details

Compute device — Specifications

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

BareMetal tab — compute node list

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

Compute node view details

View Storage Details

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

Storage nodes under Storage tab

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

Storage devices list

Storage device details

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

  1. As Super Admin, navigate to Infrastructure in the sidebar → click the Network tab.
  2. Click the Create underlay button.

Network tab with Create Underlay button

  1. Click Confirm to start underlay network creation.

Confirm underlay creation

Monitor Underlay Creation

Underlay network creation may take a few minutes. Monitor the compute and converged underlay status from the Network view.

note

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.

Underlay creation in progress

Underlay created — switch subnets and loopback addresses

Verify Underlay Configuration

Run the following kubectl commands on the amcop-0 node to verify the underlay configuration:

kubectl get underlaynetworks -A

kubectl get underlaynetworks output

Verify the status of both Custom Resources (CRs):

kubectl get underlaynetworks converged-underlay -oyaml
kubectl get underlaynetworks underlay -oyaml