Description of problem: For the following VMs & Templates lifecycle operations: 1. "VM provision from a template" - Create a VM named "VM name", from a template. 2. "Publish VM to a template" - On RHV provider: Create a Template named "Template Name" from a VM. - On other providers: Create a Template, and then create a VM named "VM Name". 3. "Clone Template" - Create a VM named "VM Name" from a Template. "VM Name"\"Template Name" max limit should be mentioned aside these fields, or alternatively have a tool tip, that shows the max limit. Version-Release number of selected component (if applicable): CFME-5.9.0.14 Additional info: The "VM Name"\"Template Name" fields are located at the VM lifecycle dialogs, under the "Catalog" tab. For "VM Description"\"Template Description" the max limit is mentioned aside this field, and also user cannot insert number of chars, that exceeds this limit. Maybe we can have the "VM Name"\"Template Name" limits handled the same. Version-Release number of selected component (if applicable): CFME-5.9.0.14
Sounds similar/related to https://bugzilla.redhat.com/show_bug.cgi?id=1529080. Sending over to GM for the same reason as https://bugzilla.redhat.com/show_bug.cgi?id=1529080#c2
Passing to PM as I consider this an RFE. The backend supports a max-length already in the dialog definition. As I recall it is really only used for the Azure: https://github.com/ManageIQ/manageiq/pull/12947 and GCE: https://github.com/ManageIQ/manageiq/pull/10330 Other providers either do not have a min/max size set or only have max size set to 255. Ilanit - It is not clear to me if the request is for defining max length for all providers or if this is just a UI enhancement request. I sense this PR ultimately needs to be re-assigned to the OpsUI team.
This RFE is about adding, in the UI, for the "VM Name"\"Template Name", max limit, that will be stated aside these fields, or have a tool tip, that shows the max limit. In the backend such maximum limitation exist, however it is not exposed in the UI (Like it is for the description field). I encountered this missing max in the UI for RHV provider, but if I recall correctly it is the same for VMware, and maybe other providers.