Re: [PR] chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.15.1 [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
DaanHoogland closed pull request #199: chore(deps): bump github.com/hashicorp/terraform-plugin-framework from 1.7.0 to 1.15.1 URL: https://github.com/apache/cloudstack-terraform-provider/pull/199 -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [PR] Create Instance from Backup on another Zone [cloudstack-documentation]

2025-09-17 Thread via GitHub
abh1sar commented on PR #556: URL: https://github.com/apache/cloudstack-documentation/pull/556#issuecomment-3298002429 @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: [PROPOSAL] 4.20.2.0 release

2025-09-17 Thread Wei ZHOU
Hi all, In the past week, we have tested and merged 12 pull requests into the 4.20 branch. Currently there are 88 open issues and 39 open pull requests https://github.com/apache/cloudstack/issues?q=is%3Aissue%20state%3Aopen%20milestone%3A4.20.2 https://github.com/apache/cloudstack/pulls?q=is%3Ao

Re: [I] **Error when creating private gateway** [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on issue #172: URL: https://github.com/apache/cloudstack-terraform-provider/issues/172#issuecomment-3298641256 Closing the issue as #180 solves it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and u

Re: [PR] Add documentation for Instance setting for machine type on KVM [cloudstack-documentation]

2025-09-17 Thread via GitHub
nvazquez merged PR #559: URL: https://github.com/apache/cloudstack-documentation/pull/559 -- 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] Fix egress firewall rules to support all-ports without explicit ports [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on PR #218: URL: https://github.com/apache/cloudstack-terraform-provider/pull/218#issuecomment-3305528667 Thanks @sidshas03 i see that tests are failing at this point https://github.com/user-attachments/assets/00f7baaf-80b3-4029-8ff5-64b5977440c1"; />

Re: [PR] Add support for autoscale VM groups [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on PR #213: URL: https://github.com/apache/cloudstack-terraform-provider/pull/213#issuecomment-3305438940 @Pearl1594 can we add some tests if possible Also, will there be an issue if the upcoming terraform release includes this without a go release htt

Re: [PR] Allow multiple nics [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala closed pull request #153: Allow multiple nics URL: https://github.com/apache/cloudstack-terraform-provider/pull/153 -- 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] Add ability to work with projects [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on PR #144: URL: https://github.com/apache/cloudstack-terraform-provider/pull/144#issuecomment-3298846331 @JSpon closing this as pr #167 solves the use case of mentioning using the datasource for project -- This is an automated message from the Apache Git Serv

[PR] Add support to import ACL rules by ACL id [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
Pearl1594 opened a new pull request, #224: URL: https://github.com/apache/cloudstack-terraform-provider/pull/224 1. create the resource configuration in the root module resource "cloudstack_network_acl_rule" "customAclRules" { } 2. execute: ``` terraform import cloudsta

Re: [PROPOSAL] 4.20.2.0 release

2025-09-17 Thread Wei ZHOU
Hi all, Due to some security issues, we have to postpone the 4.20.2.0 RC1. The branch is again open for new commits. We will keep you updated on the new code freeze date and RC1 date. Kind regards, Wei On Tue, Sep 16, 2025 at 8:44 AM Wei ZHOU wrote: > Hi all, > > In the past week, 15 pull r

Re: [PR] feat: make cidr optional for L2 networks [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
DaanHoogland commented on code in PR #219: URL: https://github.com/apache/cloudstack-terraform-provider/pull/219#discussion_r2352119239 ## cloudstack/resource_cloudstack_network_parse_test.go: ## @@ -0,0 +1,69 @@ +package cloudstack Review Comment: ```suggestion // //

Re: [PR] add bypass_vlan_check to network and private_gateway [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala closed pull request #166: add bypass_vlan_check to network and private_gateway URL: https://github.com/apache/cloudstack-terraform-provider/pull/166 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL abo

[I] cloudstack_network resource should not require "cidr" arg when network "type" is "L2" [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
nick-nexthop opened a new issue, #214: URL: https://github.com/apache/cloudstack-terraform-provider/issues/214 When creating VLAN only guest networks, the "cidr" arg is extraneous and should not be required. -- This is an automated message from the Apache Git Service. To respond to the me

Re: [LTS] Extend LTS support to 24 months

2025-09-17 Thread Daan Hoogland
Rohit, I don't mind if we have only one supported version for a while. It will mean more focus on that version and the release process. I have a few remarks though, 1. We have a feature release per LTS, so why not just do the feature release in spring and start the maintenance branch in autumn. We

Re: [PR] Fix egress firewall rules to support all-ports without explicit ports [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on PR #218: URL: https://github.com/apache/cloudstack-terraform-provider/pull/218#issuecomment-3298628512 @sidshas03 Could you please make sure the test pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to Git

Re: [PR] Fix egress firewall rules to support all-ports without explicit ports [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
sidshas03 commented on PR #218: URL: https://github.com/apache/cloudstack-terraform-provider/pull/218#issuecomment-3304288465 Status update: – Pushed no-op commit Commit ID **987dc7b** to retrigger the full acceptance matrix. – Local make build && make test pass. – Failures previou

Re: [PR] Documentation related to Persistent domainXML [cloudstack-documentation]

2025-09-17 Thread via GitHub
sudo87 commented on PR #562: URL: https://github.com/apache/cloudstack-documentation/pull/562#issuecomment-3291418708 @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] Corrected Mysql versions [cloudstack-documentation]

2025-09-17 Thread via GitHub
harikrishna-patnala commented on PR #566: URL: https://github.com/apache/cloudstack-documentation/pull/566#issuecomment-3302303711 @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

Re: [LTS] Extend LTS support to 24 months

2025-09-17 Thread João Jandre
Hi, people Tata (and all users) please do not be afraid to voice your opinions in the mailing lists. This is an Apache project and users are as much part of the community as the devs; please feel free to provide your positive and negative feedback on the issues discussed on the mailing lists.

Re: [PR] Fix egress firewall rules to support all-ports without explicit ports [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
sidshas03 commented on PR #218: URL: https://github.com/apache/cloudstack-terraform-provider/pull/218#issuecomment-3301259061 > @sidshas03 Could you please make sure the test pass Sure sir. I'm working on it. Sorry for the late reply! -- This is an automated message from the Apache

Re: [PR] Resolve merge conflicts for pod and cluster resources (PR #217) [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
sidshas03 commented on PR #220: URL: https://github.com/apache/cloudstack-terraform-provider/pull/220#issuecomment-3298611491 Hi @kiranchavala, I’ve resolved the merge conflicts (9258f6c, 7bece9c) and updated go.mod/go.sum (55ce653). There’s no conflict banner now. Could you please app

Re: [PR] Resolve merge conflicts for pod and cluster resources (PR #217) [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala closed pull request #220: Resolve merge conflicts for pod and cluster resources (PR #217) URL: https://github.com/apache/cloudstack-terraform-provider/pull/220 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[PR] Resolve merge conflicts for pod and cluster resources (PR #217) [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
sidshas03 opened a new pull request, #220: URL: https://github.com/apache/cloudstack-terraform-provider/pull/220 ## Summary This PR resolves the merge conflicts in the original PR #217 that added `cloudstack_pod` and `cloudstack_cluster` resources to the CloudStack Terraform provider.

Re: [PR] feat: make cidr optional for L2 networks [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on PR #219: URL: https://github.com/apache/cloudstack-terraform-provider/pull/219#issuecomment-3304056152 @sidshas03 still there are test failures please look into them -- This is an automated message from the Apache Git Service. To respond to the message, please lo

Re: [I] Support Import Network ACL Rule [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
Pearl1594 commented on issue #104: URL: https://github.com/apache/cloudstack-terraform-provider/issues/104#issuecomment-3303861794 Seems doable - will spend some time on it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

Re: [I] Support Import Network ACL Rule [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on issue #104: URL: https://github.com/apache/cloudstack-terraform-provider/issues/104#issuecomment-3303774797 @Pearl1594 let me know if this is enhancement feasible or I will move it to the next milestone -- This is an automated message from the Apache Git Servic

Re: [PR] Fix egress firewall rules to support all-ports without explicit ports [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
sidshas03 commented on PR #218: URL: https://github.com/apache/cloudstack-terraform-provider/pull/218#issuecomment-3303714716 @kiranchavala I’ve pushed updates to support TCP/UDP all-ports when ports are omitted, normalize reads for 0/0, -1/-1, and 1/65535, add an acceptance test, and upda

Re: [PR] Add `cloudstack_limits` data source and resource [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on code in PR #197: URL: https://github.com/apache/cloudstack-terraform-provider/pull/197#discussion_r2354557478 ## website/docs/r/limits.html.markdown: ## @@ -0,0 +1,88 @@ +--- +layout: "cloudstack" +page_title: "CloudStack: cloudstack_limits" +sidebar_c

[PR] Add support for snapshot policies [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
Pearl1594 opened a new pull request, #223: URL: https://github.com/apache/cloudstack-terraform-provider/pull/223 (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.

Re: [PR] Documentation related to Persistent domainXML [cloudstack-documentation]

2025-09-17 Thread via GitHub
sudo87 commented on PR #562: URL: https://github.com/apache/cloudstack-documentation/pull/562#issuecomment-3302524593 @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] Add support for autoscale VM groups [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala closed pull request #213: Add support for autoscale VM groups URL: https://github.com/apache/cloudstack-terraform-provider/pull/213 -- 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 sp

Re: [PR] Documentation related to Persistent domainXML [cloudstack-documentation]

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

Re: [PR] Documentation related to Persistent domainXML [cloudstack-documentation]

2025-09-17 Thread via GitHub
blueorangutan commented on PR #562: URL: https://github.com/apache/cloudstack-documentation/pull/562#issuecomment-3302526639 @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: [PR] Corrected Mysql versions [cloudstack-documentation]

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

Re: [PR] Corrected Mysql versions [cloudstack-documentation]

2025-09-17 Thread via GitHub
blueorangutan commented on PR #566: URL: https://github.com/apache/cloudstack-documentation/pull/566#issuecomment-3302305900 @harikrishna-patnala 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

[PR] Corrected Mysql versions [cloudstack-documentation]

2025-09-17 Thread via GitHub
prashanthr2 opened a new pull request, #566: URL: https://github.com/apache/cloudstack-documentation/pull/566 Corrected Mysql version with which cloudstack has been tested -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

Re: [PR] Add `cloudstack_limits` data source and resource [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on code in PR #197: URL: https://github.com/apache/cloudstack-terraform-provider/pull/197#discussion_r2354582835 ## website/docs/r/limits.html.markdown: ## @@ -0,0 +1,88 @@ +--- +layout: "cloudstack" +page_title: "CloudStack: cloudstack_limits" +sidebar_c

Re: [PR] Add `cloudstack_limits` data source and resource [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on code in PR #197: URL: https://github.com/apache/cloudstack-terraform-provider/pull/197#discussion_r2354723835 ## cloudstack/data_source_cloudstack_limits.go: ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

Re: [PR] Add `cloudstack_limits` data source and resource [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on code in PR #197: URL: https://github.com/apache/cloudstack-terraform-provider/pull/197#discussion_r2354729784 ## cloudstack/data_source_cloudstack_limits.go: ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor

Re: [PR] Add `cloudstack_limits` data source and resource [cloudstack-terraform-provider]

2025-09-17 Thread via GitHub
kiranchavala commented on code in PR #197: URL: https://github.com/apache/cloudstack-terraform-provider/pull/197#discussion_r2354723835 ## cloudstack/data_source_cloudstack_limits.go: ## @@ -0,0 +1,210 @@ +// Licensed to the Apache Software Foundation (ASF) under one +// or mor