[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454105632



##
File path: src/views/network/IngressEgressRuleConfigure.vue
##
@@ -79,9 +79,9 @@
   size="small"
   style="overflow-y: auto"
   :columns="columns"
-  :dataSource="rules"
+  :dataSource="rules.slice(pagesize*(page - 1), Math.min(rules.length, 
pagesize*page))"
   :pagination="false"

Review comment:
   @davidjumani here if you say pagination true or remove this, would it 
help?





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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #458: Adding quick-view options to list view

2020-07-13 Thread GitBox


blueorangutan commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-657969126


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/458 (JID-2303)



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




[GitHub] [cloudstack-primate] rhtyd commented on issue #536: Template Filter dont work

2020-07-13 Thread GitBox


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


   @gaaray2k that is not a supported feature, the templatefilter and isofilter 
parameter have fixed options that can be passed to the API.
   I'm unable to reproduce the issue, on latest master we've now same UX as 
legacy UI where we show the four different template/iso filters like:
   
   ![Screenshot from 2020-07-14 
10-34-09](https://user-images.githubusercontent.com/95203/87386258-b1298300-c5bd-11ea-822c-2057c77ee1c8.png)
   
   Closing as this is not supported, thanks.



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




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454103527



##
File path: src/views/network/IngressEgressRuleConfigure.vue
##
@@ -79,9 +79,9 @@
   size="small"
   style="overflow-y: auto"
   :columns="columns"
-  :dataSource="rules"
+  :dataSource="rules.slice(pagesize*(page - 1), Math.min( rules.length, 
pagesize*page))"

Review comment:
   It calls the listSecurityGroups api and that in turn returns all the 
rules associated with the SG in the response, so paginating it over there





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




[GitHub] [cloudstack-primate] rhtyd closed issue #536: Template Filter dont work

2020-07-13 Thread GitBox


rhtyd closed issue #536:
URL: https://github.com/apache/cloudstack-primate/issues/536


   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


davidjumani edited a comment on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657968325







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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


davidjumani commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657968325


   Missing the following labes :
   - label.in.progess
   - message.confirm.configure.ovs
   - label.configure.ovs
   - message.pod.dedicated
   - message.dedicate.pod
   - message.dedicate.host
   - message.error.input.name
   - label.manage.secondary.ipaddress
   - label.in.progess



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


rhtyd merged pull request #537:
URL: https://github.com/apache/cloudstack-primate/pull/537


   



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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454101204



##
File path: src/components/view/InfoCard.vue
##
@@ -374,7 +374,8 @@
   {{ 
$t('label.serviceofferingname') }}
   
 
-{{ 
resource.serviceofferingname || resource.serviceofferingid }} 
+{{ resource.serviceofferingname || resource.serviceofferingid }} 


Review comment:
   +1





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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454101125



##
File path: src/config/section/role.js
##
@@ -55,7 +55,7 @@ export default {
   args: ['name', 'description', 'type'],
   mapping: {
 type: {
-  options: ['Admin', 'DomainAdmin', 'User']
+  options: ['Admin', 'DomainAdmin', 'ResourceAdmin', 'User']

Review comment:
   @davidjumani no leave that in the createAccount form/component for 
legacy reasons, I think old UI shows the same list of roles as returned by 
listRoles.





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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #458: Adding quick-view options to list view

2020-07-13 Thread GitBox


blueorangutan commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-657966697


   @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #458: Adding quick-view options to list view

2020-07-13 Thread GitBox


rhtyd commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-657966444


   @blueorangutan package
   
   



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




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454100319



##
File path: src/config/section/role.js
##
@@ -55,7 +55,7 @@ export default {
   args: ['name', 'description', 'type'],
   mapping: {
 type: {
-  options: ['Admin', 'DomainAdmin', 'User']
+  options: ['Admin', 'DomainAdmin', 'ResourceAdmin', 'User']

Review comment:
   Then shall I remove it while creating a user too ?





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




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454100223



##
File path: src/components/view/InfoCard.vue
##
@@ -374,7 +374,8 @@
   {{ 
$t('label.serviceofferingname') }}
   
 
-{{ 
resource.serviceofferingname || resource.serviceofferingid }} 
+{{ resource.serviceofferingname || resource.serviceofferingid }} 


Review comment:
   SystemVM doesn't return the service 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:
us...@infra.apache.org




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


blueorangutan commented on pull request #537:
URL: 
https://github.com/apache/cloudstack-primate/pull/537#issuecomment-657966064


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/537 (JID-2302)



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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454099330



##
File path: src/views/network/IngressEgressRuleConfigure.vue
##
@@ -79,9 +79,9 @@
   size="small"
   style="overflow-y: auto"
   :columns="columns"
-  :dataSource="rules"
+  :dataSource="rules.slice(pagesize*(page - 1), Math.min( rules.length, 
pagesize*page))"

Review comment:
   Does the API not support pagination? Otherwise, I would expect to simply 
give all the datasource (not a slice) and instead use table's own pagination 
than an explicit one.





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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #527:
URL: https://github.com/apache/cloudstack-primate/pull/527#discussion_r454098973



##
File path: src/views/compute/wizard/TemplateIsoSelection.vue
##
@@ -232,6 +235,57 @@ export default {
 },
 changeFilterType (value) {
   this.filterType = value
+},
+getTemplatesByKeyword (keyword) {
+  let apiCommand = ''
+  let apiCommandResponse = ''
+  this.filteredItems = []
+  const promises = []
+  const templates = []
+  const params = {}
+  const templateFilter = [
+'featured',
+'community',
+'selfexecutable',
+'sharedexecutable'
+  ]
+  // Fetch templates or isos depending on active tab
+  params.zoneid = _.get(this.zone, 'id')
+  params.keyword = keyword
+  if (this.inputDecorator === 'templateid') {
+apiCommand = 'listTemplates'
+apiCommandResponse = 'listtemplatesresponse.template'
+  } else {
+apiCommand = 'listIsos'
+apiCommandResponse = 'listisosresponse.iso'
+params.bootable = 'true'
+  }
+  // Fetch templates/isos for all filters
+  templateFilter.forEach(filter => {
+params.templatefilter = filter
+promises.push(this.fetchTemplatesIsos(apiCommand, keyword, params))
+  })
+
+  Promise.all(promises).then(response => {
+response.forEach((resItem) => {
+  const concatTemplates = _.concat(templates, _.get(resItem, 
apiCommandResponse, []))

Review comment:
   @ravening with latest 4.14 that is what we use reference env, templates 
returned are unque when the API is called with a `showunique=true` param. This 
will not be necessary then, also use of lodash.





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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


rhtyd commented on pull request #537:
URL: 
https://github.com/apache/cloudstack-primate/pull/537#issuecomment-657964705


   CSS only issue, can be merge right after testing the deploy VM form



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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454098226



##
File path: src/views/network/IngressEgressRuleConfigure.vue
##
@@ -79,9 +79,9 @@
   size="small"
   style="overflow-y: auto"
   :columns="columns"
-  :dataSource="rules"
+  :dataSource="rules.slice(pagesize*(page - 1), Math.min( rules.length, 
pagesize*page))"

Review comment:
   @davidjumani fix parenthesis/space issue





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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454098109



##
File path: src/config/section/role.js
##
@@ -55,7 +55,7 @@ export default {
   args: ['name', 'description', 'type'],
   mapping: {
 type: {
-  options: ['Admin', 'DomainAdmin', 'User']
+  options: ['Admin', 'DomainAdmin', 'ResourceAdmin', 'User']

Review comment:
   @davidjumani Remove ResourceAdmin, we deliberately don't want 
users/admins to use this role type (historic issue, related to cpbm no longer 
used 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:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #534: Bug fixes

2020-07-13 Thread GitBox


rhtyd commented on a change in pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534#discussion_r454097817



##
File path: src/components/view/InfoCard.vue
##
@@ -374,7 +374,8 @@
   {{ 
$t('label.serviceofferingname') }}
   
 
-{{ 
resource.serviceofferingname || resource.serviceofferingid }} 
+{{ resource.serviceofferingname || resource.serviceofferingid }} 


Review comment:
   @davidjumani should we also check for systemvm?





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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #531: Add missing internationlization to search and pagination

2020-07-13 Thread GitBox


rhtyd commented on pull request #531:
URL: 
https://github.com/apache/cloudstack-primate/pull/531#issuecomment-657963846


   @davidjumani this as well, thnx



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


blueorangutan commented on pull request #537:
URL: 
https://github.com/apache/cloudstack-primate/pull/537#issuecomment-657963921


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


davidjumani commented on pull request #537:
URL: 
https://github.com/apache/cloudstack-primate/pull/537#issuecomment-657963669


   @blueorangutan package



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


rhtyd commented on pull request #527:
URL: 
https://github.com/apache/cloudstack-primate/pull/527#issuecomment-657963796


   @davidjumani can you review/test this as well? Thnx



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


rhtyd commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657963737


   Hi @svenvogel let us merge this and another related locales related PR and 
I'll ping you and advise steps to check/contribute translations (I'll email the 
users list as well)
   Can you review/test @davidjumani 



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


rhtyd merged pull request #533:
URL: https://github.com/apache/cloudstack-primate/pull/533


   



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




[GitHub] [cloudstack-primate] utchoang opened a new pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


utchoang opened a new pull request #537:
URL: https://github.com/apache/cloudstack-primate/pull/537


   Open for https://github.com/apache/cloudstack-primate/issues/520
   Issues: On clicking the radio button we see an oval animation (minor issue, 
probably flex or CSS related)
   - BEFORE:
   
![Screenshot_1](https://user-images.githubusercontent.com/13766648/87373684-550e3100-c5b4-11ea-824d-af9853263634.png)
   - AFTER:
   
![image](https://user-images.githubusercontent.com/13766648/87373672-52134080-c5b4-11ea-8dee-10033b7a534e.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:
us...@infra.apache.org




[GitHub] [cloudstack-primate] utchoang commented on pull request #537: [FIX] VM Wizard - Remove oval animation on template/isos

2020-07-13 Thread GitBox


utchoang commented on pull request #537:
URL: 
https://github.com/apache/cloudstack-primate/pull/537#issuecomment-657929036


   @rhtyd Please review it. Thanks.



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




[GitHub] [cloudstack-primate] svenvogel commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


svenvogel commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657822628


   @rhtyd can we add german. I am in this. Hoang sent me the file.  Is there a 
reference in the old ui for translation or is it pretty new? cc @utchoang



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




[GitHub] [cloudstack-primate] gaaray2k opened a new issue #536: Template Filter dont work

2020-07-13 Thread GitBox


gaaray2k opened a new issue #536:
URL: https://github.com/apache/cloudstack-primate/issues/536


   I noticed that when creating a VM, the template filter feature doesnt work. 
I used the filter "is: public", but only the default centos 5 template shows up 
even though I have some public templates. I also tried this using a featured 
filter. is this a known bug?



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




[GitHub] [cloudstack-primate] alexandremattioli opened a new issue #535: [TESTPLAN] Full Test Plan for ? for User, XEN xx, ACS 4.14

2020-07-13 Thread GitBox


alexandremattioli opened a new issue #535:
URL: https://github.com/apache/cloudstack-primate/issues/535


   Note: for User role test exclude after Account/User feature, for DomainAdmin 
role exclude after Infrastructure (except for Offerings)
   
   **Common**
   - [ ] Project selector
   - [ ] Language selector
   - [ ] Notifications / clear notifications
   - [ ] Paginations
   - [ ] Profile
   - [ ] Help
   - [ ] Logout
   - [ ] Context-sensitive help
   
   **Dashboard**
   - [ ] Fetch latest (only on Admin dashboard)
   - [ ] View hosts in alert state
   - [ ] View alerts
   - [ ] View events
   
   **Compute > Instances**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Filter by
   - [ ] Create new instance
   
   **Compute > Kubernetes**
   This requires configuring and setting up CKS: 
http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Filter by
   - [ ] Add Kubernetes cluster
   - [ ] Start/stop a Kubernetes cluster
   - [ ] Scale Kubernetes cluster
   - [ ] Upgrade Kubernetes cluster
   - [ ] Delete Kubernetes cluster
   
   **Compute > Instances > selected instance**
   - [ ] View console
   - [ ] Reboot instance
   - [ ] Update instance
   - [ ] Start/Stop instance
   - [ ] Reinstall instance
   - [ ] Take snapshot
   - [ ] Assign VM to backup offering
   - [ ] Attach ISO
   - [ ] Scale VM
   - [ ] Migrate instance to another host
   - [ ] Change affinity
   - [ ] Change service offering
   - [ ] Reset Instance Password
   - [ ] Assign Instance to Another Account (VM must be stopped)
   - [ ] Network adapters
   - [ ]- Add network to VM
   - [ ]- Set default NIC
   - [ ]- Add/delete secondary IP address
   - [ ]- Delete VM network
   - [ ] Settings
   - [ ]- Add setting
   - [ ]- Update setting
   - [ ]- Delete setting
   - [ ] Add / delete comment
   - [ ] Add / delete tags
   - [ ] Links
   
   **Compute > Instance groups**
   - [ ] Search
   - [ ] Sort
   - [ ] Links
   - [ ] New instance group
   
   **Compute > Instance groups > selected instance group**
   - [ ] Links
   - [ ] Update instance group
   - [ ] Delete instance group
   
   **Compute > SSH Key Pairs**
   - [ ] Search
   - [ ] Sorting
   - [ ] Links
   - [ ] New SSH key pair
   
   **Compute > SSH Key Pairs > selected SSH key pair**
   - [ ] Links
   - [ ] Delete SSH key pair
   
   **Compute > Affinity Groups**
   - [ ] Search
   - [ ] Sort
   - [ ] Links
   - [ ] New affinity group
   
   **Compute > Affinity Groups > selected affinity group**
   - [ ] Links
   - [ ] Delete affinity group
   
   **Storage > Volumes**
   - [ ] Basic earch
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Create volume
   - [ ] Upload local volume
   - [ ] Upload volume from URL
   
   **Storage > Volumes > selected volume**
   - [ ] Detach volume
   - [ ] Take snapshot
   - [ ] Recurring snapshot
   - [ ] Resize volume
   - [ ] Migrate volume
   - [ ] Download volume
   - [ ] Delete volume
   - [ ] Links
   - [ ] Add/delete tags
   
   **Storage > Snapshots**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   
   **Storage > Snapshots > selected snapshot**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Create template
   - [ ] Create volume
   - [ ] Revert snapshot
   - [ ] Delete snapshot
   
   **Storage > VM Snapshots**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   
   **Storage > VM Snapshots > selected snapshot**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Revert VM snapshot
   - [ ] Delete VM snapshot
   
   **Storage > Backups**
   - [ ] Import offering
   - [ ] Configure backup provider (Veeam)
   - [ ] Create backup offering
   - [ ] Assign VM to backup offering
   - [ ] Revert to backup
   - [ ] Delete backup
   
   **Network > Guest networks**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Add network
   
   **Network > Guest networks > selected network**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Update network
   - [ ] Restart network
   - [ ] Delete network
   - [ ] Acquire new IP (only for isolated networks)
   - [ ] Replace ACL list(only for VPC isolated networks)
   - [ ] Delete public IP address (only for isolated networks)
   - [ ] Add/delete egress rule (only for isolated networks)
   
   **Network > VPC **
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Add VPC
   
   **Network > VPC > selected VPC**
   - [ ] Links
   - [ ] Update VPC
   - [ ] Restart VPC
   - [ ] Delete VPC
   - [ ] Networks
   - [ ] - Links
   - [ ] - Paginations
   - [ ] - Add network
   - [ ] - Add internal LB
   - [ ] Public IP addresses
   - [ ] - Links
   - [ ] - Pagination
   - [ ] - Select tier
   - [ ] - Acquire new IP
   - [ ] - Delete IP address
   - [ ] Network ACL Lists

[GitHub] [cloudstack-primate] Pearl1594 commented on a change in pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


Pearl1594 commented on a change in pull request #533:
URL: https://github.com/apache/cloudstack-primate/pull/533#discussion_r453635216



##
File path: src/views/network/FirewallRules.vue
##
@@ -107,17 +107,17 @@
   {{ $t('label.value') }}
   
 
-{{ 
$t('label.add') }}
+{{ 
$t('label.add') }}
   
 
   
 
   
-
-  
+

Review comment:
   minor: could remove the redundant brackets





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




[GitHub] [cloudstack-cloudmonkey] onitake commented on issue #62: Bash completion

2020-07-13 Thread GitBox


onitake commented on issue #62:
URL: 
https://github.com/apache/cloudstack-cloudmonkey/issues/62#issuecomment-657545125


   It's a bit unfortunate that cloudmonkey doesn't use one of the standard Go 
flag packages (such as https://github.com/spf13/cobra ). This would make it 
much easier to add bash completion support.
   
   On the other hand, it shouldn't be too difficult to use something like 
https://github.com/posener/complete directly.



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657511792


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/534 (JID-2284)



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


davidjumani commented on pull request #533:
URL: 
https://github.com/apache/cloudstack-primate/pull/533#issuecomment-657508836


   @rhtyd cc @Pearl1594 Please review & merge



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657508341


   @rhtyd cc @Pearl1594 Please review & merge



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657508042


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657507701


   @blueorangutan package



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   - ~No pagination for security groups ingress / egress rules~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Scrolling on an autogenerated options, it scrolls back to the top 
automatically
   - Missing capacity fields while creating primary storage
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   - The delete snapshot icons show even while the snapshot is being created 
(BackingUp state. Copies existing functionality but would be better if this 
check is present)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action. Copies existing functionality but would be better if this check is 
present)
   - While listing domains, on page refresh, it goes back to the root domain 
(context is lost)
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   - ~No pagination for security groups ingress / egress rules~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   - The delete snapshot icons show even while the snapshot is being created 
(BackingUp state. Copies existing functionality but would be better if this 
check is present)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action. Copies existing functionality but would be better if this check is 
present)
   - While listing domains, on page refresh, it goes back to the root domain 
(context is lost)
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   - ~No pagination for security groups ingress / egress rules~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   - The delete snapshot icons show even while the snapshot is being created 
(BackingUp state. Copies existing functionality but would be better if this 
check is present)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action. Copies existing functionality but would be better if this check is 
present)
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   - ~No pagination for security groups ingress / egress rules~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   - ~No pagination for security groups ingress / egress rules~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   - ~In add ACL Rule, the Rule# field should be a number, not text~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   - ~In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - In add ACL Rule, the Rule# field should be a number, not text
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657456005


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/534 (JID-2281)



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657451252


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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




[GitHub] [cloudstack-primate] ravening commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


ravening commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657450719


   @utchoang hope you have tested this. 
   The diff is just about changing the labels and so looks good to me. Didnt 
test 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:
us...@infra.apache.org




[GitHub] [cloudstack-primate] davidjumani commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657450693


   @blueorangutan package



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




Re: [VOTE] Release Apache CloudStack CloudMonkey 6.1.0

2020-07-13 Thread Rohit Yadav
Thanks all for the testing and votes.

I think we've lazy consensus but I'll wait until the end of the week before 
concluding the vote.


Regards.


From: Nicolas Vazquez 
Sent: Sunday, July 12, 2020 10:08
To: dev ; us...@cloudstack.apache.org 

Cc: priv...@cloudstack.apache.org 
Subject: Re: [VOTE] Release Apache CloudStack CloudMonkey 6.1.0

+1

Tested:
- Various list/create/update/delete commands
- Display json, table
- Filtering, autocomplete


Regards,

Nicolas Vazquez


From: Gabriel Beims Bräscher 
Sent: Saturday, July 11, 2020 11:16 PM
To: dev 
Cc: users ; priv...@cloudstack.apache.org 

Subject: Re: [VOTE] Release Apache CloudStack CloudMonkey 6.1.0

Sorry for the late VOTE, Rohit.

+1 (binding)

Tests are looking good:
1. build
2. configure a zone profile (admin keys) & sync
4. list hosts and run a few commands
5. create/delete network
6. create/delete VMs
7. list VMs, networks, hosts, clusters, pods, accounts, etc
8. check autocomplete for commands and parameters

Em sáb., 11 de jul. de 2020 às 18:41, Sven Vogel 
escreveu:

> @Daan,
>
>
> I build it and tested it on my macbook catalina with beta state. for
> me thats okay.
>
>
>
> Thanks.
>
>
>
> Cheers,
>
> Sven Vogel
> Apache CloudStack PMC member
>
>
>
>
>
>

nicolas.vazq...@shapeblue.com
www.shapeblue.com
3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK
@shapeblue




rohit.ya...@shapeblue.com 
www.shapeblue.com
3 London Bridge Street,  3rd floor, News Building, London  SE1 9SGUK
@shapeblue
  
 

> On Saturday, 07/11/2020 at 21:17 Daan Hoogland wrote:
>
>
> Did you do any verification, Sven?
>
> On Sat, Jul 11, 2020 at 8:24 PM Sven Vogel  wrote:
>
> > your changes can always be relied upon :)
> >
> >
> >
> > +1 for me Rohit
> >
> >
> >
> >
> >
> > Cheers,
> >
> > Sven Vogel
> > Apache CloudStack PMC member
> >
> >
> >
> > On Friday, 07/10/2020 at 19:38 Daan Hoogland wrote:
> >
> >
> > sorry Rohit, I have not given this any attention at all. Hopefully
> > over the
> > weekend...
> >
> > On Fri, Jul 10, 2020 at 5:28 PM Rohit Yadav
> > wrote:
> >
> > > Bump - kindly participate.
> > >
> > > We require lazy concensus with at least three PMC +1s to go
> forward.
> > > Thanks.
> > >
> > > Regards,
> > > Rohit Yadav
> > >
> > > 
> > > From: Rohit Yadav
> > > Sent: Wednesday, July 1, 2020 10:21:19 AM
> > > To: dev@cloudstack.apache.org ;
> > > us...@cloudstack.apache.org
> > > Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.1.0
> > >
> > > Hi All,
> > >
> > > I've created a 6.1.0 release of CloudMonkey, with the following
> > artifacts
> > > up for a vote:
> > >
> > > Git Branch:
> > >
> > >
> >
> >
>
> https://github.com/apache/cloudstack-cloudmonkey/commits/abc31929e74a9f5b07507db203e75393fffc9f3e
> > > Commit: abc31929e74a9f5b07507db203e75393fffc9f3e
> > >
> > > Commits since last release 6.0.0:
> > >
> > >
> >
> >
>
> https://github.com/apache/cloudstack-cloudmonkey/compare/6.0.0...abc31929e74a9f5b07507db203e75393fffc9f3e
> > >
> > > Source release (checksums and signatures are available at the same
> > > location):
> > >
> https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.1.0
> > >
> > > To facilitate voting and testing, the builds are uploaded in this
> > > pre-release:
> > >
> https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.1.0
> > >
> > > List of changes:
> > >
> >
> https://github.com/apache/cloudstack-cloudmonkey/blob/master/CHANGES.md
> > >
> > > PGP release keys (signed using
> > 5ED1E1122DC5E8A4A45112C2484248210EE3D884):
> > > https://dist.apache.org/repos/dist/release/cloudstack/KEYS
> > >
> > > For sanity in tallying the vote, can PMC members please be sure to
> > indicate
> > > "(binding)" with their vote?
> > > [ ] +1 approve
> > > [ ] +0 no opinion
> > > [ ] -1 disapprove (and reason why)
> > >
> > > Vote will be open for till the end of the next week (10 July
> 2020),
> > > otherwise, extend until we reach lazy consensus. Thanks.
> > >
> > > Regards.
> > >
> > > rohit.ya...@shapeblue.com
> > > www.shapeblue.com
> > > 3 London Bridge Street,  3rd floor, News Building, London  SE1
> > 9SGUK
> > > @shapeblue
> > >
> > >
> > >
> > >
> >
> > --
> > Daan
> >
>
>
> --
> Daan
>


[GitHub] [cloudstack-primate] blueorangutan commented on pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


blueorangutan commented on pull request #533:
URL: 
https://github.com/apache/cloudstack-primate/pull/533#issuecomment-657442007


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/533 (JID-2280)



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657438995


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/534 (JID-2278)



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


blueorangutan commented on pull request #533:
URL: 
https://github.com/apache/cloudstack-primate/pull/533#issuecomment-657434324


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


blueorangutan commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657434143


   @davidjumani a Jenkins job has been kicked to build primate packages. I'll 
keep you posted as I make progress.



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani commented on pull request #534:
URL: 
https://github.com/apache/cloudstack-primate/pull/534#issuecomment-657433410


   @blueorangutan package



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


davidjumani commented on pull request #533:
URL: 
https://github.com/apache/cloudstack-primate/pull/533#issuecomment-657433359


   @blueorangutan package



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


blueorangutan commented on pull request #527:
URL: 
https://github.com/apache/cloudstack-primate/pull/527#issuecomment-657433306


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/527 (JID-2277)



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - In add ACL Rule, the Rule# field should be a number, not text
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   Fixed in #534
   - ~While changing a systemvm service offering, need to fetch system 
offerings by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to 
the listServiceOfferings api~
   - ~In the event listview, clicking the username redirects to the event not 
the user~
   - ~When editing a role, resource admin is not in the dropdown~
   - ~VR router offering link leads to an empty page~
   
   TO FIX :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - Missing capacity fields while creating primary storage
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Add option to search in account / domain level settings
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - In add ACL Rule, the Rule# field should be a number, not text
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   - Search for IPAddress firewall rule ?
   



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




[GitHub] [cloudstack-primate] davidjumani opened a new pull request #534: Bug fixes

2020-07-13 Thread GitBox


davidjumani opened a new pull request #534:
URL: https://github.com/apache/cloudstack-primate/pull/534


   Fixes : 
   - VR router offering link leads to an empty page
   - In the event listview, clicking the username redirects to the event not 
the user
   - While changing a systemvm service offering, need to fetch system offerings 
by passing issystem=true, virtualmachineid and systemvmtype to the 
listServiceOfferings api
   - When editing a role, resource admin is not in the dropdown



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




[GitHub] [cloudstack-primate] davidjumani opened a new pull request #533: Fixing firewall tags

2020-07-13 Thread GitBox


davidjumani opened a new pull request #533:
URL: https://github.com/apache/cloudstack-primate/pull/533


   Fixes typo in apiName



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


blueorangutan commented on pull request #527:
URL: 
https://github.com/apache/cloudstack-primate/pull/527#issuecomment-657388487


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/527 (JID-2276)



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


blueorangutan commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657388211


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/481 (JID-2275)



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


rhtyd commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657386668


   @nvazquez @davidjumani @ravening can you help review? Thanks.



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


blueorangutan commented on pull request #527:
URL: 
https://github.com/apache/cloudstack-primate/pull/527#issuecomment-657386020


   @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


blueorangutan commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657385749


   @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - While changing a systemvm service offering, need to fetch system offerings 
by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to the 
listServiceOfferings api
   - Missing capacity fields while creating primary storage
   - In the event listview, clicking the username redirects to the event not 
the user
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Add option to search in account / domain level settings
   - When editing a role, resource admin is not in the dropdown
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - VR router offering link leads to an empty page
   - In add ACL Rule, the Rule# field should be a number, not text
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #527: Enable searching for templates/iso while vm deployment

2020-07-13 Thread GitBox


rhtyd commented on pull request #527:
URL: 
https://github.com/apache/cloudstack-primate/pull/527#issuecomment-657385657


   Can you help review @utchoang @davidjumani thanks
   @blueorangutan package



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-13 Thread GitBox


rhtyd commented on pull request #481:
URL: 
https://github.com/apache/cloudstack-primate/pull/481#issuecomment-657385509







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




[GitHub] [cloudstack-primate] rhtyd commented on issue #532: Can I use storage server like ceph

2020-07-13 Thread GitBox


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


   @alamintech please use the `users` mailing list 
(http://cloudstack.apache.org/mailing-lists.html) to ask questions, only report 
issues related to Primate on this repo. Closing on this remark.



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




[GitHub] [cloudstack-primate] rhtyd closed issue #532: Can I use storage server like ceph

2020-07-13 Thread GitBox


rhtyd closed issue #532:
URL: https://github.com/apache/cloudstack-primate/issues/532


   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - While changing a systemvm service offering, need to fetch system offerings 
by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to the 
listServiceOfferings api
   - Missing capacity fields while creating primary storage
   - In the event listview, clicking the username redirects to the event not 
the user
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Add option to search in account / domain level settings
   - When editing a role, resource admin is not in the dropdown
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - VR router offering link leads to an empty page
   - In add ACL Rule, the Rule# field should be a number, not text
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   - Template adding setting disappears after refresh for non standard input. 
Eg: cpu.corespersocket: 4
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   - Missing capacity fields while creating primary storage
   - In the event listview, clicking the username redirects to the event not 
the user
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Add option to search in account / domain level settings
   - When editing a role, resource admin is not in the dropdown
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - VR router offering link leads to an empty page
   - In add ACL Rule, the Rule# field should be a number, not text
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   



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




[GitHub] [cloudstack-primate] davidjumani edited a comment on issue #528: Consolidated Bug List from Testing/Review

2020-07-13 Thread GitBox


davidjumani edited a comment on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-656987179


   Bugs :
   - Contextual help is missing for creating service offerings
   - Contextual help missing in Infra > Add SSL certificate
   - Contextual help missing in Add Zone, although not there in the legacy UI 
either
   - While changing a systemvm service offering, need to fetch system offerings 
by passing `issystem=true`, `virtualmachineid` and `systemvmtype` to the 
listServiceOfferings api
   - Missing capacity fields while creating primary storage
   - In the event listview, clicking the username redirects to the event not 
the user
   - While listing domains, on refresh, it goes back to the root domain 
(context is lost)
   - Add option to search in account / domain level settings
   - When editing a role, resource admin is not in the dropdown
   - No pagination for security groups ingress / egress rules
   - Pagination broken on VPN > ACL : `listnetworkacllistsresponse` does not 
support pagination so broken on primate
   - In DeployVM, disk offering search doesn't show 'No records' if none 
present but keeps the old rows
   - Deleteing all types of Network's tags removes it on the current page but 
prrsists on refresh (Perhaps just within a project)
   - VR router offering link leads to an empty page
   - In add ACL Rule, the Rule# field should be a number, not text
   - In the migrate snapshot to different storage, exclude the current host 
storage
   - The delete snapshot icons shows even while the snapshot is being created 
(BackingUp state)
   - Actions for templates / isos show even while they're being uploaded 
(clicking them tells you that they're not in the right state to perform any 
action)
   - Template order column appears if you go back from details view to listview 
while in a project but disappears on refresh
   
   
   Usability :
   - Show EnableHA as a uservm action only if it is supported. Can perform the 
listHostHaProvider to check whether the hypervisor is supported
   - When migrating a vm / systemvm, exclude the current host from the list
   - Default select a zone in deployVM
   - Is there a need to show state as well as allocated state in list zones ?
   - Add account on project dashboard
   - Enter to submit a form
   - Enter to advance search rather than submit
   - Keep the current router path while switching projects
   - Since the get health check results for VR doesn't download, consider 
changing the icon
   - No point in having update template permissions if inside project since you 
can't modify them
   - Sort the projects in the projects dropdown
   



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