Overview
Provider networks connect tenant virtual networks directly to the physical underlay. Administrators define the physical interface mapping and segmentation type during deployment or reconfiguration. Tenants cannot modify provider network attributes — they select from the options an administrator has made available.Prerequisites
- Admin credentials sourced from
admin-openrc.sh - XDeploy access for cluster-level interface configuration
- Physical network interfaces identified and mapped in XDeploy
Network Type Comparison
| Type | Segmentation | Scale | Use Case |
|---|---|---|---|
| Flat | None | 1 per physical interface | Untagged management or public networks |
| VLAN | 802.1Q VLAN ID (1–4094) | ~4000 per physical interface | Traditional data centre integration |
| VXLAN | VNI (1–16 million) | Virtually unlimited | Large-scale multi-tenant clouds |
Configure Physical Interface Mappings
Provider network parameters are set during initial cluster deployment or reconfiguration via XDeploy. These settings apply to all cluster nodes.- XDeploy
Configure physical interface mapping
Set the interface-to-bridge mapping for each network type:
| Parameter | Example Value | Description |
|---|---|---|
neutron_bridge_mappings | physnet1:br-ex | Maps a physical network name to a bridge |
neutron_flat_networks | physnet1 | Networks carrying untagged (flat) traffic |
neutron_network_vlan_ranges | physnet1:100:200 | VLAN ID range allocated to tenants |
neutron_tunnel_types | vxlan | Overlay type for tenant networks |
Create Provider Networks
- CLI
Authenticate as admin
Source your credentials file to authenticate with the Xloud platform:
Load credentials
Create a VLAN provider network
Create VLAN provider network
| Option | Description |
|---|---|
--provider-network-type | vlan, flat, or vxlan |
--provider-physical-network | Name matching neutron_bridge_mappings key |
--provider-segment | VLAN ID (VLAN type) or VNI (VXLAN type) |
--share | Makes the network accessible to all projects |
Create a flat provider network
Create flat provider network
--external to mark the network as a valid target for router external gateways.Provider Network Administration
List Provider Networks
List all networks with provider attributes
Update a Provider Network
Update provider network description
Delete a Provider Network
Delete provider network
Segmentation Reference
| Network Type | Segment Identifier | Range | Notes |
|---|---|---|---|
| VLAN | VLAN ID | 1–4094 | Requires upstream switch trunk configuration |
| VXLAN | VNI | 1–16,777,215 | Software overlay — no switch config required |
| Flat | None | N/A — 1 per physical interface | Untagged — use only for management networks |
VXLAN tenant networks are the default type in Xloud deployments. They require no
switch configuration and scale to tens of thousands of isolated tenant networks.
VLAN is recommended when direct integration with physical data centre switching is required.
Next Steps
Network Agent Management
Verify L2 agents are healthy on all compute nodes after changing bridge mappings
L3 Router Configuration
Configure routers to use the provider networks you just created as external gateways
Service Architecture
Understand how L2 agents program provider network attachments
Admin Troubleshooting
Resolve VXLAN tunnel and provider network connectivity issues