Hide Forgot
Description of problem: The Edit Logical Networks dialog can be invoked in two places - (1) Data center main tab > Logical network sub tab> Edit and (2) Hosts main tab> Network interfaces sub tab> setup host networks dialog> hover on any network> click pencil edit icon> Edit Although the entity that is being edited is exactly the same, the edit dialogs are vastly different in how they look. The reason this is the case is because in the Setup networks scenario, the user is expected only to deal with the host specific parameters of the network configuration but this can still be achieved by bringing up the same Edit dialog as in the main edit dialog in (1)and introduce a new left tab called 'Host Parameters' with the content in (2) and making it the default tab when invoked from the setup network dialog even though it is the last of the tabs on the left. This way the dialog is consistent but with additional fields in the host context. At minimum, if the decision is to not make these consistent, then the network parameters from dialog (1) that do display in (2) should display in the edit dialog from (2) as well - i.e, the MTU, VM network icon/flag and today show on the tooltip should also show in the edit dialog even if only in read-only mode. Similarly the VLAN tagging which is possibly the most important info in this context and that currently displays in parentheses, should additionally show in the edit dialog as well. These are all attributes that were listed in the original edit dialog (1) but are distributed and displayed in different ways in (2). At minimum, they must all at least live on the edit dialog. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
setting target release to current version for consideration and review. please do not push non-RFE bugs to an undefined target release to make sure bugs are reviewed for relevancy, fix, closure, etc.
I personally don't agree that this should resonate the form of other network dialogs, because this is, as you mentioned, in a different context where other parameters are most relevant. However, I agree that it makes perfect sense to show these fields (VLAN, MTU, etc.) in the dialog even if they're not modifiable, and using the design of the other network dialogs might be the path of least coding.
This week I looked carefully at the code, and while everything Malini described is doable, it looks to me like too big of a hassle for the gain; as I had stated, I don't see it as a big issue that the dialog looks different from the edit logical network dialog, as their function is completely different. I think we should just figure out which parameters are important to show in the context of configuring a network on a host, and show these. Nir, what do you think? Which parameters that don't show today are pertinent?
Edit Logical Network from the DC (or Networks main tab) level is different from the Edit Network from the "Setup Host Network" context: In the former, you are actually editing the Logical Network business entity; in the latter, you are editing the parameters of the connection between the Logical Network and the physical layer component in the Host to which this Network is connected to (NIC, Bond, etc.). Having a pencil icon on the Network box in the Setup Host Networks dialog is indeed misleading, as the user may think that he is editing the Logical Network itself. One possible improvement is to change the pencil icon to something else (e.g. something that represents a connection) and edit the icon's tool-tip and dialog title to something other than "Edit Network" - maybe something like "configure connection to network" or something similar (maybe Nir can help here).
Pushing back because related to other visual changes in the dialog that won't take place in 3.5.
Created attachment 922236 [details] mockup: Setup Host Networks [V9]
(In reply to Einav Cohen from comment #4) > ... > One possible improvement is to change the pencil icon to something else > (e.g. something that represents a connection) and edit the icon's tool-tip > and dialog title to something other than "Edit Network" - maybe something > like "configure connection to network" or something similar (maybe Nir can > help here). in the latest mock-ups for the Setup Host Network dialog (see attachment 922236 [details]) there is no longer a pencil icon - a gearwheel icon replaces it. this should resolve the issue reported in this BZ.
This is an automated message. This Bugzilla report has been opened on a version which is not maintained anymore. Please check if this bug is still relevant in oVirt 3.5.4. If it's not relevant anymore, please close it (you may use EOL or CURRENT RELEASE resolution) If it's an RFE please update the version to 4.0 if still relevant.
Does this recreate on latest 3.6?
Target release should be placed once a package build is known to fix a issue. Since this bug is not modified, the target version has been reset. Please use target milestone to plan a fix for a oVirt release.
I do not think it is important to include DC-level properties of a network when editing its host attachment. DC-level properties show up as a tooltip when hovering over it in the SetupNetworks dialog.