Re: [I] bug: async client don't support timeout [cloudstack-go]

2024-02-08 Thread via GitHub


rohityadavcloud commented on issue #36:
URL: https://github.com/apache/cloudstack-go/issues/36#issuecomment-1935385888

   Closing this on @tetra12 's remarks at 
https://github.com/apache/cloudstack-go/pull/37#issuecomment-1779378444
   `This refactor is NOT required, since current API implements both async and 
timeout`


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [I] bug: async client don't support timeout [cloudstack-go]

2024-02-08 Thread via GitHub


rohityadavcloud closed issue #36: bug: async client don't  support timeout
URL: https://github.com/apache/cloudstack-go/issues/36


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] mlsorensen closed pull request #57: Fix RoleService bug where response doesn't match struct

2023-04-17 Thread via GitHub


mlsorensen closed pull request #57: Fix RoleService bug where response doesn't 
match struct
URL: https://github.com/apache/cloudstack-go/pull/57


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] mlsorensen commented on pull request #57: Fix RoleService bug where response doesn't match struct

2023-04-17 Thread via GitHub


mlsorensen commented on PR #57:
URL: https://github.com/apache/cloudstack-go/pull/57#issuecomment-1511974286

   Should be resolved with #58 


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] rohityadavcloud commented on pull request #57: Fix RoleService bug where response doesn't match struct

2023-04-14 Thread via GitHub


rohityadavcloud commented on PR #57:
URL: https://github.com/apache/cloudstack-go/pull/57#issuecomment-1509062985

   Agree, the changes should ideally be fixed in generator otherwise they maybe 
reverted the next time we update the code base against new listApis. 


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] mlsorensen commented on pull request #57: Fix RoleService bug where response doesn't match struct

2023-04-14 Thread via GitHub


mlsorensen commented on PR #57:
URL: https://github.com/apache/cloudstack-go/pull/57#issuecomment-1509042199

   We will need to fix it in the code gen. I think this is another 
manifestation of #55 - anything that doesn't return a list type response seems 
to be broken.  We will need to come up with a general solution @shwstppr 
@rohityadavcloud 


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] hasan07 opened a new pull request, #57: Fix RoleService bug where response doesn't match struct

2023-04-14 Thread via GitHub


hasan07 opened a new pull request, #57:
URL: https://github.com/apache/cloudstack-go/pull/57

   Example raw response:
   
   ```
   
{"role":{"type":"DomainAdmin","id":"fake-id-12312312","name":"test-name","description":"test
 Role"}}
   
   ```
   
   Struct doesn't match raw response, so the unmarshaller wasn't able to 
unmarshal properly and the response is always empty.
   
   This fix handles the bug.
   
   @mlsorensen FYI


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] saffronjam closed pull request #56: Fix json parsing bug in getKubernetesClusterConfig

2023-04-05 Thread via GitHub


saffronjam closed pull request #56: Fix json parsing bug in 
getKubernetesClusterConfig
URL: https://github.com/apache/cloudstack-go/pull/56


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] saffronjam commented on pull request #56: Fix json parsing bug in getKubernetesClusterConfig

2023-04-05 Thread via GitHub


saffronjam commented on PR #56:
URL: https://github.com/apache/cloudstack-go/pull/56#issuecomment-1497414721

   I will close this PR, since my "fix" would be overwritten any time the 
generation script is run cleanly


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] saffronjam commented on pull request #56: Fix json parsing bug in getKubernetesClusterConfig

2023-04-05 Thread via GitHub


saffronjam commented on PR #56:
URL: https://github.com/apache/cloudstack-go/pull/56#issuecomment-1497413807

   I completely oversaw the fact the issue is actually related to Cloudstack 
API discovery, or the API route itself.
   
   Using cmk "list apis" we obviously get the identical file that is aleady 
present: `generate/listApis.json`
   
   `listApis.json` is incorrectly specifying the getKubernetesClusterConfig to 
_not_ be a nested struct.
   
   OR
   
   The route getKubernetesClusterConfig itself is incorrect.
   
   Either way, this is a fault in our go-client :)
   
   The entry in `listApis.json` for reference:
   ```
   {
 "description": "Get Kubernetes cluster config",
 "isasync": false,
 "name": "getKubernetesClusterConfig",
 "params": [
   {
 "description": "the ID of the Kubernetes cluster",
 "length": 255,
 "name": "id",
 "related": 
"createKubernetesCluster,startKubernetesCluster,upgradeKubernetesCluster",
 "required": false,
 "type": "uuid"
   }
 ],
 "related": "",
 "response": [
   {
 "description": "Name of the container cluster",
 "name": "name",
 "type": "string"
   },
   {},
   {
 "description": "the id of the container cluster",
 "name": "id",
 "type": "string"
   },
   {
 "description": "the current status of the latest async job acting 
on this object",
 "name": "jobstatus",
 "type": "integer"
   },
   {
 "description": "the UUID of the latest async job acting on this 
object",
 "name": "jobid",
 "type": "string"
   },
   {
 "description": "the config data of the cluster",
 "name": "configdata",
 "type": "string"
   },
   {}
 ]
   },
   ```
   
   


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] rohityadavcloud commented on pull request #56: Fix json parsing bug in getKubernetesClusterConfig

2023-04-05 Thread via GitHub


rohityadavcloud commented on PR #56:
URL: https://github.com/apache/cloudstack-go/pull/56#issuecomment-1497330152

   @shwstppr @saffronjam could you check the build/test failure?


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] saffronjam opened a new pull request, #56: Fix json parsing bug in getKubernetesClusterConfig

2023-04-05 Thread via GitHub


saffronjam opened a new pull request, #56:
URL: https://github.com/apache/cloudstack-go/pull/56

   Resolves #55


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[GitHub] [cloudstack-go] tetra12 opened a new issue, #36: bug: async client don't support timeout

2022-05-25 Thread GitBox


tetra12 opened a new issue, #36:
URL: https://github.com/apache/cloudstack-go/issues/36

   I'm trying to set an `async timeout of 1 sec` with the following code:
   
   ```go
   func MakeClient() *cloudstack.CloudStackClient {
   
apiURL := os.Getenv("NWS_API_URL")
apiKey := os.Getenv("NWS_API_KEY")
secretKey := os.Getenv("NWS_SECRET_KEY")
   
  acsTimeout := 1 // sec
   
cs := cloudstack.NewAsyncClient(apiURL, apiKey, secretKey, false)
cs.AsyncTimeout(acsTimeout)
   
return cs
   }
   ```
   However, when I run a test on the real infra, I'm getting this:
   ```bash
   === RUN   TestVPC_create
   INFO[2022-05-25T18:36:01+03:00] Success  
   --- PASS: TestVPC_create (3.38s)
   ```
   
   So this test took `3.38 sec` without being timed out by the ACS client. I 
also look :eyes: into the impl and found out it to be rather poor.
   
   Question: could anyone confirm the valid functionality of `async` client? 
Otherwise, I'm taking a lead to update the async part to match the expected 
functionality :roll_eyes: 


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

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: LB Sticky Policy Not Working - Bug

2021-12-31 Thread Saurabh Rapatwar
Yes Rohit, that issue is raised by my team member only.

Thanks for the revert.



On Thu, Dec 30, 2021 at 5:40 PM Rohit Yadav 
wrote:

> Hi Saurabh,
>
> Can you check if this is the same issue as the following which has been
> fixed towards the next 4.16.1.0 milestone:
> https://github.com/apache/cloudstack/issues/5813
>
>
> Regards.
>
> 
> From: Saurabh Rapatwar 
> Sent: Wednesday, December 29, 2021 12:15
> To: us...@cloudstack.apache.org ;
> dev@cloudstack.apache.org 
> Subject: LB Sticky Policy Not Working - Bug
>
> Hi Everyone
>
> While configuring any type of Sticky Policy for a LB, the OK button is not
> working [it doesn't throw any error nor it gets submitted]  therefore not
> able to create any type of sticky policy.
>
> Also, we tried to execute the same using the API's but that is also not
> working.
>
> ACS Version Used: 4.16.0.0
>
> Here is the Video Link to see the issue:
>
> https://www.awesomescreenshot.com/video/6628449?key=d4436d0984a977fb4573a95c63728956
>
> Does anyone have a solution for this? Any clue would be appreciated.
>
> Thanks in advance!
>
> Saurabh
>
>
>
>


Re: LB Sticky Policy Not Working - Bug

2021-12-30 Thread Rohit Yadav
Hi Saurabh,

Can you check if this is the same issue as the following which has been fixed 
towards the next 4.16.1.0 milestone:
https://github.com/apache/cloudstack/issues/5813


Regards.


From: Saurabh Rapatwar 
Sent: Wednesday, December 29, 2021 12:15
To: us...@cloudstack.apache.org ; 
dev@cloudstack.apache.org 
Subject: LB Sticky Policy Not Working - Bug

Hi Everyone

While configuring any type of Sticky Policy for a LB, the OK button is not
working [it doesn't throw any error nor it gets submitted]  therefore not
able to create any type of sticky policy.

Also, we tried to execute the same using the API's but that is also not
working.

ACS Version Used: 4.16.0.0

Here is the Video Link to see the issue:
https://www.awesomescreenshot.com/video/6628449?key=d4436d0984a977fb4573a95c63728956

Does anyone have a solution for this? Any clue would be appreciated.

Thanks in advance!

Saurabh

 



[GitHub] [cloudstack-primate] rhtyd commented on issue #827: [BUG] public network端口转发设置问题

2021-01-19 Thread GitBox


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


   @feizhoulaobo kindly test latest release (master or with 4.15.0.0) and if 
you can reproduce please raise bug on 
https://github.com/apache/cloudstack/issues



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 #827: [BUG] public network端口转发设置问题

2021-01-19 Thread GitBox


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


   



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] weizhouapache closed issue #918: [BUG] remove dependency on cloudstack-management

2021-01-18 Thread GitBox


weizhouapache closed issue #918:
URL: https://github.com/apache/cloudstack-primate/issues/918


   



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] weizhouapache commented on issue #918: [BUG] remove dependency on cloudstack-management

2021-01-18 Thread GitBox


weizhouapache commented on issue #918:
URL: 
https://github.com/apache/cloudstack-primate/issues/918#issuecomment-762250716


   @rhtyd 
   thanks. closed this.
   
   I saw packages on this page, good.
   http://download.cloudstack.org/primate/testing/master/archive/
   
   
   



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 #914: [BUG] Negative Value in VM Metrics

2021-01-18 Thread GitBox


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


   



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 #914: [BUG] Negative Value in VM Metrics

2021-01-18 Thread GitBox


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


   Confirmed backend issue, https://github.com/apache/cloudstack/issues/4566 
will fix the issue. Closing as it's not UI 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 issue #918: [BUG] remove dependency on cloudstack-management

2021-01-18 Thread GitBox


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


   @weizhouapache for this reason, we've already given advanced users to use 
the archive instead of rpm/deb, see: 
http://download.cloudstack.org/primate/4.15.0.0/archive/
   
   Please review and close the 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] weizhouapache commented on issue #919: [BUG] config.json is overwritten after installing new package

2021-01-14 Thread GitBox


weizhouapache commented on issue #919:
URL: 
https://github.com/apache/cloudstack-primate/issues/919#issuecomment-760173866


   > This will become a non-issue when we'll merge this to apache/cloudstack 
and enforce that config.json is not overwritten by deb/rpm (we need to sort 
packaging).
   
   thanks, good to know 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] rhtyd commented on issue #919: [BUG] config.json is overwritten after installing new package

2021-01-14 Thread GitBox


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


   This will become a non-issue when we'll merge this to apache/cloudstack and 
enforce that config.json is not overwritten by deb/rpm (we need to sort 
packaging).



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] weizhouapache opened a new issue #919: [BUG] config.json is overwritten after installing new package

2021-01-14 Thread GitBox


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


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   Each time when install cloudstack-primate package, the changes in 
config.json is gone.
   
   **To Reproduce**
   
   1. install package
   2. change something in 
/usr/share/cloudstack-management/webapp/primate/config.json
   3. install the package again
   4. the change in config.json is gone.
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   Expect:
   prompt if config.json is changed
   
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, iOS, Android with device/screen details if 
applicable]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   



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] weizhouapache opened a new issue #918: [BUG] remove dependency on cloudstack-management

2021-01-14 Thread GitBox


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


   **Describe the bug**
   A clear and concise description of what the bug is.
   
   currently cloudstack-primate has dependency on cloudstack-management 
(4.15.0.0) which does not make sens.
   It would be better if cloudstack-primate can be installed on any server.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   ```
   root@mgt01:~# dpkg -i cloudstack-primate_1.0.0-20210111-131647_all.deb
   Selecting previously unselected package cloudstack-primate.
   (Reading database ... 30773 files and directories currently installed.)
   Preparing to unpack cloudstack-primate_1.0.0-20210111-131647_all.deb ...
   Unpacking cloudstack-primate (1.0.0-20210111-131647) ...
   dpkg: dependency problems prevent configuration of cloudstack-primate:
cloudstack-primate depends on cloudstack-management (>= 4.15.0); however:
 Version of cloudstack-management on system is 4.14.0.0.
   
   dpkg: error processing package cloudstack-primate (--install):
dependency problems - leaving unconfigured
   Errors were encountered while processing:
cloudstack-primate
   ```
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, iOS, Android with device/screen details if 
applicable]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   



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 #837: [BUG] Change to POST (instead of GET) when uploading account certificate

2021-01-13 Thread GitBox


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


   



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 #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-09 Thread GitBox


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


   



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 #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-08 Thread GitBox


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


   



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 issue #914: [BUG] Negative Value in VM Metrics

2021-01-06 Thread GitBox


utchoang commented on issue #914:
URL: 
https://github.com/apache/cloudstack-primate/issues/914#issuecomment-755915010


   I think this issue from API response.



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 issue #914: [BUG] Negative Value in VM Metrics

2021-01-06 Thread GitBox


davidjumani commented on issue #914:
URL: 
https://github.com/apache/cloudstack-primate/issues/914#issuecomment-755877140


   Caused by https://github.com/apache/cloudstack/issues/4566



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] hstan77 opened a new issue #914: [BUG] Negative Value in VM Metrics

2021-01-06 Thread GitBox


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


   **Describe the bug**
   
   In UI, Compute -> Instances ,   click show metric,   the RAM column show 
Negative Value.
   
   I have KVM hypervisor of 196G RAM,  only create one VM which is 1G RAM, and 
still show Negative Value.
   
   [https://demo.qdisk.io/index.php/s/KJmNrKSgxnzKRT8](url)
   
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as a Admin
   2. Go to 'compute" -> Instances 
   3. Click on 'Metrics. at the top'
   4. See the Negative Memory 
   
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, iOS, Android with device/screen details if 
applicable]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   



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] weizhouapache commented on issue #827: [BUG] public network端口转发设置问题

2021-01-06 Thread GitBox


weizhouapache commented on issue #827:
URL: 
https://github.com/apache/cloudstack-primate/issues/827#issuecomment-755521352


   it looks like not a bug
   on old UI, if click "Add VM" when create port forwarding rule, it will list 
the first 20 vms.
   when scroll down to the bottom of the list, it will list the next 20 vms on 
UI.
   



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] GabrielBrascher commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


GabrielBrascher commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-755066501


   @davidjumani re-packed my test env and now it works, you are right. 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 issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


davidjumani commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-755058366


   @GabrielBrascher Could you try checking again? It's working fine on my end 
for migrating with volumes as well



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] GabrielBrascher commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


GabrielBrascher commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-754899835


   Applying changes from #913 the message is 
`response.migratevirtualmachineresponse is undefined`
   
   
![image](https://user-images.githubusercontent.com/5025148/103697615-eb794900-4f7e-11eb-87ce-f28519c6f59f.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] davidjumani commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


davidjumani commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-754849792


   @GabrielBrascher Could you try it with 
https://github.com/apache/cloudstack-primate/pull/913 ?



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 #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


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


   @davidjumani pl check on priority - did you PR introduce any regression?



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] GabrielBrascher commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


GabrielBrascher commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-754788407


   @rhtyd @davidjumani It still migrates succesfully on backend but keeps 
_locked_ on the migration screen with an error message.
   
   
![image](https://user-images.githubusercontent.com/5025148/103679756-04c0cc00-4f64-11eb-93cb-d8a16ec96d1c.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] rhtyd commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


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


   @GabrielBrascher we're going to cut RC4 later today/tomorrow, can you test 
before that for possible blockers?



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] GabrielBrascher commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


GabrielBrascher commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-754614910


   Thanks @rhtyd and @davidjumani for the update, I will check against next 
master.
   
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


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


   @GabrielBrascher can you check and close against next RC/master?



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] rhtyd closed issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


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


   



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 #827: [BUG] public network端口转发设置问题

2021-01-05 Thread GitBox


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


   @feizhoulaobo ping any update, sorry we don't know what the problem is



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 #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


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


   @GabrielBrascher Could you share a screenshot of the error as well as the 
API response ? The form should be frozen while hitting the migrate API and then 
close since it is async and doesn't have to wait long. It might freeze if the 
API call returned an error which can be fixed



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 issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2021-01-05 Thread GitBox


davidjumani commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-754476898


   @GabrielBrascher Could you share a screenshot of the error? The form should 
be frozen while hitting the migrate API and then close since it is async and 
doesn't have to wait long. It might freeze if the API call returned an error 
which can be fixed



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 #907: [BUG] UI Does not allow to add a zone without primary shared storage

2021-01-04 Thread GitBox


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


   



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] sureshanaparti closed issue #904: [BUG] Wrong info shown for "Network Rate" label in Compute Offering

2021-01-03 Thread GitBox


sureshanaparti closed issue #904:
URL: https://github.com/apache/cloudstack-primate/issues/904


   



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] sureshanaparti commented on issue #904: [BUG] Wrong info shown for "Network Rate" label in Compute Offering

2021-01-03 Thread GitBox


sureshanaparti commented on issue #904:
URL: 
https://github.com/apache/cloudstack-primate/issues/904#issuecomment-753808163


   Verified.
   
   https://user-images.githubusercontent.com/12028987/103511279-bd1b4100-4e8c-11eb-9070-e0576b079012.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] GabrielBrascher opened a new issue #907: [BUG] UI Does not allow to add a zone without primary shared storage

2020-12-30 Thread GitBox


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


    Description:
   
   Via the "legacy UI, it is possible to deploy a Zone that does not contain 
shared primary storage by enabling local storage for user and system VMs; 
however, it is mandatory to at least deploy one shared network via the new UI.
   
    Expected behavior
   
   Allow continuing with the Zone deployment wizard without shared primary 
storage if the user has selected to enable local storage for user and system VMs
   
    Screenshots
   
   Enabling local storage:
   
![image](https://user-images.githubusercontent.com/5025148/103384114-f9891e80-4ad3-11eb-9442-57fdfff49fe9.png)
   
   Shared primary storage:
   
![image](https://user-images.githubusercontent.com/5025148/103384067-c9418000-4ad3-11eb-9389-aa0d2b13d5f1.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] GabrielBrascher commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2020-12-30 Thread GitBox


GabrielBrascher commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-752634881


   Thanks for the hint, @shwstppr.
   
   I am not sure if #789 tackles this issue; from what I understood that PR 
deals only with stopped VMs being migrated on VMware clusters? Please correct 
me if I am wrong.
   
   Adding a bit of information here, this issue was created due to tests on 
live migration of VMs running in KVM with local storage volumes; the migration 
itself worked fine, except by the fact of UI not dealing with the command 
response. The problem seems to be related to the UI not dealing with the 
expected response.



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] shwstppr edited a comment on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2020-12-29 Thread GitBox


shwstppr edited a comment on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-752063910


   @GabrielBrascher not completely sure but this PR, 
https://github.com/apache/cloudstack-primate/pull/789, might solve the issue
   But changes in the PR also rely on some backend changes which might fail 
with master



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr edited a comment on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2020-12-29 Thread GitBox


shwstppr edited a comment on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-752063910


   @GabrielBrascher not completely sure but this PR, 
https://github.com/apache/cloudstack-primate/pull/789, might solve the issue
   But changes in the also rely on some backend changes which might fail with 
master



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-primate] shwstppr commented on issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2020-12-29 Thread GitBox


shwstppr commented on issue #906:
URL: 
https://github.com/apache/cloudstack-primate/issues/906#issuecomment-752063910


   @GabrielBrascher not completely sure but this PR, 
https://github.com/apache/cloudstack-primate/pull/789, might solve the 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] GabrielBrascher opened a new issue #906: [BUG] Migration of a VM (local storage) stuck on UI

2020-12-29 Thread GitBox


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


   **Describe the bug**
   When migrating a VM that is running on local storage the UI hangs on the VM 
migration pop-up; additionally, it is presented an error on UI and an event 
`Error while migrating VM`is created.
   
   When closing the migration tab and refreshing the instance page then it is 
possible to see that the VM was correctly migrated.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as Admin
   2. Migrate  a VM
   3. See error message thrown at UI
   4. VM's migration tab hangs while waiting for completing migration (which 
has already completed)
   5. Close migration pop-up and refresh VM page
   6. Assert that VM was correctly migrated, despite UI saing otherwise at first
   
   **Screenshots**
   Example of the VM migration pop-up that stays waiting for migration:
   
   
![image](https://user-images.githubusercontent.com/5025148/103284251-7b385980-49b9-11eb-98dc-d03522b53181.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] rhtyd commented on issue #904: [BUG] Wrong info shown for "Network Rate" label in Compute Offering

2020-12-22 Thread GitBox


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


   @sureshanaparti can you test latest master and close, Pearl fixed the 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] sureshanaparti opened a new issue #904: [BUG] Wrong info shown for "Network Rate" label in Compute Offering

2020-12-21 Thread GitBox


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


   **Describe the bug**
   A clear and concise description of what the bug is.
   The info/tool tip displayed for "Network Rate" in Add Compute Offering is 
incorrect
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as an Admin
   2. Go to 'Service Offerings -> Compute Offerings'
   3. Click on 'Add Compute Offering'
   4. Scroll down to 'Network Rate' text box
   5. Check the info displayed "_provisioning type used to create volumes. 
Valid values are thin, sparse, fat._" at the 'Network Rate' label, which is 
incorrect
   
   **Expected behavior**
   The info should indicate that the text field is to input the network rate.
   
   **Screenshots**
   
   https://user-images.githubusercontent.com/12028987/102862558-48411380-4457-11eb-87c8-9cbf0e7b82d8.png;>
   
   
   **Desktop (please complete the following information):**
- OS: Mac
- Browser: Chrome
- Version 87.0.4280.88
   
   **Additional context**
   Add any other context about the problem here.
   



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] DaanHoogland commented on issue #889: [BUG] OS type combo box is not reponding

2020-12-08 Thread GitBox


DaanHoogland commented on issue #889:
URL: 
https://github.com/apache/cloudstack-primate/issues/889#issuecomment-740608746


   sorry for the late confirmation, checked on nightly build :+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] DaanHoogland closed issue #889: [BUG] OS type combo box is not reponding

2020-12-08 Thread GitBox


DaanHoogland closed issue #889:
URL: https://github.com/apache/cloudstack-primate/issues/889


   



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 #889: [BUG] OS type combo box is not reponding

2020-12-07 Thread GitBox


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


   A PR was merge @DaanHoogland can you test and close this against latest 
master? 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] rhtyd closed issue #889: [BUG] OS type combo box is not reponding

2020-12-07 Thread GitBox


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


   



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 #836: [BASIC NETWORK TESTING] - Now start VM Zone Selection Bug

2020-12-07 Thread GitBox


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


   



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 #836: [BASIC NETWORK TESTING] - Now start VM Zone Selection Bug

2020-12-07 Thread GitBox


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


   Thanks @slavkap closing on your 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] slavkap commented on issue #836: [BASIC NETWORK TESTING] - Now start VM Zone Selection Bug

2020-12-06 Thread GitBox


slavkap commented on issue #836:
URL: 
https://github.com/apache/cloudstack-primate/issues/836#issuecomment-739716617


   @rhtyd I've tested with the fix and it's work correct



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 #836: [BASIC NETWORK TESTING] - Now start VM Zone Selection Bug

2020-12-05 Thread GitBox


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


   Tested and merged the PR, pl test and close the PR @andrijapanicsb  cc 
@slavkap 



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 #836: [BASIC NETWORK TESTING] - Now start VM Zone Selection Bug

2020-12-05 Thread GitBox


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


   



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] DaanHoogland opened a new issue #889: [BUG] OS type combo box is not reponding

2020-12-04 Thread GitBox


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


   **Describe the bug**
   When registering a template, after going through the motion up to selecting 
the os type, during selction of the template os nothing happens.
   typing a partial name does not give a preselection,
   clicking a name does not select,
   typing a name and entering or pressing tab does not close the tab,
   pressing shift-tab does not go back,
   trying to check any of the bottom checkboxes does not toggle the UI for 
those checkboxes,
   pressing cancel does not close the dialog.
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. in a blank env with only a single isolated network defined
   1. go to templates
   1. press "+ Register Template from URL"
   1. go through like described in the description
   
   **Expected behavior**
   a pre-selection according to entered text.
   a selection by enter according to the current highlighted.
   a selection according to a entry by mouse click.
   
   **Screenshots**
   https://user-images.githubusercontent.com/2486961/101186566-8c5ca780-3653-11eb-98e0-3a5251d4261a.png;>
   
   https://user-images.githubusercontent.com/2486961/101186600-954d7900-3653-11eb-9325-3947e3559a2b.png;>
   
   
   **Desktop (please complete the following information):**
- OS: Mac
- Browser FF
- Version 83.0
   
   **Additional context**
   Add any other context about the problem here.
   



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] andrijapanicsb commented on issue #882: [BUG] When editing physical network traffic labels - existing labels are not shown

2020-12-03 Thread GitBox


andrijapanicsb commented on issue #882:
URL: 
https://github.com/apache/cloudstack-primate/issues/882#issuecomment-737739234


   Tested, LGTM - thx.



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] andrijapanicsb closed issue #882: [BUG] When editing physical network traffic labels - existing labels are not shown

2020-12-03 Thread GitBox


andrijapanicsb closed issue #882:
URL: https://github.com/apache/cloudstack-primate/issues/882


   



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 #882: [BUG] When editing physical network traffic labels - existing labels are not shown

2020-12-02 Thread GitBox


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


   @andrijapanicsb please test and close against latest



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 #882: [BUG] When editing physical network traffic labels - existing labels are not shown

2020-12-02 Thread GitBox


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


   



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 #881: [BUG] Physical Network tags not shown

2020-12-02 Thread GitBox


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


   



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] andrijapanicsb opened a new issue #882: [BUG] When editing physical network traffic labels - existing labels are not shown

2020-12-01 Thread GitBox


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


   
![image](https://user-images.githubusercontent.com/45762285/100772075-735bb880-33ff-11eb-976a-8b6816b94aa3.png)
   
   When you choose a kind of traffic - the existing labels should be shown, as 
in old UI (and it is a common sense, IMO to show existing values, and not just 
empty fields)



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] andrijapanicsb opened a new issue #881: [BUG]

2020-12-01 Thread GitBox


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


   Physical Network tags can be set, but are NOT shown on the UI - in old UI, 
you can see the tag (next to traffic labels, etc)



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] borisstoyanov closed issue #869: [BUG] Hypervisor version shows ACS version instead

2020-11-24 Thread GitBox


borisstoyanov closed issue #869:
URL: https://github.com/apache/cloudstack-primate/issues/869


   



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] borisstoyanov commented on issue #869: [BUG] Hypervisor version shows ACS version instead

2020-11-24 Thread GitBox


borisstoyanov commented on issue #869:
URL: 
https://github.com/apache/cloudstack-primate/issues/869#issuecomment-732724609


   ![Screenshot 2020-11-24 at 9 59 
38](https://user-images.githubusercontent.com/13551960/100064930-d10a6680-2e3b-11eb-99f3-dc5452e60fe6.png)
   LGTM



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 #869: [BUG] Hypervisor version shows ACS version instead

2020-11-23 Thread GitBox


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


   @borisstoyanov PR has been merged, pl test against latest master and close 
on confirmation. 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] rhtyd closed issue #869: [BUG] Hypervisor version shows ACS version instead

2020-11-23 Thread GitBox


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


   



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 #869: [BUG] Hypervisor version shows ACS version instead

2020-11-23 Thread GitBox


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


   @davidjumani can you check and raise a PR, probably a wrong key used 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] borisstoyanov opened a new issue #869: [BUG] Hypervisor version shows ACS version instead

2020-11-22 Thread GitBox


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


   **Describe the bug**
   Hypervisor version shows cloudstack version
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as an Admin
   2. Go to Hosts
   
   **Expected behavior**
   Should show host hypervisor version 
   
   **Screenshots**
   
   ![Screenshot 2020-11-23 at 9 40 
02](https://user-images.githubusercontent.com/13551960/99938230-09dd0980-2d70-11eb-9bc7-5ad2dfd9b024.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] rhtyd closed issue #865: [BUG] type : CVS vs CSV

2020-11-20 Thread GitBox


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


   



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] DaanHoogland opened a new issue #865: [BUG] type : CVS vs CSV

2020-11-19 Thread GitBox


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


   **Describe the bug**
   When creating a role, the input asked for is supposed to be CSV (not CVS)
   
   
![image](https://user-images.githubusercontent.com/2486961/99667911-558c6c00-2a6d-11eb-8347-e4f421f52000.png)
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as a User or an Admin
   2. Go to '...'
   3. Click on ''
   4. Scroll down to ''
   5. See error
   
   **Expected behavior**
   A clear and concise description of what you expected to happen.
   
   **Screenshots**
   If applicable, add screenshots to help explain your problem.
   
   **Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, iOS, Android with device/screen details if 
applicable]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   



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] gsirett commented on issue #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


gsirett commented on issue #859:
URL: 
https://github.com/apache/cloudstack-primate/issues/859#issuecomment-725496872


   Did not appear in my version (5.15.0.-SNAPSHOT) - I'm guessing ive probably 
got a slightly older build. Happy to close 



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] gsirett closed issue #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


gsirett closed issue #859:
URL: https://github.com/apache/cloudstack-primate/issues/859


   



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] gsirett commented on issue #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


gsirett commented on issue #859:
URL: 
https://github.com/apache/cloudstack-primate/issues/859#issuecomment-725496423


   Defiantly not in mine.  



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 #854: [BUG] DomainAdmin user has no Configure Limits tab in Project

2020-11-11 Thread GitBox


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


   oh wait I see Pearl raised a PR, have you confirmed it @Pearl1594 ?



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 #854: [BUG] DomainAdmin user has no Configure Limits tab in Project

2020-11-11 Thread GitBox


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


   



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 #854: [BUG] DomainAdmin user has no Configure Limits tab in Project

2020-11-11 Thread GitBox


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


   Just reviewed and merged the PR. @sm97 please test latest master and re-open 
if you're not satisfied. 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] rhtyd commented on issue #854: [BUG] DomainAdmin user has no Configure Limits tab in Project

2020-11-11 Thread GitBox


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


   @Pearl1594 @sm97 what was the behaviour in old ui?



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 #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


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


   @gsirett can you check @Pearl1594 's response and close the issue (or advise 
us) 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] Pearl1594 commented on issue #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


Pearl1594 commented on issue #859:
URL: 
https://github.com/apache/cloudstack-primate/issues/859#issuecomment-725326940


   @gsirett There seems to be a field available to specify the  root disk size
   
![image](https://user-images.githubusercontent.com/10495417/98797232-50f30280-2432-11eb-950a-5e50f6841f37.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] gsirett opened a new issue #859: [BUG] - rootdisk size not on Create Compute Offering screen

2020-11-11 Thread GitBox


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


   **Describe the bug**
   new feature https://github.com/apache/cloudstack/pull/4341 allows admins to 
set root disk size on service offering (and therefore prevents users from 
choosing it)
   However, this is not appearing in primate UI
   
   **To Reproduce**
   Use buld that contains PR  4341
   Use primate#
   login as admin
   Navigate Service offerigns>compute offerings> add new compute offering
   
   **Expected behavior**
   Expected to see option to specify root disk size
   (note: as this is new functionality, it may make sense to make this an 
intelligent option. Admins should be made aware that there is a choice between 
allowing users to set root disk or them "hardcoding" it
   
   **Additional context**
   Add any other context about the problem here.
   



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] sm97 opened a new issue #854: [BUG] DomainAdmin user has no Configure Limits tab in Project

2020-11-09 Thread GitBox


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


   **Describe the bug**
   DomainAdmin role allows to update project resource limits by default but 
Primate hides Configure Limit tab in WEB UI.
   Only SuperAdmin has such tab.
   
   **Expected behavior**
   It's expected that every role with updateResourceLimit permission can use 
Configure Limit tab for project.
   
   **Screenshots**
   Affected account props:
   ![2020-11-09 15_46_30-Accounts - 
CloudStack](https://user-images.githubusercontent.com/9654317/98544827-9df59e00-22a5-11eb-9412-065b0398ea4f.png)
   
   Screen view for admin account;
   ![2020-11-09 15_51_49-Projects - admin - 
CloudStack](https://user-images.githubusercontent.com/9654317/98544828-9f26cb00-22a5-11eb-9927-3d6c7dc2c4fc.png)
   
   Screen view for DomainAdmin role account:
   ![2020-11-09 15_53_24-Projects - domainadmin - 
CloudStack](https://user-images.githubusercontent.com/9654317/98544831-9fbf6180-22a5-11eb-8c8e-cf48ced3205e.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] DaanHoogland closed issue #852: [BUG] ldap add account does not return after selecting AnyDomain filter

2020-11-09 Thread GitBox


DaanHoogland closed issue #852:
URL: https://github.com/apache/cloudstack-primate/issues/852


   



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] DaanHoogland closed issue #847: [BUG] add ldap user button missing

2020-11-09 Thread GitBox


DaanHoogland closed issue #847:
URL: https://github.com/apache/cloudstack-primate/issues/847


   



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] DaanHoogland opened a new issue #852: [BUG] ldap add account does not return after selecting AnyDomain filter

2020-11-09 Thread GitBox


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


   **Describe the bug**
   https://user-images.githubusercontent.com/2486961/98532340-dbe0cb00-2281-11eb-87eb-06f4b1bafaa9.png;>
   selecting AnyDomain as filter does not return even with empty result set.
   
   as opposed to: 
   https://user-images.githubusercontent.com/2486961/98532495-13e80e00-2282-11eb-9abe-14ecc78c9e86.png;>
   or : 
   https://user-images.githubusercontent.com/2486961/98532596-3548fa00-2282-11eb-8666-54d151810277.png;>
   
   it is not clear to me yet, what the problematic circumstances are. some 
combinations of filter and domain do not return. It seems the an empty result 
set might be the problem.
   
   
   **To Reproduce**
   Steps to reproduce the behavior:
   
   1. Log in as an Admin
   1. Go to 'Accounts --> Add LDAP Account'
   1. select different filter/domain combinations
   
   **Expected behavior**
   A result set should be shown within reasonable time.
   
   **Screenshots**
   see description
   
   **Desktop (please complete the following information):**
- OS: [e.g. Windows, Mac, iOS, Android with device/screen details if 
applicable]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
   
   **Additional context**
   Add any other context about the problem here.
   



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 issue #847: [BUG] add ldap user button missing

2020-11-09 Thread GitBox


davidjumani commented on issue #847:
URL: 
https://github.com/apache/cloudstack-primate/issues/847#issuecomment-723844734


   @utchoang Please go ahead and raise a PR for the change. 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] DaanHoogland commented on issue #847: [BUG] add ldap user button missing

2020-11-08 Thread GitBox


DaanHoogland commented on issue #847:
URL: 
https://github.com/apache/cloudstack-primate/issues/847#issuecomment-723819217


   @utchoang @davidjumani , i am not partial on how it would be implemented as 
long as it is visible to an ignorant user looking for it. I remember some talk 
a while ago about making it an option after pressing the add account button. 
the above looks clear to the user at least.



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 #847: [BUG] add ldap user button missing

2020-11-08 Thread GitBox


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


   @utchoang LGTM! @DaanHoogland ^^



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 issue #847: [BUG] add ldap user button missing

2020-11-08 Thread GitBox


davidjumani commented on issue #847:
URL: 
https://github.com/apache/cloudstack-primate/issues/847#issuecomment-723790745


   @DaanHoogland ^^



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




  1   2   3   4   5   6   7   8   9   10   >