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

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

[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

[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

[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

[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

[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
ion":"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 r

[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

[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

[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

[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

[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

[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 :=

Re: LB Sticky Policy Not Working - Bug

2021-12-31 Thread Saurabh Rapatwar
thub.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 -

Re: LB Sticky Policy Not Working - Bug

2021-12-30 Thread Rohit Yadav
...@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

[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

[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

[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

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

[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

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

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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

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

[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

[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

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

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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

[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

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

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

[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

[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

[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

[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

[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

[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

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

[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

[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

[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

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

  1   2   3   4   5   6   7   8   9   10   >