You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cloudstack.apache.org by GitBox <gi...@apache.org> on 2020/07/05 02:23:58 UTC

[GitHub] [cloudstack-primate] rhtyd commented on issue #491: [BUG] The Create Instance wizard should have an 'Advanced section' to make requirements clear

rhtyd commented on issue #491:
URL: https://github.com/apache/cloudstack-primate/issues/491#issuecomment-653833269


   Needs further discussion: cc @davidjumani 
   
   - 'Affinity groups' is already in its own step, the sequence/step is same as old UI's wizard after compute and disk offering, we probably can move it at the end?
   ![Screenshot from 2020-07-05 07-42-14](https://user-images.githubusercontent.com/95203/86524053-395baa00-be93-11ea-88b1-14e149890150.png)
   
   - 'root disk size': already tracked by another ticket, best case we may h is still used in backend while setting the 
    is still used in backend while setting the 
   ide it if not applicable and perform size related validation; hide it by default (i.e. ask user for explicit override option by providing a switch)
   
   - The following are same as in the legacy UI asked at the last step. The keyboard option is still used to set the default keymap for VMware/vnc config for VM (https://github.com/apache/cloudstack/blob/master/vmware-base/src/main/java/com/cloud/hypervisor/vmware/util/VmwareHelper.java#L576) if not in CloudStack console proxy/popup. Possibly we can add a 2nd last step to say 'Advanced Configuration' for the following? However, userdata has been there for years and may not be an advanced setting? Should the advanced step be visible to normal users?
   ```
   'Boot type'
   'boot into hardware setup'
   'boot mode'
   'keyboard language' (as redundant with novnc console)
   'userdata'
   ```
   
   - For each step we probably want to add an information (a (i) icon) that shows popover help doc (like other forms) to either explain the step or a specific form-item in the step using translation keys `$tr(...`
   
   Screenshots for reference:
   ![Screenshot from 2020-07-05 07-49-24](https://user-images.githubusercontent.com/95203/86524121-21d0f100-be94-11ea-9c64-083ccdd465f0.png)
   ![Screenshot from 2020-07-05 07-49-38](https://user-images.githubusercontent.com/95203/86524123-239ab480-be94-11ea-803a-72a5fe66a830.png)
   
   We'll fix this for 1.0, but given the VM deployment feature/functionality is not broken but is the steps/form items are same as old UI I've lowered severity to Major.


----------------------------------------------------------------
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:
users@infra.apache.org