RE: API Command Question for "networkids"

2021-10-05 Thread Corey, Mike
Daan, I see from the documentation that this is a new API for ACS 4.15. Do you have an example command line that I should inject this "deployasis" flag? Thanks! Mike -Original Message- From: Daan Hoogland Sent: Friday, October 1, 2021 11:18 AM To: users Cc: dev@cloudstack.apache.or

[GitHub] [cloudstack-terraform-provider] rhtyd merged pull request #5: Fixed formatting of the code using 'make fmt'

2021-10-05 Thread GitBox
rhtyd merged pull request #5: URL: https://github.com/apache/cloudstack-terraform-provider/pull/5 -- 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:

[ANNOUNCE] Apache CloudStack CloudMonkey v6.2.0 Release

2021-10-05 Thread Pearl Dsilva
# Apache CloudStack CloudMonkey v6.2.0 Release Apache CloudStack, proven as one of the most scalable, free and open source cloud computing operating system for large scale private, public, and hybrid clouds, today announced the availability of the latest release of Apache CloudMonkey v6.2.0, the l

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #4: Problem creating a VM with custom offering

2021-10-05 Thread GitBox
harikrishna-patnala commented on issue #4: URL: https://github.com/apache/cloudstack-terraform-provider/issues/4#issuecomment-934239162 Reopening the ticket because this issue is still valid and reproducible. @manunolo please let me know if anything needs to add -- This is an automated

[GitHub] [cloudstack-cloudmonkey] rhtyd closed issue #100: Few parameters in the 'set' cmd accepts empty input.

2021-10-05 Thread GitBox
rhtyd closed issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100 -- 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

[GitHub] [cloudstack-cloudmonkey] rhtyd merged pull request #103: Prevent incorrect timeout value from being set

2021-10-05 Thread GitBox
rhtyd merged pull request #103: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/103 -- 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

[GitHub] [cloudstack-cloudmonkey] rhtyd merged pull request #101: Fixed typo in command.go

2021-10-05 Thread GitBox
rhtyd merged pull request #101: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/101 -- 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

[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #99: New flag "-c" in cmk 6.2.0

2021-10-05 Thread GitBox
rhtyd commented on issue #99: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-934329214 Seems release notes were updated and wiki. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [cloudstack-cloudmonkey] rhtyd closed issue #99: New flag "-c" in cmk 6.2.0

2021-10-05 Thread GitBox
rhtyd closed issue #99: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99 -- 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-unsubs

[GitHub] [cloudstack-cloudmonkey] rhtyd closed issue #102: Async APIs fails with job query timed out error, after setting empty/invalid timeout config

2021-10-05 Thread GitBox
rhtyd closed issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102 -- 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

[GitHub] [cloudstack-cloudmonkey] rhtyd commented on issue #102: Async APIs fails with job query timed out error, after setting empty/invalid timeout config

2021-10-05 Thread GitBox
rhtyd commented on issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102#issuecomment-934329359 Fixed by #103 -- 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 specifi

KVM Agent disconnect hooks

2021-10-05 Thread Marcus
Hi everyone! It's been awhile. I've got a feature I'd love to get some feedback on and contribute to the community, if it's acceptable. I need to brush up on the proper process (did read CONTRIBUTING.md). I should have discussed this *before* implementation, for sure, but since this is something

[GitHub] [cloudstack-documentation] Hudratronium opened a new pull request #246: Adding information on ACLs in VPCs

2021-10-05 Thread GitBox
Hudratronium opened a new pull request #246: URL: https://github.com/apache/cloudstack-documentation/pull/246 Adding some further information to make a step into ACLs in VPCs -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [cloudstack-documentation] Hudratronium closed pull request #246: Adding information on ACLs in VPCs

2021-10-05 Thread GitBox
Hudratronium closed pull request #246: URL: https://github.com/apache/cloudstack-documentation/pull/246 -- 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-

[GitHub] [cloudstack-terraform-provider] Pearl1594 opened a new pull request #6: Fix Makefile and handle error checks

2021-10-05 Thread GitBox
Pearl1594 opened a new pull request #6: URL: https://github.com/apache/cloudstack-terraform-provider/pull/6 The PR fixes issues running few make commands: Prior Fix: ``` $ make fmtcheck ==> Checking that code complies with gofmt requirements... /home/pearl/go/src/gi

[GitHub] [cloudstack-terraform-provider] Pearl1594 opened a new pull request #7: Add support to provide VM details during VM deployment - when using custom offering

2021-10-05 Thread GitBox
Pearl1594 opened a new pull request #7: URL: https://github.com/apache/cloudstack-terraform-provider/pull/7 PR fixes: https://github.com/apache/cloudstack-terraform-provider/issues/4 The PR adds support to provide vm details - when using custom offering: ### Prior Fix: ``` $

[GitHub] [cloudstack-terraform-provider] rhtyd closed issue #4: Problem creating a VM with custom offering

2021-10-05 Thread GitBox
rhtyd closed issue #4: URL: https://github.com/apache/cloudstack-terraform-provider/issues/4 -- 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

[GitHub] [cloudstack-terraform-provider] rhtyd merged pull request #7: Add support to provide VM details during VM deployment - when using custom offering

2021-10-05 Thread GitBox
rhtyd merged pull request #7: URL: https://github.com/apache/cloudstack-terraform-provider/pull/7 -- 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:

[GitHub] [cloudstack-terraform-provider] rhtyd commented on a change in pull request #6: Fix Makefile and handle error checks

2021-10-05 Thread GitBox
rhtyd commented on a change in pull request #6: URL: https://github.com/apache/cloudstack-terraform-provider/pull/6#discussion_r722880081 ## File path: GNUmakefile ## @@ -29,10 +29,10 @@ fmt: gofmt -w $(GOFMT_FILES) fmtcheck: - @sh -c "'$(CURDIR)/scripts/gofmt

[GitHub] [cloudstack-terraform-provider] Pearl1594 commented on a change in pull request #6: Fix Makefile and handle error checks

2021-10-05 Thread GitBox
Pearl1594 commented on a change in pull request #6: URL: https://github.com/apache/cloudstack-terraform-provider/pull/6#discussion_r722896360 ## File path: GNUmakefile ## @@ -29,10 +29,10 @@ fmt: gofmt -w $(GOFMT_FILES) fmtcheck: - @sh -c "'$(CURDIR)/scripts/g