one
one copied to clipboard
[FSunstone] Alias in network section of VM templates
Description Change the way that Alias are created and showed to the user in the Network section of Templates (create and instantiate forms).
Use case To manage the alias of a NIC in a proper way and group all the alias of a NIC in the same card.
Interface Changes
- Remove the field alias of the Attach NIC form. Now, an alias can not be created using the Attach NIC button:
- Add a new button on the card of a NIC to see the alias associated to this NIC.
- When the user clicks the Alias button, a modal will be showed to the user with a table of the alias that exists on this NIC.
- In this table, you can delete or edit an alias and, also, create a new one (using a button to launch the create alias form).
- The form to create/edit an alias will have:
- NIC
- Virtual network (could be a different vnet that the one that is associated to the NIC)
- Fields that have to be determinated before start this issue.
Additional Context In a VM template, we have two different attributes for nics (NICS) and alias (NIC_ALIAS). In FireEdge this two attributes are represented by two different lists. We need to change the way that the information of the alias are showed to the user (group alias in the same NIC card) but not the way that the info is stored on the lists.
Progress Status
- [ ] Code committed
- [ ] Testing - QA
- [ ] Documentation (Release notes - resolved issues, compatibility, known issues)