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

2025-08-26 Thread via GitHub
DaanHoogland merged PR #117: URL: https://github.com/apache/cloudstack-go/pull/117 -- 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...@cloud

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

2025-08-26 Thread via GitHub
vishesh92 commented on PR #203: URL: https://github.com/apache/cloudstack-terraform-provider/pull/203#issuecomment-3226983122 The below configuration is failing. As of now, it looks like rule_number doesn't work when ports are specified. Because before the implementation, each port was get

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

2025-08-26 Thread via GitHub
vishesh92 commented on code in PR #203: URL: https://github.com/apache/cloudstack-terraform-provider/pull/203#discussion_r2302993332 ## website/docs/r/network_acl_rule.html.markdown: ## @@ -48,6 +48,8 @@ The following arguments are supported: The `rule` block supports: +*

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

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

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

2025-08-26 Thread via GitHub
vishesh92 commented on code in PR #203: URL: https://github.com/apache/cloudstack-terraform-provider/pull/203#discussion_r2302984116 ## cloudstack/resource_cloudstack_network_acl_rule.go: ## @@ -198,6 +209,11 @@ func createNetworkACLRule(d *schema.ResourceData, meta interface{

Re: [PR] Added Limitations section to Extensions [cloudstack-documentation]

2025-08-26 Thread via GitHub
abh1sar commented on code in PR #547: URL: https://github.com/apache/cloudstack-documentation/pull/547#discussion_r2302860840 ## source/adminguide/extensions/limitations.rst: ## @@ -0,0 +1,55 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contribu

Re: [PR] Added Limitations section to Extensions [cloudstack-documentation]

2025-08-26 Thread via GitHub
shwstppr commented on code in PR #547: URL: https://github.com/apache/cloudstack-documentation/pull/547#discussion_r2302803326 ## source/adminguide/extensions/limitations.rst: ## @@ -0,0 +1,55 @@ +.. Licensed to the Apache Software Foundation (ASF) under one + or more contrib

[PR] add specific test instruction and 4.20.1 docker simulator [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
sudo87 opened a new pull request, #211: URL: https://github.com/apache/cloudstack-terraform-provider/pull/211 This PR is to add instruction for specific test execution -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use th

[PR] Added Limitations section to Extensions [cloudstack-documentation]

2025-08-26 Thread via GitHub
abh1sar opened a new pull request, #547: URL: https://github.com/apache/cloudstack-documentation/pull/547 (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 un

Re: [PR] Add `cloudstack_project` resource [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
Copilot commented on code in PR #167: URL: https://github.com/apache/cloudstack-terraform-provider/pull/167#discussion_r2301431332 ## cloudstack/resource_cloudstack_project.go: ## @@ -0,0 +1,537 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or more contr

Re: [PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on code in PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301430556 ## cloudstack/data_source_cloudstack_vpc.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema:

Re: [PR] Add ability to work with projects [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 commented on code in PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#discussion_r2301381764 ## cloudstack/data_source_cloudstack_ipaddress.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackIPAddress() *schema.Resource {

Re: [PR] Add `cloudstack_domain` as a data source [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 closed pull request #195: Add `cloudstack_domain` as a data source URL: https://github.com/apache/cloudstack-terraform-provider/pull/195 -- 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: [VOTE] Apache CloudStack 4.21.0.0 (RC5)

2025-08-26 Thread Wei ZHOU
+1 (binding) Tested on Debian 12 and Oracle Linux 9 - basic vm life cycles - basic volume life cycles on Ceph and NFS - CKS - Proxmox extension - Windows VM installation Kind regards, Wei On Fri, Aug 22, 2025 at 11:02 AM Suresh Kumar Anaparti < sureshanapa...@apache.org> wrote: > Hi All, > >

[PR] Support additional parameters for cloudstack_nic resource [cloudstack-terraform-provider]

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

Re: [PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on code in PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301401523 ## cloudstack/data_source_cloudstack_vpc.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema:

Re: [VOTE] Apache CloudStack 4.21.0.0 (RC5)

2025-08-26 Thread Slavka Peleva
+1 (binding) Tested with a KVM environment - Verified VM lifecycle operations and deployment from a snapshot or volume using NFS and StorPool as primary storage. - Tested VM and volume snapshot functionality with NFS and StorPool. - Validated snapshot copying to primary st

Re: [PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on code in PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301393742 ## cloudstack/data_source_cloudstack_vpc.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema:

Re: [PR] Add ability to work with projects [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 commented on code in PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#discussion_r2301392300 ## cloudstack/data_source_cloudstack_vpc.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema: map[

Re: [PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 commented on code in PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#discussion_r2301373854 ## cloudstack/data_source_cloudstack_vpc.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackVPC() *schema.Resource { Schema: map[

Re: [PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on PR #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209#issuecomment-3224405461 this could be extended to support other resources in project -- This is an automated message from the Apache Git Service. To respond to the message, please log

Re: [PR] Add ability to work with projects [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#issuecomment-3224402591 there are several issues with this PR I created a PR for vpc in project: https://github.com/apache/cloudstack-terraform-provider/pull/209 -- This is an

[PR] data: get vpc in project by projectid [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache opened a new pull request, #209: URL: https://github.com/apache/cloudstack-terraform-provider/pull/209 This fixes #162 - Create a vpc in project ``` # cat new-vpc-project.tf resource "cloudstack_vpc" "new-project-vpc" { project = "project-001" name

Re: [PR] Add ability to work with projects [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on code in PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#discussion_r2301077945 ## cloudstack/data_source_cloudstack_instance.go: ## @@ -98,6 +103,7 @@ func dataSourceCloudstackInstanceRead(d *schema.ResourceData, meta i

[VOTE] Release Apache CloudStack CloudMonkey 6.5.0 - RC1

2025-08-26 Thread Abhishek Kumar
Hi All, I've created a v6.5.0 release of CloudMonkey, with the following artifacts up for a vote: Git Branch and commit SHA: https://github.com/apache/cloudstack-cloudmonkey/commit/20c53caa8b6a48f3659a2490694e94aa0a2829ee Commit: 20c53caa8b6a48f3659a2490694e94aa0a2829ee GitHub pre-release (cont

Re: [PR] Add ability to work with projects [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on code in PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#discussion_r2301029636 ## cloudstack/data_source_cloudstack_instance.go: ## @@ -37,6 +37,11 @@ func dataSourceCloudstackInstance() *schema.Resource {

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

2025-08-26 Thread via GitHub
DaanHoogland closed pull request #203: Support desc and ruleId in create_network_acl_rule URL: https://github.com/apache/cloudstack-terraform-provider/pull/203 -- 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

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

2025-08-26 Thread via GitHub
DaanHoogland closed pull request #203: Support desc and ruleId in create_network_acl_rule URL: https://github.com/apache/cloudstack-terraform-provider/pull/203 -- 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

Re: [PR] Add `cloudstack_physicalnetwork` and some underlying additional resources [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
Copilot commented on code in PR #201: URL: https://github.com/apache/cloudstack-terraform-provider/pull/201#discussion_r2300824681 ## cloudstack/resource_cloudstack_traffic_type.go: ## @@ -0,0 +1,282 @@ +// +// Licensed to the Apache Software Foundation (ASF) under one +// or m

Re: [PR] snap: update tag and fix build with newer snapcraft version [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
rohityadavcloud commented on PR #191: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/191#issuecomment-3223893137 @shwstppr merge at will! -- 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

Re: [PR] snap: update tag and fix build with latest snapcraft version [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
github-actions[bot] commented on PR #191: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/191#issuecomment-3223683394 ✅ Build complete for PR #191. 🔗 Download the [cmk binaries](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/17236005919/artifacts/3852454

[PR] snap: update tag and fix build with latest snapcraft version [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
shwstppr opened a new pull request, #191: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/191 ``` ⇒ snapcraft Running snapcraft without a command will not be possible in future releases. Use 'snapcraft pack' instead. Generated snap metadata Created snap package cloudm

Re: [VOTE] Apache CloudStack 4.21.0.0 (RC5)

2025-08-26 Thread Abhisar Sinha
+1 Tested VM/Volume snapshots, Resource Limits, NAS backup and recovery and Shared Filesystems on KVM. Regards Abhisar From: Kiran Chavala Date: Monday, 25 August 2025 at 1:09 PM To: dev@cloudstack.apache.org , us...@cloudstack.apache.org Cc: us...@cloudstack.apache.org Subject: Re: [V

Re: [PR] config: fix setting postrequest config [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
shwstppr merged PR #190: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/190 -- 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] config: fix setting postrequest config [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
github-actions[bot] commented on PR #190: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/190#issuecomment-3223326721 ✅ Build complete for PR #190. 🔗 Download the [cmk binaries](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/17233664136/artifacts/3851685

[PR] config: fix setting postrequest config [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
shwstppr opened a new pull request, #190: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/190 PR #161 introduced `postrequest` config but there was no way to update that config other than updating the config file. This PR fixes the behaviour. Also adds a log to highlight what HTT

[PR] layout improvements [cloudstack-documentation]

2025-08-26 Thread via GitHub
ingox opened a new pull request, #546: URL: https://github.com/apache/cloudstack-documentation/pull/546 (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 unsu

Re: [I] Error with regex using vpc datasource [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
weizhouapache commented on issue #162: URL: https://github.com/apache/cloudstack-terraform-provider/issues/162#issuecomment-3223252427 this seems to be addessed by #144 related work on project support: #167 #82 -- This is an automated message from the Apache Git Service. To respo

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

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

Re: [PR] rat + excludes and add licenses to other files [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 merged PR #200: URL: https://github.com/apache/cloudstack-terraform-provider/pull/200 -- 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-unsu

Re: [PR] Add disk_offering & override_disk_offering to instance resource [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
Copilot commented on code in PR #208: URL: https://github.com/apache/cloudstack-terraform-provider/pull/208#discussion_r2300210072 ## cloudstack/resource_cloudstack_instance.go: ## @@ -502,6 +534,7 @@ func resourceCloudStackInstanceRead(d *schema.ResourceData, meta interface{}

[PR] Add disk_offering & override_disk_offering to instance resource [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 opened a new pull request, #208: URL: https://github.com/apache/cloudstack-terraform-provider/pull/208 Fixes https://github.com/apache/cloudstack-terraform-provider/issues/68 Changes in these fields is ignored as of now. -- This is an automated message from the Apache Git Serv

Re: [PR] rat + excludes and add licenses to other files [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 closed pull request #200: rat + excludes and add licenses to other files URL: https://github.com/apache/cloudstack-terraform-provider/pull/200 -- 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

Re: [PR] rat + excludes and add licenses to other files [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 commented on PR #200: URL: https://github.com/apache/cloudstack-terraform-provider/pull/200#issuecomment-3223028447 Github actions are passing. Merging. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [PR] Add `cloudstack_physicalnetwork` and some underlying additional resources [cloudstack-terraform-provider]

2025-08-26 Thread via GitHub
vishesh92 closed pull request #201: Add `cloudstack_physicalnetwork` and some underlying additional resources URL: https://github.com/apache/cloudstack-terraform-provider/pull/201 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub a

Re: [PR] [DO NOT MERGE] Health check [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
github-actions[bot] commented on PR #189: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/189#issuecomment-3223018279 ✅ Build complete for PR #189. 🔗 Download the [cmk binaries](https://github.com/apache/cloudstack-cloudmonkey/actions/runs/17231532171/artifacts/3850974

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

2025-08-26 Thread via GitHub
vishesh92 closed pull request #203: Support desc and ruleId in create_network_acl_rule URL: https://github.com/apache/cloudstack-terraform-provider/pull/203 -- 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

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

2025-08-26 Thread via GitHub
vishesh92 closed pull request #205: Add support for additional optional parameters for creating network offerings URL: https://github.com/apache/cloudstack-terraform-provider/pull/205 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[PR] [DO NOT MERGE] Health check [cloudstack-cloudmonkey]

2025-08-26 Thread via GitHub
shwstppr opened a new pull request, #189: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/189 PR for healthcheck -- 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.

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

2025-08-26 Thread via GitHub
vishesh92 closed pull request #204: Allow specifying private end port & public end port for port forward rules URL: https://github.com/apache/cloudstack-terraform-provider/pull/204 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

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

2025-08-26 Thread via GitHub
vishesh92 closed pull request #206: Fix update network offering URL: https://github.com/apache/cloudstack-terraform-provider/pull/206 -- 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 comm

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

2025-08-26 Thread via GitHub
kiranchavala merged PR #207: URL: https://github.com/apache/cloudstack-terraform-provider/pull/207 -- 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-u

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

2025-08-26 Thread via GitHub
weizhouapache commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3222984301 > Would there be any reason for someone not wanting the projects resources to be available as autocomplete options? IMHO, whenever possible, all resources the caller h

Re: CMK 6.5.0 milestone/release

2025-08-26 Thread Abhishek Kumar
Hi all, Update on the milestone/release: We have managed to close almost all items for the milestone [1]. Some had to be moved to the next milestone due to a lack of consensus or updates. I'll proceed with creating an RC and start the vote thread. Regards, Abhishek [1] https://github.com/apache/

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

2025-08-26 Thread via GitHub
weizhouapache commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3222972662 thanks @shwstppr @DaanHoogland @bernardodemarco I agree with @shwstppr -- This is an automated message from the Apache Git Service. To respond to the message

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

2025-08-26 Thread via GitHub
shwstppr commented on PR #185: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/185#issuecomment-3222915173 Thank you, @bernardodemarco, for looking into the suggestions. I agree with your finding and have created an issue https://github.com/apache/cloudstack/issues/11517 I