Re: [I] Error using AutoScaleProfile [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
vishesh92 commented on issue #173: URL: https://github.com/apache/cloudstack-terraform-provider/issues/173#issuecomment-3222828869 Created a PR https://github.com/apache/cloudstack-go/pull/117 Once the above PR is merged and there is a cloudstack-go release, the fix will require upgradin

Re: [PR] Fix generation of otherdeployparams's setters [cloudstack-go]

2025-08-25 Thread via GitHub
vishesh92 commented on PR #117: URL: https://github.com/apache/cloudstack-go/pull/117#issuecomment-3222820928 > @vishesh92, should we do a fallback try? i.e. first try “key” and then try “name”. There is no consistency on the backend. And I don't think making two requests as part of

[PR] Pin github actions version [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
vishesh92 opened a new pull request, #207: URL: https://github.com/apache/cloudstack-terraform-provider/pull/207 Pin github actions version for setup-opentofu as per https://github.com/apache/infrastructure-actions/blob/main/actions.yml -- This is an automated message from the Apache Git

[PR] Fix update network offering [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Pearl1594 opened a new pull request, #206: URL: https://github.com/apache/cloudstack-terraform-provider/pull/206 - Guest_ip_type and traffic type cannot be updated for a network offering - Incorrect value is updated (i.e., no matter the parameter that's changed, the network offering's nam

Re: [I] Improvement: `cloudstack_network_offering` [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Pearl1594 commented on issue #179: URL: https://github.com/apache/cloudstack-terraform-provider/issues/179#issuecomment-3221406561 Addressed with: https://github.com/apache/cloudstack-terraform-provider/pull/205 -- This is an automated message from the Apache Git Service. To respond to t

[PR] Add support for additional optional parameters for creating network offerings [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Pearl1594 opened a new pull request, #205: URL: https://github.com/apache/cloudstack-terraform-provider/pull/205 Test done: Terraform config: ``` terraform { required_providers { cloudstack = { source = "cloudstack/cloudstack" version = "0.5.0"

Re: [PR] autocomplete: allow searching for VMs belonging to projects [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
bernardodemarco commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3220902626 @weizhouapache @shwstppr, thanks for your review! --- > I expect all the list behaviours to be consistent. Yes, I totally agree. The problem, howe

Re: [PR] autocomplete: allow searching for VMs belonging to projects [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3220076239 @bernardodemarco please check the suggestion from Wei. I guess it will be good to have the consistency. Using something like `set projectid` could also be a good idea but

[I] Better handling of credentials change [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr opened a new issue, #188: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/188 Follow-up of #168 - How to handle credential change and fallback in cmk shell? - Ideas shared here, https://github.com/apache/cloudstack-cloudmonkey/pull/174#issuecomment-3206143040

Re: [PR] access: prevent login with username-password when command-line credentials given [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr commented on PR #174: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/174#issuecomment-3220056016 Merging this and creating a new issue to discuss and address credential change especially in cmk shell or when setting credentials individually -- This is an automated me

Re: [I] Credential fall back [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr closed issue #168: Credential fall back URL: https://github.com/apache/cloudstack-cloudmonkey/issues/168 -- 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

Re: [PR] access: prevent login with username-password when command-line credentials given [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr merged PR #174: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/174 -- 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...@

Re: [I] Implement better filtering for autocompletion [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr closed issue #48: Implement better filtering for autocompletion URL: https://github.com/apache/cloudstack-cloudmonkey/issues/48 -- 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 c

Re: [PR] autocomplete: allow completion based on name/detail of exisiting results for parameter [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr merged PR #165: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/165 -- 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...@

Re: [PR] Allow specifying private end port & public end port for port forward rules [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Copilot commented on code in PR #204: URL: https://github.com/apache/cloudstack-terraform-provider/pull/204#discussion_r2297938383 ## cloudstack/resource_cloudstack_port_forward.go: ## @@ -288,6 +306,21 @@ func resourceCloudStackPortForwardRead(d *schema.ResourceData, meta int

Re: [PR] Fix generation of otherdeployparams's setters [cloudstack-go]

2025-08-25 Thread via GitHub
DaanHoogland commented on PR #117: URL: https://github.com/apache/cloudstack-go/pull/117#issuecomment-3220026511 @vishesh92, should we do a fallback try? i.e. first try “key” and then try “name”. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

Re: [PR] config: update precache using main/4.21-RC response [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr merged PR #187: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/187 -- 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...@

Re: [PR] Allow specifying private end port & public end port for port forward rules [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Copilot commented on code in PR #204: URL: https://github.com/apache/cloudstack-terraform-provider/pull/204#discussion_r2297917977 ## cloudstack/resource_cloudstack_port_forward.go: ## @@ -279,15 +295,31 @@ func resourceCloudStackPortForwardRead(d *schema.ResourceData, meta in

Re: [PR] Allow specifying private end port & public end port for port forward rules [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Copilot commented on code in PR #204: URL: https://github.com/apache/cloudstack-terraform-provider/pull/204#discussion_r2297904029 ## cloudstack/resource_cloudstack_port_forward.go: ## @@ -175,6 +185,12 @@ func createPortForward(d *schema.ResourceData, meta interface{}, forwar

Re: [PR] Support desc and ruleId in create_network_acl_rule [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Copilot commented on code in PR #203: URL: https://github.com/apache/cloudstack-terraform-provider/pull/203#discussion_r2297908910 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -623,6 +644,15 @@ func verifyNetworkACLParams(d *schema.ResourceData) error { } fu

Re: [PR] Allow specifying private end port & public end port for port forward rules [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
Copilot commented on code in PR #204: URL: https://github.com/apache/cloudstack-terraform-provider/pull/204#discussion_r2297904029 ## cloudstack/resource_cloudstack_port_forward.go: ## @@ -175,6 +185,12 @@ func createPortForward(d *schema.ResourceData, meta interface{}, forwar

[PR] Allow specifying private end port & public end port for port forward rules [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
vishesh92 opened a new pull request, #204: URL: https://github.com/apache/cloudstack-terraform-provider/pull/204 Fixes https://github.com/apache/cloudstack-terraform-provider/issues/157 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[PR] Support desc and ruleId in create_network_acl_rule [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
sudo87 opened a new pull request, #203: URL: https://github.com/apache/cloudstack-terraform-provider/pull/203 This pr fixes: https://github.com/apache/cloudstack-terraform-provider/issues/106 -- This is an automated message from the Apache Git Service. To respond to the message, plea

[PR] Fix generation of otherdeployparams's setters [cloudstack-go]

2025-08-25 Thread via GitHub
vishesh92 opened a new pull request, #117: URL: https://github.com/apache/cloudstack-go/pull/117 `otherdeployparams` for create autoscale vm profile requires the map to have the key `name` and not `key`. This PR fixes the generation of the keys for `otherdeployparams`. Ref: https://gith

Re: [PR] cofig: update precache using 4.21-RC response [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
github-actions[bot] commented on PR #187: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/187#issuecomment-3219501758 ❌ Build failed for PR #187. See the run: https://github.com/apache/cloudstack-cloudmonkey/actions/runs/17204796152 -- This is an automated message f

[PR] cofig: update precache using 4.21-RC response [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr opened a new pull request, #187: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/187 (no comment) -- 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 uns

Re: [PR] autocomplete: allow searching configuration name [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr merged PR #184: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/184 -- 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...@

Re: [PR] Auto complete listServiceOfferings with service offerings when isSystem=true [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
shwstppr merged PR #186: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/186 -- 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...@

Re: [I] Error using AutoScaleProfile [cloudstack-terraform-provider]

2025-08-25 Thread via GitHub
vishesh92 commented on issue #173: URL: https://github.com/apache/cloudstack-terraform-provider/issues/173#issuecomment-3219421448 This needs a fix in cloudstack-go or CloudStack backend. The root cause is that the map value should have a key called `name`. But the cloudstack-go is hardcod

Re: [VOTE] Apache CloudStack 4.21.0.0 (RC5)

2025-08-25 Thread Kiran Chavala
+1 Tested vm, volume, template lifecycle operations against kvm,vmware and xenserver hypervisors Also based on last tests against olds RCs Regards Kiran From: Harikrishna Patnala Date: Monday, 25 August 2025 at 9:56 AM To: us...@cloudstack.apache.org , dev@cloudstack.apache.org Cc: us

Re: [PR] autocomplete: allow searching for VMs belonging to projects [cloudstack-cloudmonkey]

2025-08-25 Thread via GitHub
weizhouapache commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3219164046 I expect all the list behaviours to be consistent. if the vms in projects are listed, what about the following commands ? - list volumes - list networks - li