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/02/05 00:48:12 UTC

[GitHub] [cloudstack-primate] utchoang opened a new pull request #146: [WIP] Feature/vm wizard

utchoang opened a new pull request #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146
 
 
   * [x]  Add selection for disk offering
   * [ ]  Format Info card for vm config summary
   * [x]  Add iso selection
   * [x]  Add tags to the templates (featured, public, etc.)
   * [x]  Sort templates/isos
   * [x]  Pin featured templates/isos at the top of each list
   * [x]  Add search filter input for isos/templates
   * [x]  Handle form change on switching from template to iso (and vice versa)
   * [ ]  Add translations for all input placeholders
   * [ ]  Implement submit method
   * [x]   Add affinity group selection
   * [x ]  Add network selection
   * [x]  Add ssh key pairs selection
   * [ ]  Handle Navigation (e.g. reset the form on navigating away)
   * [x ]  Add filter possibility to selections (compute offering, disk offering, network offering, ...)
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] svenvogel commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
svenvogel commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586981262
 
 
   @rhtyd CC @utchoang should we add groups, keyboard layout and userdata?
   
   ![image](https://user-images.githubusercontent.com/5433844/74655844-55cda300-518d-11ea-8288-2c1c6b935a62.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582299819
 
 
   @rhtyd thank you. I will add a Help button for creating new network while avoiding content switch.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584589801
 
 
   @utchoang that's fine for the first iteration, I think as we had initially discussed I would rather prefer that all the views/sections are visible by default instead of steps/pages like the old UI's wizard. Perhaps once a user inputs say all the params of one step, the subsequent step may automatically show up?
   
   In summary, let's just see if we can finish the first iteration and then seek feedback/reviews.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586149008
 
 
   @utchoang cc @svenvogel some review comments from testing the current branch:
   - Maybe template and ISO could be show in tabs instead of collapse?
   - Minor: show search bar like other steps for template/iso; the search bar could be above near to the place that may render on the right side of tabbed template/iso options
   - Once I accidently select disk offering, no way to de-select it. Give a radio button to say no disk offering etc.
   - Initially on the network step, if I select two networks, both are selected as default by the radio button
   - Given option (radio button) to not select any ssh key (if we select one, there is no way to de-select) 
   - Minor nit: the launch button icon uses poweroff icon, instead maybe use a play or rocket icon?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586838027
 
 
   @rhtyd Yes, I did merge the last master

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586985939
 
 
   @utchoang please pull --rebase your branch as I've made some changes and merged origin/master on it. As Sven describes, the following can be added:
   - Support to specify keyboard
   - Support to supply userdata (this would be sent as base64 encoded string as part of the api request)
   - The add to instance group (existing groups may be listed using the listInstanceGroups API)
   
   Rest is largely done, but I'm still reviewing/testing it.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd merged pull request #146: Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd merged pull request #146: Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146
 
 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586797368
 
 
   @rhtyd cc @svenvogel 
   I have finished fixing the issues. Please review and give me your comment.
   ![image](https://user-images.githubusercontent.com/13766648/74620657-776a6280-516c-11ea-947e-e6f0bb90090f.png)
   ![image](https://user-images.githubusercontent.com/13766648/74620485-e2676980-516b-11ea-8373-7f70a6d0a8f8.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-604093694
 
 
   Added bug https://github.com/apache/cloudstack-primate/issues/254

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] svenvogel commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
svenvogel commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584890527
 
 
   @utchoang i agree with @rhtyd ... please combine the nice 1..2..3 blue step line but WITH one pager (scrollable in each section) ... "no next button". it is easier for user to change. maybe we had an misunderstood.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang removed a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang removed a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587321963
 
 
   @rhtyd cc @svenvogel 
   As from https://github.com/apache/cloudstack-primate/pull/7, the template/iso is filtered by osType, which causes incorrect pagination. To solve it, I intend to change the filter from osType to filter/show by featured/community/shared etc. Please let me know what you think.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-604092773
 
 
   There are still some issue but largely the feature works for some combination, I'll merge and hopefully the bugs can be fixed over time cc @shwstppr @utchoang @vladimirpetrov 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] svenvogel edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
svenvogel edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584890527
 
 
   @utchoang i agree with @rhtyd ... please combine the nice 1..2..3 blue step line but WITH one pager (scrollable in each section) ... "no next button". it is easier for user to change. maybe we had an misunderstood.
   
   additional
   i mean the next is okay... but it would be cool to switch per click to each section not with an preview or next button. i dont know what possible but it would be cool to have the 1..2..3... style but all on one page.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584551049
 
 
   @rhtyd cc @svenvogel 
   Add pod, cluster and host in step Basic Setup
   ![2020-02-11_16-48-25](https://user-images.githubusercontent.com/13766648/74225793-f899a380-4ced-11ea-8290-4be762c3ab09.png)

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587321963
 
 
   @rhtyd cc @svenvogel 
   As from https://github.com/apache/cloudstack-primate/pull/7, the template/iso is filtered by osType, which causes incorrect pagination. To solve it, I intend to change the filter from osType to filter/show by featured/community/shared etc. Please let me know what you think.
   ![image](https://user-images.githubusercontent.com/13766648/74713926-1b7f0700-525c-11ea-92ed-44e5dcfa950a.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582765698
 
 
   @rhtyd I think I will add a Help button for creating new network while avoiding content switch

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587383708
 
 
   @utchoang is this ready for review/testing now?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587321963
 
 
   @rhtyd cc @svenvogel 
   As from https://github.com/apache/cloudstack-primate/pull/7, the template/iso is filtered by osType, which causes incorrect pagination. To solve it, I intend to change the filter from osType to filter/show by featured/community/shared etc. Please let me know what you think.
   ![image](https://user-images.githubusercontent.com/13766648/74713926-1b7f0700-525c-11ea-92ed-44e5dcfa950a.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586838128
 
 
   Great @utchoang, I'll start review/testing.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-583735861
 
 
   @svenvogel I don't like the collapse mode, I would prefer all sections are visible. I'm okay either way to provide an option for users to create network. Maybe the network list/table can also say things like the type of the network, cidr etc. Help button is also fine. We may even reuse the create network component here to allow users to create a network, if they don't want to use an existing one.
   
   There are some organisations that prefer network to be created, others don't. In most cases, say when deploying a VM (whether on cloud, or on desktop/server like VirtualBox or virt-manager) users usually are not allowed to create a network. For many providers the existing list of networks is like a network offering available to VMs, and users are generally only allowed to pick one of the existing ones (than create a new one). We can use router-link to allow users create networks for example?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587321963
 
 
   @rhtyd cc @svenvogel 
   As from https://github.com/apache/cloudstack-primate/pull/7, the template/iso is filtered by osType, which causes incorrect pagination. To solve it, I intend to change the filter from osType to filter/show by featured/community/shared etc. Please let me know what you think.
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582260474
 
 
   Thanks for submitting @utchoang 
   
   @svenvogel @PaulAngus @borisstoyanov @andrijapanicsb @DaanHoogland - from internal discussions one feedback I (got from Alex) is that the VM deployment wizard should not allow creation of new networks which may be confusing for users (multiple ways to do the same thing), instead we can add a help button or text that allows users to go to the network page and create the network they want themselves. This would however remove the previous UX that allowed users to add network while they deploy a VM. Thoughts?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] svenvogel commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
svenvogel commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582868956
 
 
   @rhtyd i my experience most of my infra user find a way for creating a network in the wizard in the process of creating a virtual machine a good way. do complete creation in one step. my most users here was confused in the old UI because they dont know "whats that for network type and where is it connected"... if this is better in new UI i think it will not confuse.
    
   i see 2 ways.
   
   1. like @utchoang suggest i would use a help button if we dont want creation of network or "we have an ugly content switch". this means we avoid switch the site to another and back. this is from design perpective and usability not nice for handling. at the moment we have a speedy nice one pager vm wizard. each content switch will destroy it. help button like create network there... but not switch them...
   
   2. for me +1 for the possibility to create directly the network because we use collapse mode. users they dont want it will not use it and if you plan network before you will go directly to network tab.
   
   @rhtyd what do you think? 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586836867
 
 
   @rhtyd cc @svenvogel Yes. Please review it.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] andrijapanicsb commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
andrijapanicsb commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582315571
 
 
   +1 @rhtyd for network stuff during vm deployment wizard, but as suggested, please add some button so that user can still create a network. 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-585026483
 
 
   @rhtyd cc @svenvogel I have changed the following. Please let me know your comments.
   ![1](https://user-images.githubusercontent.com/13766648/74303589-00f4eb80-4d8d-11ea-935c-639164490de2.png)
   ![2](https://user-images.githubusercontent.com/13766648/74303594-02261880-4d8d-11ea-98c1-3412c039b689.png)
   ![3](https://user-images.githubusercontent.com/13766648/74303595-02beaf00-4d8d-11ea-8066-8706ee66b1a9.png)
   ![4](https://user-images.githubusercontent.com/13766648/74303597-03574580-4d8d-11ea-9a70-9033c1108f80.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586797368
 
 
   @rhtyd cc @svenvogel 
   I have finished fixing the issues. Please review and give me your comment.
   ![image](https://user-images.githubusercontent.com/13766648/74620413-acc28080-516b-11ea-88ac-7c074ac69b86.png)
   ![image](https://user-images.githubusercontent.com/13766648/74620485-e2676980-516b-11ea-8373-7f70a6d0a8f8.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-585575380
 
 
   @rhtyd cc @svenvogel 
   Regarding to "Format Info card for vm config summary" with the image below, I still have no idea of what should be done. Could you please explain?
   ![1](https://user-images.githubusercontent.com/13766648/74408048-f22e3780-4e65-11ea-99a0-a6bafbacc77c.png)
   ![2](https://user-images.githubusercontent.com/13766648/74408050-f35f6480-4e65-11ea-98fb-160e832691a9.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586797368
 
 
   @rhtyd cc @svenvogel 
   I have finished fixing the issues. Please review and give me your comment.
   ![image](https://user-images.githubusercontent.com/13766648/74620614-4ee26880-516c-11ea-9dc2-3fa59f7c9038.png)
   ![image](https://user-images.githubusercontent.com/13766648/74620485-e2676980-516b-11ea-8373-7f70a6d0a8f8.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] shwstppr edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
shwstppr edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-603822631
 
 
   @utchoang we don't have the functionality to add a new network on the fly like in old UI?
   ![Screenshot from 2020-03-25 18-25-18](https://user-images.githubusercontent.com/153340/77538620-03874c80-6ec6-11ea-9fbe-c6ac3db30115.png)
   
   ![Screenshot from 2020-03-25 18-17-10](https://user-images.githubusercontent.com/153340/77538133-3bda5b00-6ec5-11ea-8226-bdffec17cf95.png)
   And can we make changes to pre-select(first entry from the list) things like zone, compute offering, etc.
   
   Deployment works with minimal changes to variables. Will try more variations and will try to provide some fixes tomorrow. cc @rhtyd 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-587321963
 
 
   @rhtyd cc @svenvogel 
   As from https://github.com/apache/cloudstack-primate/pull/7, the template/iso is filtered by osType, which causes incorrect pagination. To solve it, I intend to change the filter from osType to filter/show by featured/community/shared etc. Please let me know what you think.
   ![image](https://user-images.githubusercontent.com/13766648/74713926-1b7f0700-525c-11ea-92ed-44e5dcfa950a.png)
   =>
   ![image](https://user-images.githubusercontent.com/13766648/74715632-651d2100-525f-11ea-96dd-d83f71ec4c6f.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] svenvogel edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
svenvogel edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584890527
 
 
   @utchoang i agree with @rhtyd ... please combine the nice 1..2..3 blue step line but WITH one pager (scrollable in each section) ... "no next button". it is easier for user to change. maybe we had an misunderstood.
   
   additional
   i mean the next is okay... but it would be cool to switch per click to each section not with an preview or next button. i dont know what possible because this style with number and hook will be always with acknowledge button. it would be cool to have the 1..2..3... style but all on one page. maybe we get the hook button if we select the "required" settings e.g. VM Name, ... 

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586837332
 
 
   @utchoang can you merge latest master on it?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] shwstppr commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
shwstppr commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-603822631
 
 
   @utchoang we don't have the functionality to add a new network on the fly like in old UI?
   ![Screenshot from 2020-03-25 18-17-10](https://user-images.githubusercontent.com/153340/77538133-3bda5b00-6ec5-11ea-8226-bdffec17cf95.png)
   And can we make changes to pre-select(first entry from the list) things like zone, compute offering, etc.
   
   Deployment works with minimal changes to variables. Will try more variations and will try to provide some fixes tomorrow. cc @rhtyd 
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-585026483
 
 
   @rhtyd cc @svenvogel I have changed the following. Please let me know your comments.
   
   1. Default:
   ![1](https://user-images.githubusercontent.com/13766648/74303589-00f4eb80-4d8d-11ea-935c-639164490de2.png)
   
   2. Select zone:
   ![2](https://user-images.githubusercontent.com/13766648/74303594-02261880-4d8d-11ea-98c1-3412c039b689.png)
   ![3](https://user-images.githubusercontent.com/13766648/74303595-02beaf00-4d8d-11ea-8066-8706ee66b1a9.png)
   ![4](https://user-images.githubusercontent.com/13766648/74303597-03574580-4d8d-11ea-9a70-9033c1108f80.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang removed a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang removed a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582299819
 
 
   @rhtyd thank you. I will add a Help button for creating new network while avoiding content switch.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584467673
 
 
   @rhtyd cc @svenvogel
   This is my new design of the layout collapse mode to steps mode. Please review and let me know your comments.
   ![2020-02-11_10-25-28](https://user-images.githubusercontent.com/13766648/74209816-f28acf00-4cbb-11ea-9569-5fe1bf0f2443.png)
   ![2020-02-11_10-27-50](https://user-images.githubusercontent.com/13766648/74209817-f4549280-4cbb-11ea-87cd-3de158644c76.png)
   ![2020-02-11_10-28-38](https://user-images.githubusercontent.com/13766648/74209818-f4ed2900-4cbb-11ea-9866-c73440a42504.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-582260474
 
 
   Thanks for submitting @utchoang 
   
   @svenvogel cc @PaulAngus @borisstoyanov - from internal discussions one feedback I (got from Alex) is that the VM deployment wizard should not allow creation of new networks which may be confusing for users (multiple ways to do the same thing), instead we can add a help button or text that allows users to go to the network page and create the network they want themselves. This would however remove the previous UX that allowed users to add network while they deploy a VM. Thoughts?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586836718
 
 
   @utchoang cc @svenvogel - is it ready for testing/review?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-584551049
 
 
   @rhtyd cc @svenvogel 
   Add pod, cluster and host
   ![2020-02-11_16-48-25](https://user-images.githubusercontent.com/13766648/74225793-f899a380-4ced-11ea-8290-4be762c3ab09.png)

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-585575380
 
 
   Regarding to "Format Info card for vm config summary" with the image below, I still have no idea of what should be done. Could you please explain?
   ![1](https://user-images.githubusercontent.com/13766648/74408048-f22e3780-4e65-11ea-99a0-a6bafbacc77c.png)
   ![2](https://user-images.githubusercontent.com/13766648/74408050-f35f6480-4e65-11ea-98fb-160e832691a9.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd edited a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd edited a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586985939
 
 
   @utchoang please pull --rebase your branch as I've made some changes and merged origin/master on it. As Sven describes, the following can be added:
   - Support to specify keyboard
   - Support to supply userdata (this would be sent as base64 encoded string as part of the api request)
   - The add to instance group (existing groups may be listed using the listInstanceGroups API)
   - Add pagination support for templates/isos (actually all possible views)
   - For templates/iso show another filter criteria (filter/show by featured/community/shared etc.) - this is not clear how to show - may be skipped if you don't understand it.
   
   Rest is largely done, but I'm still reviewing/testing it.

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-588020152
 
 
   The requirements for this task are:
   * Keep the wizard in a pop-over
   * Add support for both basic and advanced, ideally we would prefer the similar kind of layout/steps like in the old UI's wizard
   
   I think the new UI already meets these demands:
   1. The wizard is a popup
   ![image](https://user-images.githubusercontent.com/13766648/74799889-6f452b00-5304-11ea-87ff-1dc47020152b.png)
   
   2. There's support info for both Basic and Advanced when it is selected. The layout is in form of steps.
   ![image](https://user-images.githubusercontent.com/13766648/74799911-7c621a00-5304-11ea-8388-1e36ce26cddc.png)
   
   Could you please explain what I should change?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang removed a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang removed a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-585575380
 
 
   @rhtyd cc @svenvogel 
   Regarding to "Format Info card for vm config summary" with the image below, I still have no idea of what should be done. Could you please explain?
   ![1](https://user-images.githubusercontent.com/13766648/74408048-f22e3780-4e65-11ea-99a0-a6bafbacc77c.png)
   ![2](https://user-images.githubusercontent.com/13766648/74408050-f35f6480-4e65-11ea-98fb-160e832691a9.png)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-588012307
 
 
   @rhtyd I completed fixes. Please review again

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-583989693
 
 
   @rhtyd cc @svenvogel There is error 503 found in http://acs.shapeblue.com:8080/client/. Please check
   
   
   

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] utchoang removed a comment on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
utchoang removed a comment on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-588020152
 
 
   The requirements for this task are:
   * Keep the wizard in a pop-over
   * Add support for both basic and advanced, ideally we would prefer the similar kind of layout/steps like in the old UI's wizard
   
   I think the new UI already meets these demands:
   1. The wizard is a popup
   ![image](https://user-images.githubusercontent.com/13766648/74799889-6f452b00-5304-11ea-87ff-1dc47020152b.png)
   
   2. There's support info for both Basic and Advanced when it is selected. The layout is in form of steps.
   ![image](https://user-images.githubusercontent.com/13766648/74799911-7c621a00-5304-11ea-8388-1e36ce26cddc.png)
   
   Could you please explain what I should change?

----------------------------------------------------------------
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


With regards,
Apache Git Services

[GitHub] [cloudstack-primate] rhtyd commented on issue #146: [WIP] Feature/vm wizard

Posted by GitBox <gi...@apache.org>.
rhtyd commented on issue #146: [WIP] Feature/vm wizard
URL: https://github.com/apache/cloudstack-primate/pull/146#issuecomment-586146044
 
 
   Nice @utchoang - is this complete, ready for review/testing?

----------------------------------------------------------------
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


With regards,
Apache Git Services