Re: GSoC 2023 Idea: Autodetect IPs used inside the VM (Issue #7142)
Hi Adi, Please check my reply to your queries and some ideas for to-dos for the project breakdown Regards, Nicolas Vazquez From: Prasad, Adi Date: Saturday, 1 April 2023 at 18:52 To: dev@cloudstack.apache.org Subject: GSoC 2023 Idea: Autodetect IPs used inside the VM (Issue #7142) Hi all, I’ve been working on a GSoC Application for the “Autodetecting IPs used inside VMs” project. I’ve been struggling a bit getting familiar with the codebase because the Hackerbook is very long, and it’s not recommended to complete the whole thing page to page, but I don’t know what areas I should focus on and read. Would greatly appreciate it if I could have any pointers on this, and also if anyone is willing to discuss a list of todos with me! Thanks, Adi
[GitHub] [cloudstack-cloudmonkey] rohityadavcloud commented on issue #45: Should we support https://github.com/jmespath/go-jmespath for go based rewrite?
rohityadavcloud commented on issue #45: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/45#issuecomment-1493704525 Closing this, we've jq and other tools to do that. After much deliberation with some users and architects, we think the cmk tool should continue to be a simple CLI that can be bundled with other tools such as jq. Any changes like intelligent filtering etc may be implemented in the ACS mgmt server instead. -- 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-cloudmonkey] rohityadavcloud closed issue #45: Should we support https://github.com/jmespath/go-jmespath for go based rewrite?
rohityadavcloud closed issue #45: Should we support https://github.com/jmespath/go-jmespath for go based rewrite? URL: https://github.com/apache/cloudstack-cloudmonkey/issues/45 -- 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-cloudmonkey] rohityadavcloud commented on pull request #52: Add new filter based on jmespath for 6.0 version
rohityadavcloud commented on PR #52: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/52#issuecomment-1493705610 Thanks @snifbr for your PR and hard work. As I've noted on https://github.com/apache/cloudstack-cloudmonkey/issues/45 I think we would prefer that cmk continues to be a simple CLI and other tools such as jq can be used to add in additional filtering mechanisms. Any additional such features are better be supported in the cloudstack mgmt server API. -- 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-cloudmonkey] rohityadavcloud closed pull request #52: Add new filter based on jmespath for 6.0 version
rohityadavcloud closed pull request #52: Add new filter based on jmespath for 6.0 version URL: https://github.com/apache/cloudstack-cloudmonkey/pull/52 -- 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-cloudmonkey] rohityadavcloud commented on issue #117: filter is ignored on e.g. deploy virtual machine
rohityadavcloud commented on issue #117: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/117#issuecomment-1493708664 Guys, I will prefer that filter is supported and used only for list/get APIs as originally intended and documented - https://github.com/apache/cloudstack-cloudmonkey/wiki/Usage#output CloudStack has 100s of async APIs, to support all of those APIs by a simple CLI would be too much of a task both in terms of implementation and testing. Perhaps filter autocompletion can be made such that it's not available for any async APIs to restrict that. cc @borisstoyanov @nvazquez -- 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-cloudmonkey] rohityadavcloud opened a new issue, #128: Allow cmk to pass * as parameter value
rohityadavcloud opened a new issue, #128: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/128 In some APIs, the value * isn't encoded properly (for example, setting up global setting values). This has been fixed for the cloudstack-go SDK here: https://github.com/apache/cloudstack-go/pull/52 We should look at changes on https://github.com/apache/cloudstack-go/pull/52/files#diff-866d8df59b9cf9a2319595a38dd83789af4cc7666722d1fde09c1b9e7816bfd2R543 to encode the params at correctly https://github.com/apache/cloudstack-cloudmonkey/blob/main/cmd/network.go#L194 for such cases. -- 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