Rohit Yadav

Results 525 comments of Rohit Yadav

@hoogenm for now, the workaround is you can use username-password as auth for a cmk profile. #150 fixes your issue, I hit the same yesterday.

Fixed by https://github.com/apache/cloudstack-cloudmonkey/pull/150

Steps to reproduce the issue: - Create profile with only apikey and secret key set - Try to add a host, it fails with HTTP 401, on deep dive -...

I've tested the support with ACS 4.19 and it works for me out of the box, Ubuntu 24.04 as KVM host, mgmt server, usage server, NFS server and MySQL server...

While BO/Trillian support can be added soon; I've tested locally a small 24.04 installation with KVM, MySQL 8.0.x and it just works. I've also tested to see 24.04 also works...

@shwstppr LGTM but pl check if the package-lock.json needs to be removed and re-added in format/version 1, if only required: ``` npm i --lockfile-version 1 ``` This is because, changing...

> For both the listVirtualMachines and listVirtualMachineMetrics APIs, by default, ACS queries all VM details (the details parameter is default all) and consequently queries the cloud.vm_stats table for each VM,...

I like the idea of splitting which API is called for metrics vs non-metrics list view (I might or others should steal the pattern for all metrics API usage across...