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
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
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
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
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
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"
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
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
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
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
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
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...@
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
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...@
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
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
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...@
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
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
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
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
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
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
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
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
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
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...@
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...@
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
+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
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
31 matches
Mail list logo