[I] test and lint fail [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
DaanHoogland opened a new issue, #169: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/169 I cannot build cloudmonkey: even in clean main it says ``` make tests ▶ Running gofmt… ▶ Building golint… go: github.com/golang/lint@v0.0.0-20210508222113-6edffad5e616 (ma

Re: [PR] config: fix access for config and history file [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
Copilot commented on code in PR #166: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/166#discussion_r2255909678 ## config/config.go: ## @@ -391,6 +396,12 @@ func (c *Config) UpdateConfig(key string, value string, update bool) { } } +func makeFileGroupPri

Re: [PR] Add support for excluding a list of parameters from an API response [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
shwstppr merged PR #163: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/163 -- 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: [I] Reverse parameter filtering [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
shwstppr closed issue #149: Reverse parameter filtering URL: https://github.com/apache/cloudstack-cloudmonkey/issues/149 -- 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

Re: [PR] output: allow filtering and honour output format for non-list apis [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
DaanHoogland commented on PR #164: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/164#issuecomment-3155542136 tested destroy ``` (randy) 🐱 > destroy virtualmachine id=110f2c65-1c27-4131-aa78-28da865f8c60 filter=name,zoneid,cpunumber,hostname { "virtualmachine": [

[VOTE] Apache CloudStack 4.21.0.0 (RC1)

2025-08-05 Thread Suresh Kumar Anaparti
Hi All, I have created a 4.21.0.0 release (RC1), with the following artifacts up for testing and a vote: Git Branch and Commit SHA: https://github.com/apache/cloudstack/tree/4.21.0.0-RC20250805T1545 Commit: b910b41d0683253bb403c3827bdf74a72746422a Source release (checksums and signatures are ava

Re: [PR] config: fix access for config and history file [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
DaanHoogland commented on PR #166: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/166#issuecomment-3155427400 works as expected but I want to sugest being a touch more restrictive in the access rights, i.e. no group access. -- This is an automated message from the Apache Git

Re: [PR] config: fix access for config and history file [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
DaanHoogland commented on code in PR #166: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/166#discussion_r2254445603 ## config/config.go: ## @@ -391,6 +396,12 @@ func (c *Config) UpdateConfig(key string, value string, update bool) { } } +func makeFileGro

Re: [PR] config: fix access for config and history file [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
DaanHoogland commented on code in PR #166: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/166#discussion_r2254445603 ## config/config.go: ## @@ -391,6 +396,12 @@ func (c *Config) UpdateConfig(key string, value string, update bool) { } } +func makeFileGro

[I] Credential fall back [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
ingox opened a new issue, #168: URL: https://github.com/apache/cloudstack-cloudmonkey/issues/168 I have the following use case: - I want to run a bash script to execute several cloudmonkey commands. - These commands should get executed by a specific user. - I'm passing the APIkey and

Re: [PR] Add support for excluding a list of parameters from an API response [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
harikrishna-patnala commented on PR #163: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/163#issuecomment-3154679845 > @Pearl1594 can we name the new param - `filterexclude`? I feel "exclude" is fine @shwstppr, we already have another field "filter" to filter (default inc

Re: [PR] autocomplete: allow completion based on name/detail [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
Copilot commented on code in PR #165: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/165#discussion_r2253947298 ## cli/completer.go: ## @@ -421,12 +421,14 @@ func (t *autoCompleter) Do(line []rune, pos int) (options [][]rune, offset int) }

Re: [PR] refactor: fix formatting [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
shwstppr merged PR #167: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/167 -- 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] refactor: fix formatting [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
shwstppr commented on PR #167: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/167#issuecomment-3154523126 Minor change merging -- 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 spe

[PR] refactor: fix formatting [cloudstack-cloudmonkey]

2025-08-05 Thread via GitHub
shwstppr opened a new pull request, #167: URL: https://github.com/apache/cloudstack-cloudmonkey/pull/167 Without change, this causes the file to change every time build is done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

Re: How to change kvm host password of running production host?

2025-08-05 Thread Daan Hoogland
If you use passwords as opposed to certificates, you need to update the password on the hosts and in cloudstack. The latter can be done in the UI or with the updateHostPassword API (https://cloudstack.apache.org/api/apidocs-4.20/apis/updateHostPassword.html) On Tue, Jul 29, 2025 at 11:26 AM Sanjay