Guest network is created on wrong physical network when multiple physical networks exist #12979
-
problemWhen multiple physical networks are configured for guest traffic—one using VXLAN-based isolation and another using VLAN-based isolation—creating a new L2 guest network via the UI: Infrastructure -> Physical Networks -> Traffic Types -> Add Guest results in the network being created on the VXLAN-based physical network, regardless of the intended isolation type. versions
ACS version: 4.22.0 The steps to reproduce the bug
Expected result Actual result What to do about it?Using cmk, the VLAN-based guest network can be created successfully by explicitly specifying the physical network ID. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
@akoskuczi-bw |
Beta Was this translation helpful? Give feedback.
-
|
@weizhouapache I think I get it. So the network offering must include tags that match the ones assigned to the physical network? |
Beta Was this translation helpful? Give feedback.
-
|
Based on your advice, the guest network is provisioned correctly when the network offering and the physical network share the same tags. |
Beta Was this translation helpful? Give feedback.
@weizhouapache
cmk list networkofferings id="51b37ee3-6a76-43f7-a235-2b72759306c3" filter=tags,name
{
"count": 1,
"networkoffering": [
{
"name": "DefaultL2NetworkOfferingConfigDriveVlan"
}
]
}
cmk listphysicalnetworks
{
"count": 5,
"physicalnetwork": [
{
"broadcastdomainrange": "ZONE",
"id": "c6e00f00-012d-427c-ad59-5eff383a06ea",
"isolationmethods": "VLAN",
"name": "PN-Management",
"state": "Enabled",
"zoneid": "3e69da92-3496-4e85-a996-526087ba81ee",
"zonename": "Zone-A"
},
{
"broadcastdomainrange": "ZONE",
"id": "e12c90ff-b805-47aa-bb95-7a6208d68dbf",
"isolationmethods": "VLAN",
"name": "PN-Storage",
"state": "Enabled",
"zoneid": "3e69da92-3496-4e85-a996-526087ba81ee",
"zonename": "Zone-A"