Request for Recommended Issues to Contribute To

2025-04-23 Thread Jerome B Conkright
Hi Apache CloudStack Team, We’re two students from the University of Texas at Austin working on a project for our virtualization class, where we are required to contribute to an open source virtualization project. As part of our project requirements, we need to work on a total of three issues. We

Re: [PR] Allow users to send requests from CMK using POST requests. [cloudstack-cloudmonkey]

2025-04-23 Thread via GitHub
kevin-lii commented on code in PR #161: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/161#discussion_r2056705348 ## config/config.go: ## @@ -282,6 +284,9 @@ func saveConfig(cfg *Config) *Config { core.AutoComplete = true

Request for Recommended Issues to Contribute To

2025-04-23 Thread Jerome B Conkright
Hi Apache CloudStack Team, We’re two students from the University of Texas at Austin working on a project for our virtualization class, where we are required to contribute to an open source virtualization project. As part of our project requirements, we need to work on a total of three issues. We

Re: [PR] Documentation related to Instance lease feature [cloudstack-documentation]

2025-04-23 Thread via GitHub
sudo87 commented on PR #492: URL: https://github.com/apache/cloudstack-documentation/pull/492#issuecomment-2826302827 @blueorangutan docbuild -- 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

Re: [PR] Documentation related to Instance lease feature [cloudstack-documentation]

2025-04-23 Thread via GitHub
blueorangutan commented on PR #492: URL: https://github.com/apache/cloudstack-documentation/pull/492#issuecomment-2826306235 QA-Doc build preview: https://qa.cloudstack.cloud/builds/docs-build/pr/492. (QA-JID 324) -- This is an automated message from the Apache Git Service. To respond to

Re: [PR] Documentation related to Instance lease feature [cloudstack-documentation]

2025-04-23 Thread via GitHub
blueorangutan commented on PR #492: URL: https://github.com/apache/cloudstack-documentation/pull/492#issuecomment-2826303788 @sudo87 a Jenkins job has been kicked to build the document. I'll keep you posted as I make progress. -- This is an automated message from the Apache Git Service.

Re: Request for Recommended Issues to Contribute To

2025-04-23 Thread Rohit Yadav
Hi Jerome and Brady, You may find this CloudStack self-learning course useful: https://github.com/shapeblue/hackerbook along with https://github.com/shapeblue/mbx to create local CloudStack dev-testing environments on Ubuntu/Fedora/EL. You can explore issues from here https://github.com/apache

Re: [PR] Allow users to send requests from CMK using POST requests. [cloudstack-cloudmonkey]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #161: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/161#discussion_r2055888026 ## config/config.go: ## @@ -282,6 +284,9 @@ func saveConfig(cfg *Config) *Config { core.AutoComplete = true

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056053999 ## cloudstack/AccountService.go: ## @@ -1104,7 +1104,7 @@ func (s *AccountService) NewIsAccountAllowedToCreateOfferingsWithTagsParams() *I // Return true

Re: [PR] Changing executeAPI to utilize POST request [cloudstack-csbench]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2055881484 ## apirunner/apirunner.go: ## @@ -124,11 +125,12 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p var avgTime

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056077237 ## cloudstack/CloudianService.go: ## @@ -51,7 +51,7 @@ func (s *CloudianService) NewCloudianIsEnabledParams() *CloudianIsEnabledParams // Checks if the C

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056084151 ## cloudstack/ManagementService.go: ## @@ -804,7 +804,7 @@ func (s *ManagementService) NewReadyForShutdownParams() *ReadyForShutdownParams // Returns the

Re: [PR] Changing executeAPI to utilize POST request [cloudstack-csbench]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2055881484 ## apirunner/apirunner.go: ## @@ -124,11 +125,12 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p var avgTime

Re: [PR] Changing executeAPI to utilize POST request [cloudstack-csbench]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2055881484 ## apirunner/apirunner.go: ## @@ -124,11 +125,12 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p var avgTime

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056111744 ## cloudstack/QuotaService.go: ## @@ -408,7 +408,7 @@ func (s *QuotaService) NewQuotaIsEnabledParams() *QuotaIsEnabledParams { // Return true if the plug

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056112815 ## cloudstack/QuotaService.go: ## @@ -598,7 +598,7 @@ func (s *QuotaService) NewQuotaStatementParams(account string, domainid string, // Create a quota s

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056115362 ## cloudstack/QuotaService.go: ## @@ -1449,7 +1449,7 @@ func (s *QuotaService) NewQuotaTariffListParams() *QuotaTariffListParams { // Lists all quota tar

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056114303 ## cloudstack/QuotaService.go: ## @@ -801,7 +801,7 @@ func (s *QuotaService) NewQuotaSummaryParams() *QuotaSummaryParams { // Lists balance and quota usa

Re: [PR] Modify State Changing Requests to Utilize POST Request [cloudstack-go]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2056117130 ## cloudstack/QuotaService.go: ## @@ -192,7 +192,7 @@ func (s *QuotaService) NewQuotaBalanceParams(account string, domainid string) *Q // Create a quota

Re: [PR] Changing executeAPI to utilize POST request [cloudstack-csbench]

2025-04-23 Thread via GitHub
sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2056132609 ## apirunner/apirunner.go: ## @@ -124,11 +125,12 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p var avgTime