-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Network offerings not listed on zone with multiple physical networks having guest traffic #9673
Comments
@rajujith |
good point @weizhouapache , only one physical guest network without tags may exist as I recall. So also offerings without tags are only valid for that physnet, isn't that the case? Sounds like we need to revisit the functional spec for this one. cc @Pearl1594 @rajujith |
yes, at most 1. if users add 2nd physical network, they just need to tag the 2nd physical network. The existing network offerings (untagged) will keep working with the 1st physical network (untagged). This helps users when they add new guest physical network.
|
@weizhouapache If we are assuming the zone has only two physical networks with traffic type guest tagging one physical network may work, although I haven't tested it. What about a zone with 3 physical networks having traffic type of type guest. When I tried adding the 3rd Physical network with traffic type there was an error thrown that there is at least one physical network present in the zone having traffic type guest but not having a tag. I could add the guest traffic type to the third physical network only after adding tag to the second physical network as well. CC @Pearl1594 @DaanHoogland |
Yes @rajujith , there can be only one! (phys network for traffictype guest with no tag) |
yes. Assume there are two physical networks for Guest traffic (phy1 without tag, phy2 with tag xxx), when you add the third physical network for Guest traffic, you have to specify the tag (phy3 with tag yyy) . cc @rajujith |
After talking to @weizhouapache it is clear for me now. CloudStack expects exactly one physical network with a guest traffic type that is untagged. This is used for untagged isolated and L2 network offerings. For shared networks we can select the physical network while creating the network, although the same can be tagged as well. We need to test these scenarios for the #10222 that fixes the listing issue for shared networks. To avoid the confusion we can do the following.
|
ISSUE TYPE
COMPONENT NAME
CLOUDSTACK VERSION
CONFIGURATION
Advanced zone with 4 physical networks
Public
Management
Guest (1) - VXLAN isolation, tag: vxlan
Guest (2) - VLAN Isolation, tag: vlan
OS / ENVIRONMENT
ACS 4.19.1.1 , KVM
SUMMARY
After creating a zone with the above configuration I could create an isolated guest network on Guest (1), and a shared guest network on Guest (2). But the network offering other than the 'quick cloud no service' no other network offering is listed. This issue remains even after removing the second physical network with the guest traffic.
The listing works fine after removing the tag on the physical networks. Tagging existing physical network with guest is mandatory to add another physical network and add a traffic type guest to it.
STEPS TO REPRODUCE
EXPECTED RESULTS
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: