-
Notifications
You must be signed in to change notification settings - Fork 19
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 selectedInstanceType flag to the plan #1017
Comments
If the inventory will add an like we do for networks: cc:// @ahadas |
+1 |
Once kubev2v/forklift#824 will go in you can query like this: you can also do single get using: an example of a response of single get (
|
Note: |
This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 15 days. |
let's not merge this for 2.7, let's merge this later. |
adding @dgur for visibitly |
We are going to add a new feature in https://issues.redhat.com/browse/MTV-919, to allow the setting an instance type to the plan.
In order to do that, the user needs to specify he wish to preserve it by setting it within the plan:
selectedInstanceType=
e.g the plan will look like:
where you can see the new flag under the spec (like warm migrations).
The field is optional, but to select using the feature is must be there and set to requested instance type.
In the UI a drop down list in order to use it will be the best option to the users, but in order to do so you will need to query both
VirtualMachineInstancetype
from the destination cluster namespace andVirtualMachineClusterInstancetype
.If that's too difficult, maybe a text box will be enough.
The backend part is still WIP.
The text was updated successfully, but these errors were encountered: