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
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
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:
+*
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 {
}
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{
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
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
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
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
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
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:
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 {
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
+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,
>
>
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
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:
+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
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:
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[
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[
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
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
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
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
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
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 {
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
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
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
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
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
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
+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
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...@
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
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
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
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
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
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
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{}
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
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
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
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
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
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
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
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.
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
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
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
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
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/
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
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
56 matches
Mail list logo