Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

2021-09-30 Thread Wei ZHOU
+1 (binding) tested the following command (1) cmk sync (2) cmk deploy virtualmachine (3) cmk list/stop/start/migrate virtualmachine (4) cmk -c Thanks all for your contribution. -Wei On Fri, 24 Sept 2021 at 09:45, Pearl Dsilva wrote: > Hi All, > > I've created a v6.2.0 release of CloudMonkey,

[GitHub] [cloudstack-go] Pearl1594 commented on pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-30 Thread GitBox
Pearl1594 commented on pull request #9: URL: https://github.com/apache/cloudstack-go/pull/9#issuecomment-931137315 Script used to run tests - details of qa server added: ``` package main import ( "encoding/json" "github.com/apache/cloudstack-go/v2/cloudstack"

[GitHub] [cloudstack-go] rhtyd merged pull request #9: Modify (auto)generate code to handle API parameter type changes - 4.15.2

2021-09-30 Thread GitBox
rhtyd merged pull request #9: URL: https://github.com/apache/cloudstack-go/pull/9 -- 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] [cloudstack-go] rhtyd closed issue #8: Generate and tag against 4.15.2

2021-09-30 Thread GitBox
rhtyd closed issue #8: URL: https://github.com/apache/cloudstack-go/issues/8 -- 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

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

2021-09-30 Thread GitBox
soreana commented on issue #99: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-931147966 @sureshanaparti It was added by me in: https://github.com/apache/cloudstack-cloudmonkey/pull/70 -- This is an automated message from the Apache Git Service. To respond

[GitHub] [cloudstack-cloudmonkey] soreana edited a comment on issue #99: New flag "-c" in cmk 6.2.0

2021-09-30 Thread GitBox
soreana edited a comment on issue #99: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-931147966 @sureshanaparti It was added by me in: https://github.com/apache/cloudstack-cloudmonkey/pull/70 It wasn't in the 6.1 release. -- This is an automated message

[GitHub] [cloudstack-cloudmonkey] sureshanaparti opened a new issue #100: Few parameters in the set cmd accepts empty input.

2021-09-30 Thread GitBox
sureshanaparti opened a new issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100 Few parameters (secretkey, apikey) in the set cmd accepts empty input, and doesn't prompt as invalid input. Any way (or command) to check the apikey, secretkey, timeout, etc configured,

[GitHub] [cloudstack-cloudmonkey] soreana opened a new pull request #101: Fixed typo in command.go

2021-09-30 Thread GitBox
soreana opened a new pull request #101: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/101 Hey there I noticed a capitalization issue in the following output. ``` root@dev ~/desktop/cloudmonkey [typo]$ ./bin/cmk -h ... Allowed flags: -hShow this

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

2021-09-30 Thread GitBox
soreana commented on issue #99: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/99#issuecomment-931245592 @Pearl1594 Could you please update the wiki and release note once again. 🙈 I fixed the capitalization in `different config file path` in https://github.com/apache/clou

[GitHub] [cloudstack-terraform-provider] harikrishna-patnala opened a new pull request #5: Fixed formatting of the code using 'make fmt'

2021-09-30 Thread GitBox
harikrishna-patnala opened a new pull request #5: URL: https://github.com/apache/cloudstack-terraform-provider/pull/5 Fix formatting of the code using 'make fmt' -- 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] sureshanaparti opened a new issue #102: Async APIs fails with job query timed out error, after setting empty/invalid timeout config

2021-09-30 Thread GitBox
sureshanaparti opened a new issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102 Async APIs fails with job query timed out error, after after setting empty timeout (Ex: '_set timeout_ ' or '_set timeout test_ 'cmd), which is already prompted as invalid. After setti

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

2021-09-30 Thread Suresh Anaparti
-1 Tested some API calls with 'cmk.darwin.x86-64'. No issues observed with respect to API calls, but noticed some issues (raised in Github) with "Validation of arguments while setting cloudmonkey configuration" (mentioned in v6.2.0 Release Notes). - https://github.com/apache/cloudstack-cloudmo

Re: HA behaviour with Cloudstack / XCP-NG

2021-09-30 Thread Daan Hoogland
> > However, Cloudstack never launches the virtual machines and the virtual > routers on our other nodes XCP that were on the pool master. > Is this the expected behaviour ? > Yes, this is expected behaviour, cloudstack doesn't know if the VMs are still running in this 'splitbrain' scenario and thu

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

2021-09-30 Thread GitBox
rhtyd commented on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931458962 I think these are not regressions warranting a new RC1. Can you check @sureshanaparti if they're regression/blockers or bugs? -- This is an automated message from the A

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

2021-09-30 Thread GitBox
rhtyd commented on issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102#issuecomment-931459493 Can you check if these are regressions/blockers against previous releases warranting a new RC or just bugs? -- This is an automated message from the Apache Git Service.

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

2021-09-30 Thread GitBox
Pearl1594 commented on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931460501 It isn't a regression. Has always behaved this way. Yes, it surely needs fixing - but isn't a blocker either. coz one could reset the value to the right one and it wo

[GitHub] [cloudstack-cloudmonkey] Pearl1594 edited a comment on issue #100: Few parameters in the 'set' cmd accepts empty input.

2021-09-30 Thread GitBox
Pearl1594 edited a comment on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931460501 It isn't a regression. Has always behaved this way. Yes, it surely needs fixing - but it isn't a blocker, as one could reset the value to the right one and it

[GitHub] [cloudstack-cloudmonkey] Pearl1594 edited a comment on issue #100: Few parameters in the 'set' cmd accepts empty input.

2021-09-30 Thread GitBox
Pearl1594 edited a comment on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931460501 It isn't a regression. Has always behaved this way. Yes, it surely needs fixing - but it isn't a blocker, as one could reset the value to the right one and it

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

2021-09-30 Thread GitBox
Pearl1594 commented on issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102#issuecomment-931464147 Not a regression - has been the behvior from before: ``` [root@ref-trl-1795-k-M7-pearl-dsilva-mgmt1 ~]# cmk Apache CloudStack 🐵 CloudMonkey 6.0.0 Report iss

[GitHub] [cloudstack-cloudmonkey] Pearl1594 opened a new pull request #103: Prevent incorrect timeout value from being set

2021-09-30 Thread GitBox
Pearl1594 opened a new pull request #103: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/103 Fixes #100 / https://github.com/apache/cloudstack-cloudmonkey/issues/102 ``` (test) 🐱 > set timeout Error caught while setting timeout: strconv.Atoi: parsing "": invalid syn

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

2021-09-30 Thread GitBox
sureshanaparti commented on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931884247 > I think these are not regressions warranting a new RC1. Can you check @sureshanaparti if they're regression/blockers or bugs? Not a regression @rhtyd

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

2021-09-30 Thread GitBox
sureshanaparti commented on issue #100: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/100#issuecomment-931885021 > It isn't a regression. Has always behaved this way. Yes, it surely needs fixing - but it isn't a blocker, as one could reset the value to the right one and it

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

2021-09-30 Thread GitBox
sureshanaparti commented on issue #102: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/102#issuecomment-931892585 > Can you check if these are regressions/blockers against previous releases warranting a new RC or just bugs? Not a regression @rhtyd -- This is an auto