Hide Forgot
Description of problem: In 3.3 the network interface was created automatically after creation of VM (and in Guide Me was included option of adding new one). In current state, there is none of these options - NI have to be added from different subtab, and no default NI is created. Version-Release number of selected component (if applicable): rhevm-setup-3.3.0-0.33.beta1.el6ev.noarch How reproducible: 100% Steps to Reproduce: 1. Create New VM Actual results: No interface is created and no Add New Network Interface option in Guide Me Expected results: In Guide Me there should be Add New Network Interface option, default interface should be created Additional info:
Network interfaces can be created straight from the Add VM dialog. That's why the network interfaces have been removed from the Guide Me sequence, see Bug 1024249.
ok, i miss that, anyway it is still not created automatically (default option in New VM dialog is empty/empty), this should be change to rhevm/rhevm, should I open new bug for it, or proceed with this one?
The current behavior is that if the chosen template's profiles are available, then they're the ones attached by default to the interfaces. If they're not available, the NICs are created but no profile is attached to them. It is not clear that attaching rhevm/rhevm by default is better. If users want that profile to be attached to the NICs by default, they can attach it to the template's NICs. And if we do decide that it's better to try and "guess" which profile should be attached, maybe the logic should be more complicated? Maybe try to pick another profile of the original network? And what if the original network has been removed from the DC in the meantime, should we maybe try to look for a different network (different ID) with the same name? The "correct" behavior is ill-defined in my opinion, and it's very arguable that any behavior would actually be better than the current one.
when you moved network interface into the VM-creation tab, is it appropriate to still leave disk creation in separate tab or can that be also move to VM-creation tab?
Well, I would say this isn't the most natural place for either of them. Enabling network interface configuration in this dialog had a very specific purpose, to support the instance type feature (http://www.ovirt.org/Features/Instance_Types). My point being, that the general goal isn't to move as much logic as possible into the VM creation dialog.