-
Notifications
You must be signed in to change notification settings - Fork 22
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
🐾 Add a "fast create plan" form #801
Comments
note: |
Update: target provider - default to this cluster, editable storage map - default to all source storage types mapped to "prefered storage class" no hooks [create ans start button] - will create a plan and start a migration |
Update II: "preferred storage class" - is defined by an annotation on the storage class, if missing default to first storage class |
Update:
first step: second step: cc:// @rszwajko |
third step:
forth step:
example hooks:
|
on the storageclass CR there is an annotation:
|
i am not aware of anything from our end? |
no, |
@rszwajko ok, let's go with pod network, we can update the logic in later time |
@rszwajko hi, here is a screenshot from the "create deployment" page, the "create plan" should look and feel similar: form section for creating a sub resource, like our mappings: |
Notes: p.s. |
Note: |
Ref: #690 - make sure all sources net and storage are mapped when creating the default mappings |
Notes from demo for 2.6 milestone: |
(error) Equivalent of VMNetworksNotMapped |
(error) Equivalent of VMStorageNotMapped |
(error) Equivalent of VMMultiplePodNetworkMappings |
(error) Target namespace is the same as source namespace - a case where source provider and target provider are the same resource or point to the same environment (checked by comparing |
is it even possible? i guess it's only OCP to OCP @bennyz |
right. this is a special case of migrating VMs in the same k8s cluster (between different namespaces). |
Addressed by #899 |
Current state:
when creating a plan, a user need to use a multi step wizard
Issue:
a migration plan always start from choosing a list of vms to migrate from a source provider, it makes sense to add an option to "fast create" a plan from a source provider details page.
Fix:
add a button in the vms tab of source providers that will open a "fast create" from
The text was updated successfully, but these errors were encountered: