You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User Story: As a user, I want to specify a security group for the migrated VM, so that I can enforce the appropriate network security policies in the target OpenStack environment.
Description:
Currently, vJailbreak allows users to select network and storage mappings for migrated VMs but lacks an option to assign security groups. Adding this capability will ensure that migrated VMs have the correct firewall rules and access policies applied upon migration.
Acceptance Criteria:
UI Support:
Users can select a security group during migration plan creation.
The UI should list available security groups from the target OpenStack project.
Users should be able to select multiple security groups per VM if needed.
API & Backend:
The security group selection is stored in the migration plan.
v2v-helper applies the selected security group to the VM post-migration.
If no security group is selected, apply the OpenStack default security group
Validation & Error Handling:
Display an error if the selected security group does not exist in the target OpenStack environment.
Ensure that the migration process does not proceed if the security group assignment fails.
Logging & Tracking:
Include security group details in migration logs.
Display assigned security groups in the migration summary.
The text was updated successfully, but these errors were encountered:
User Story: As a user, I want to specify a security group for the migrated VM, so that I can enforce the appropriate network security policies in the target OpenStack environment.
Description:
Currently, vJailbreak allows users to select network and storage mappings for migrated VMs but lacks an option to assign security groups. Adding this capability will ensure that migrated VMs have the correct firewall rules and access policies applied upon migration.
Acceptance Criteria:
UI Support:
API & Backend:
Validation & Error Handling:
Logging & Tracking:
The text was updated successfully, but these errors were encountered: