Re: [PR] Add Netris Integration Documentation [cloudstack-documentation]

2025-06-16 Thread via GitHub
Pearl1594 commented on PR #482: URL: https://github.com/apache/cloudstack-documentation/pull/482#issuecomment-2977911333 @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 t

Re: [PR] Add Netris Integration Documentation [cloudstack-documentation]

2025-06-16 Thread via GitHub
blueorangutan commented on PR #482: URL: https://github.com/apache/cloudstack-documentation/pull/482#issuecomment-2977914471 @Pearl1594 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 Servic

Re: [PR] Add Netris Integration Documentation [cloudstack-documentation]

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

Re: [PR] Add CloudStack project resource [cloudstack-terraform-provider]

2025-06-16 Thread via GitHub
ianc769 commented on PR #167: URL: https://github.com/apache/cloudstack-terraform-provider/pull/167#issuecomment-2978315867 @CodeBleu Ok I think i resolved all the test issues, thanks for fixing the workflows! If you can kick tests for this and #181 that would be much appreciated 😄 -

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

2025-06-16 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2149679383 ## generate/generate.go: ## @@ -1752,17 +1755,22 @@ func (s *service) generateNewAPICallFunc(a *API) { pn("") pn("// We s

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

2025-06-16 Thread via GitHub
weizhouapache commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2149635362 ## cloudstack/UserService.go: ## @@ -3133,7 +3133,7 @@ func (s *UserService) NewVerifyOAuthCodeAndGetUserParams(provider string) *Verif // Verify the OAut

Re: [PR] Updated CreateVPCParams call (as per 4.20 API changes) [cloudstack-terraform-provider]

2025-06-16 Thread via GitHub
sureshanaparti commented on PR #191: URL: https://github.com/apache/cloudstack-terraform-provider/pull/191#issuecomment-2976092498 @kiranchavala Updated changes in cloudstack-go PR: https://github.com/apache/cloudstack-go/pull/107 - https://github.com/apache/cloudstack-go/pull/107/c

Re: [PR] Updated CreateVPCParams call (as per 4.20 API changes) [cloudstack-terraform-provider]

2025-06-16 Thread via GitHub
sureshanaparti commented on PR #191: URL: https://github.com/apache/cloudstack-terraform-provider/pull/191#issuecomment-2976095999 cidr is added as required parameter in create VPC, closing this PR. -- This is an automated message from the Apache Git Service. To respond to the message, pl

Re: [PR] Updated CreateVPCParams call (as per 4.20 API changes) [cloudstack-terraform-provider]

2025-06-16 Thread via GitHub
sureshanaparti closed pull request #191: Updated CreateVPCParams call (as per 4.20 API changes) URL: https://github.com/apache/cloudstack-terraform-provider/pull/191 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

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

2025-06-16 Thread via GitHub
sureshanaparti commented on code in PR #107: URL: https://github.com/apache/cloudstack-go/pull/107#discussion_r2149668170 ## cloudstack/UserService.go: ## @@ -3133,7 +3133,7 @@ func (s *UserService) NewVerifyOAuthCodeAndGetUserParams(provider string) *Verif // Verify the OAu

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

2025-06-16 Thread via GitHub
sureshanaparti commented on code in PR #18: URL: https://github.com/apache/cloudstack-csbench/pull/18#discussion_r2149456131 ## apirunner/apirunner.go: ## @@ -145,7 +151,7 @@ func executeAPIandCalculate(profileName string, apiURL string, command string, p log.In