DaanHoogland opened a new issue #374: URL: https://github.com/apache/cloudstack-primate/issues/374
**Is your feature request related to a problem? Please describe.** When a user uploads an OVA template it might contain properties that require answering when deploying a VM based on that template. This is a concrete example but there might be others where the UI needs to query the user based on a text input. in the OVA deployment case we have - a query - a name - a default value - a type and - a constraints field (called "qualifiers" internally) I think a component might have more use than the OVA deployment. It can be used for cmdline parameters or more specific control of user-data input. Maybe for some plugins it could be used to control hardware specific configuration. I think it could even be useful for more static parts of the UI interaction. **Describe the solution you'd like** I would like a vue.js component that takes above input and can return the user choice or input (depending on type and constraints). **Describe alternatives you've considered** An alternative would be javascript methods as implemented in the old UI's instanceWizard. The amount of work would be the same but it would not be usable in multiple location but as boilerplate code. **Additional context** In the old UI a step 7.5 of sorts was put between step 7 and 8 of the deploy wizard in case an OVA would contain ovf properties. in the new UI this would be part of the deployment form (mistakenly called a wizard still). ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org