GitHub user akoskuczi-bw added a comment to the discussion: Guest network is
created on wrong physical network when multiple physical networks exist
@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"
},
{
"broadcastdomainrange": "ZONE",
"id": "6072a5eb-9d1f-46b5-bdea-f531aaf2bcb7",
"isolationmethods": "VLAN",
"name": "PN-Public",
"state": "Enabled",
"zoneid": "3e69da92-3496-4e85-a996-526087ba81ee",
"zonename": "Zone-A"
},
{
"broadcastdomainrange": "ZONE",
"id": "73de3452-4500-4c2c-8e47-6f1baa57fba0",
"isolationmethods": "VXLAN",
"name": "PN-Overlay",
"state": "Enabled",
"vlan": "10000-90000",
"zoneid": "3e69da92-3496-4e85-a996-526087ba81ee",
"zonename": "Zone-A"
},
{
"broadcastdomainrange": "ZONE",
"id": "476b73b1-be37-4b83-a579-88a7360662a8",
"isolationmethods": "VLAN",
"name": "PN-Trunk",
"state": "Enabled",
"tags": "Trunk-network",
"zoneid": "3e69da92-3496-4e85-a996-526087ba81ee",
"zonename": "Zone-A"
}
]
}
cmk listtraffictypes physicalnetworkid="73de3452-4500-4c2c-8e47-6f1baa57fba0"
{
"count": 1,
"traffictype": [
{
"id": "8a21cbf3-a4d7-4c5e-80d5-15eadf8faa50",
"kvmnetworklabel": "broverlay",
"physicalnetworkid": "73de3452-4500-4c2c-8e47-6f1baa57fba0",
"traffictype": "Guest"
}
]
}
cmk listtraffictypes physicalnetworkid="476b73b1-be37-4b83-a579-88a7360662a8"
{
"count": 1,
"traffictype": [
{
"id": "a48c3d29-3e7f-4690-95ea-516ee46abf33",
"kvmnetworklabel": "brtrunk",
"physicalnetworkid": "476b73b1-be37-4b83-a579-88a7360662a8",
"traffictype": "Guest"
}
]
}
I think I get it. So the network offering must include tags that match the ones
assigned to the physical network?
GitHub link:
https://github.com/apache/cloudstack/discussions/12979#discussioncomment-16486125
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]