You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by Pearl Dsilva <pe...@apache.org> on 2021/09/24 07:44:23 UTC

[VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Wei ZHOU <us...@gmail.com>.
+1 (binding)

tested the following command
(1) cmk sync
(2) cmk deploy virtualmachine
(3) cmk list/stop/start/migrate virtualmachine
(4) cmk -c <config file>

Thanks all for your contribution.

-Wei

On Fri, 24 Sept 2021 at 09:45, Pearl Dsilva <pe...@apache.org> wrote:

> Hi All,
>
> I've created a v6.2.0 release of CloudMonkey, with the following
> artifacts up for a vote:
>
> Git Branch and commit SHA:
>
> https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3
>
> Commit:
> 8aae61e20c6789133c1d97d49e58f354ba7428c3
>
> GitHub pre-release (for RC1 testing, contains changelog,
> artifacts/binaries to test, checksums/usage details):
> https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0
>
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/
>
> PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> The vote will be open until October 1st, 2021.
>
> For sanity in tallying the vote, can PMC members please be sure to
> indicate "(binding)" with their vote?
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and the reason why)
>
> Regards,
> Pearl Dsilva
>

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Daan Hoogland <da...@gmail.com>.
tested by using it in resource creation and check scripts no issues found
in creating vpc/isolated network/shared
network/vm/volume/snapshots/roles/accounts/domains/projects

+1 (binding)

On Fri, Sep 24, 2021 at 3:04 PM Pierre-Luc Dion <pd...@cloud.ca.invalid>
wrote:

> +1
>
> I've got it build and tested but found some minor issue with our
> dependencies, look like they are outdated:
> content in vendor/ folder would be older than 3years ?
>
> go mod vendor
> go get -u
> go mod tidy
>
>
>
> cloudstack-cloudmonkey git:(heads/6.2.0) ✗ go get -u
> go get: upgraded github.com/briandowns/spinner
> v0.0.0-20181029155426-195c31b675a7 => v1.16.0
> go get: upgraded github.com/fatih/color v1.7.0 => v1.13.0
> go get: upgraded github.com/gofrs/flock v0.7.0 => v0.8.1
> go get: upgraded github.com/google/shlex
> v0.0.0-20150127133951-6f45313302b9
> => v0.0.0-20191202100458-e7afc7fbc510
> go get: upgraded github.com/mattn/go-colorable v0.0.9 => v0.1.9
> go get: upgraded github.com/mattn/go-isatty v0.0.4 => v0.0.14
> go get: upgraded github.com/mattn/go-runewidth v0.0.3 => v0.0.13
> go get: upgraded github.com/mitchellh/go-homedir v1.0.0 => v1.1.0
> go get: upgraded github.com/olekukonko/tablewriter v0.0.1 => v0.0.5
> go get: added github.com/rivo/uniseg v0.2.0
> go get: upgraded golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 =>
> v0.0.0-20210923061019-b8560ed6a9b7
> go get: upgraded gopkg.in/ini.v1 v1.39.0 => v1.63.2
>
> cloudstack-cloudmonkey git:(heads/6.2.0) ✗ go mod tidy
> go: downloading github.com/smartystreets/goconvey
> v0.0.0-20180222194500-ef6db91d284a
> go: downloading github.com/smartystreets/assertions
> v0.0.0-20180927180507-b2de0cb4f26d
> go: downloading github.com/jtolds/gls v4.2.1+incompatible
> go: downloading github.com/gopherjs/gopherjs
> v0.0.0-20181017120253-0766667cb4d1
>
> cloudstack-cloudmonkey git:(heads/6.2.0) go mod vendor
> cloudstack-cloudmonkey git:(heads/6.2.0) ✗ git status
> On branch 6.2.0
> Changes not staged for commit:
>   (use "git add/rm <file>..." to update what will be committed)
>   (use "git restore <file>..." to discard changes in working directory)
> modified:   go.mod
> modified:   vendor/github.com/chzyer/readline/complete.go
> modified:   vendor/github.com/chzyer/readline/runes.go
> deleted:    vendor/github.com/mitchellh/go-homedir/go.mod
> deleted:    vendor/golang.org/x/sys/unix/mkpost.go
> deleted:    vendor/golang.org/x/sys/unix/types_aix.go
> deleted:    vendor/golang.org/x/sys/unix/types_darwin.go
> deleted:    vendor/golang.org/x/sys/unix/types_dragonfly.go
> deleted:    vendor/golang.org/x/sys/unix/types_freebsd.go
> deleted:    vendor/golang.org/x/sys/unix/types_netbsd.go
> deleted:    vendor/golang.org/x/sys/unix/types_openbsd.go
> deleted:    vendor/golang.org/x/sys/unix/types_solaris.go
> modified:   vendor/modules.txt
>
> On Fri, Sep 24, 2021 at 4:05 AM Rohit Yadav <ro...@shapeblue.com>
> wrote:
>
> > +1 (binding)
> >
> >   *   Verified source tarball signature and manually checked SHA512
> > checksum
> > > gpg --verify apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2.asc
> > apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2
> > gpg: Signature made Thu 23 Sep 2021 11:29:59 AM IST
> > gpg:                using RSA key
> 986611B4A5B7090D0145B230E7DB9FC18F16C6AE
> > gpg: Good signature from "Pearl Dsilva (GPG Key) <pe...@gmail.com>"
> > [unknown]
> > gpg: WARNING: This key is not certified with a trusted signature!
> > gpg:          There is no indication that the signature belongs to the
> > owner.
> > Primary key fingerprint: 9866 11B4 A5B7 090D 0145  B230 E7DB 9FC1 8F16
> C6AE
> >   *   Verified binary version:
> > > cmk -v
> > Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 8aae61e,
> > 2021-09-22T16:26:51+0530)
> >   *   Tested output formats (column, csv, json, text, table) with filter
> > options
> >   *   Tested new autocomplete option, set to false wasn't able to
> > autocomplete API param options; set to true was able to autocomplete API
> > param options
> >   *   Tested all older "set" options
> >   *   Tested zone creation with json output in a test script that uses
> > awk/sed/jq
> >   *   Test sync and async API response against two server profiles
> >   *   All above tests on Ubuntu Linux x86_64
> >   *   Other platforms where basic tests (download binary, set server
> > profile, make API calls, output formats) pass: arm64/raspberrypi, Windows
> > 10 x86-64
> >
> > Regards.
> >
> > ________________________________
> > From: Pearl Dsilva <pe...@apache.org>
> > Sent: Friday, September 24, 2021 13:14
> > To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
> > Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
> > Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0
> >
> > Hi All,
> >
> > I've created a v6.2.0 release of CloudMonkey, with the following
> > artifacts up for a vote:
> >
> > Git Branch and commit SHA:
> >
> >
> https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3
> >
> > Commit:
> > 8aae61e20c6789133c1d97d49e58f354ba7428c3
> >
> > GitHub pre-release (for RC1 testing, contains changelog,
> > artifacts/binaries to test, checksums/usage details):
> > https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0
> >
> > Source release (checksums and signatures are available at the same
> > location):
> > https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/
> >
> > PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
> > https://dist.apache.org/repos/dist/release/cloudstack/KEYS
> >
> > The vote will be open until October 1st, 2021.
> >
> > For sanity in tallying the vote, can PMC members please be sure to
> > indicate "(binding)" with their vote?
> > [ ] +1 approve
> > [ ] +0 no opinion
> > [ ] -1 disapprove (and the reason why)
> >
> > Regards,
> > Pearl Dsilva
> >
> >
> >
> >
>
> --
>
> *Pierre-Luc Dion*Lead Cloud Architect | Architecte infonuagique principal
> t 888.796.8364 ext. 1403
>
> c 514.880.7765
>
> [image: LOGO-CloudDotCa-RGB (1) (1).png]
>


-- 
Daan

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Pierre-Luc Dion <pd...@cloud.ca.INVALID>.
+1

I've got it build and tested but found some minor issue with our
dependencies, look like they are outdated:
content in vendor/ folder would be older than 3years ?

go mod vendor
go get -u
go mod tidy



cloudstack-cloudmonkey git:(heads/6.2.0) ✗ go get -u
go get: upgraded github.com/briandowns/spinner
v0.0.0-20181029155426-195c31b675a7 => v1.16.0
go get: upgraded github.com/fatih/color v1.7.0 => v1.13.0
go get: upgraded github.com/gofrs/flock v0.7.0 => v0.8.1
go get: upgraded github.com/google/shlex v0.0.0-20150127133951-6f45313302b9
=> v0.0.0-20191202100458-e7afc7fbc510
go get: upgraded github.com/mattn/go-colorable v0.0.9 => v0.1.9
go get: upgraded github.com/mattn/go-isatty v0.0.4 => v0.0.14
go get: upgraded github.com/mattn/go-runewidth v0.0.3 => v0.0.13
go get: upgraded github.com/mitchellh/go-homedir v1.0.0 => v1.1.0
go get: upgraded github.com/olekukonko/tablewriter v0.0.1 => v0.0.5
go get: added github.com/rivo/uniseg v0.2.0
go get: upgraded golang.org/x/sys v0.0.0-20181019160139-8e24a49d80f8 =>
v0.0.0-20210923061019-b8560ed6a9b7
go get: upgraded gopkg.in/ini.v1 v1.39.0 => v1.63.2

cloudstack-cloudmonkey git:(heads/6.2.0) ✗ go mod tidy
go: downloading github.com/smartystreets/goconvey
v0.0.0-20180222194500-ef6db91d284a
go: downloading github.com/smartystreets/assertions
v0.0.0-20180927180507-b2de0cb4f26d
go: downloading github.com/jtolds/gls v4.2.1+incompatible
go: downloading github.com/gopherjs/gopherjs
v0.0.0-20181017120253-0766667cb4d1

cloudstack-cloudmonkey git:(heads/6.2.0) go mod vendor
cloudstack-cloudmonkey git:(heads/6.2.0) ✗ git status
On branch 6.2.0
Changes not staged for commit:
  (use "git add/rm <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
modified:   go.mod
modified:   vendor/github.com/chzyer/readline/complete.go
modified:   vendor/github.com/chzyer/readline/runes.go
deleted:    vendor/github.com/mitchellh/go-homedir/go.mod
deleted:    vendor/golang.org/x/sys/unix/mkpost.go
deleted:    vendor/golang.org/x/sys/unix/types_aix.go
deleted:    vendor/golang.org/x/sys/unix/types_darwin.go
deleted:    vendor/golang.org/x/sys/unix/types_dragonfly.go
deleted:    vendor/golang.org/x/sys/unix/types_freebsd.go
deleted:    vendor/golang.org/x/sys/unix/types_netbsd.go
deleted:    vendor/golang.org/x/sys/unix/types_openbsd.go
deleted:    vendor/golang.org/x/sys/unix/types_solaris.go
modified:   vendor/modules.txt

On Fri, Sep 24, 2021 at 4:05 AM Rohit Yadav <ro...@shapeblue.com>
wrote:

> +1 (binding)
>
>   *   Verified source tarball signature and manually checked SHA512
> checksum
> > gpg --verify apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2.asc
> apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2
> gpg: Signature made Thu 23 Sep 2021 11:29:59 AM IST
> gpg:                using RSA key 986611B4A5B7090D0145B230E7DB9FC18F16C6AE
> gpg: Good signature from "Pearl Dsilva (GPG Key) <pe...@gmail.com>"
> [unknown]
> gpg: WARNING: This key is not certified with a trusted signature!
> gpg:          There is no indication that the signature belongs to the
> owner.
> Primary key fingerprint: 9866 11B4 A5B7 090D 0145  B230 E7DB 9FC1 8F16 C6AE
>   *   Verified binary version:
> > cmk -v
> Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 8aae61e,
> 2021-09-22T16:26:51+0530)
>   *   Tested output formats (column, csv, json, text, table) with filter
> options
>   *   Tested new autocomplete option, set to false wasn't able to
> autocomplete API param options; set to true was able to autocomplete API
> param options
>   *   Tested all older "set" options
>   *   Tested zone creation with json output in a test script that uses
> awk/sed/jq
>   *   Test sync and async API response against two server profiles
>   *   All above tests on Ubuntu Linux x86_64
>   *   Other platforms where basic tests (download binary, set server
> profile, make API calls, output formats) pass: arm64/raspberrypi, Windows
> 10 x86-64
>
> Regards.
>
> ________________________________
> From: Pearl Dsilva <pe...@apache.org>
> Sent: Friday, September 24, 2021 13:14
> To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
> Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
> Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0
>
> Hi All,
>
> I've created a v6.2.0 release of CloudMonkey, with the following
> artifacts up for a vote:
>
> Git Branch and commit SHA:
>
> https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3
>
> Commit:
> 8aae61e20c6789133c1d97d49e58f354ba7428c3
>
> GitHub pre-release (for RC1 testing, contains changelog,
> artifacts/binaries to test, checksums/usage details):
> https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0
>
> Source release (checksums and signatures are available at the same
> location):
> https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/
>
> PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
> https://dist.apache.org/repos/dist/release/cloudstack/KEYS
>
> The vote will be open until October 1st, 2021.
>
> For sanity in tallying the vote, can PMC members please be sure to
> indicate "(binding)" with their vote?
> [ ] +1 approve
> [ ] +0 no opinion
> [ ] -1 disapprove (and the reason why)
>
> Regards,
> Pearl Dsilva
>
>
>
>

-- 

*Pierre-Luc Dion*Lead Cloud Architect | Architecte infonuagique principal
t 888.796.8364 ext. 1403

c 514.880.7765

[image: LOGO-CloudDotCa-RGB (1) (1).png]

Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Rohit Yadav <ro...@shapeblue.com>.
+1 (binding)

  *   Verified source tarball signature and manually checked SHA512 checksum
> gpg --verify apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2.asc apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2
gpg: Signature made Thu 23 Sep 2021 11:29:59 AM IST
gpg:                using RSA key 986611B4A5B7090D0145B230E7DB9FC18F16C6AE
gpg: Good signature from "Pearl Dsilva (GPG Key) <pe...@gmail.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9866 11B4 A5B7 090D 0145  B230 E7DB 9FC1 8F16 C6AE
  *   Verified binary version:
> cmk -v
Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 8aae61e, 2021-09-22T16:26:51+0530)
  *   Tested output formats (column, csv, json, text, table) with filter options
  *   Tested new autocomplete option, set to false wasn't able to autocomplete API param options; set to true was able to autocomplete API param options
  *   Tested all older "set" options
  *   Tested zone creation with json output in a test script that uses awk/sed/jq
  *   Test sync and async API response against two server profiles
  *   All above tests on Ubuntu Linux x86_64
  *   Other platforms where basic tests (download binary, set server profile, make API calls, output formats) pass: arm64/raspberrypi, Windows 10 x86-64

Regards.

________________________________
From: Pearl Dsilva <pe...@apache.org>
Sent: Friday, September 24, 2021 13:14
To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva

 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Abhishek Kumar <Ab...@shapeblue.com>.
+1

Tested build for different operations on a ACS 4.16-snapshot env. Everything worked as expected.

Regards,
Abhishek
________________________________
From: Pearl Dsilva <pe...@apache.org>
Sent: 24 September 2021 13:14
To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva

 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Suresh Anaparti <Su...@shapeblue.com>.
As discussed over Github, these issues are not regression and doesn't block this release. Based on the release notes, I thought that the validation is done for all the arguments while setting cloudmonkey configuration, but it is for subset of arguments only. I've reviewed the latest release notes, and it looks good. 

I'm changing my vote to +1. Thanks.

Regards,
Suresh

On 30/09/21, 7:02 PM, "Suresh Anaparti" <Su...@shapeblue.com> wrote:

    -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-cloudmonkey/issues/100
    - https://github.com/apache/cloudstack-cloudmonkey/issues/102

    Regards,
    Suresh

    On 24/09/21, 1:14 PM, "Pearl Dsilva" <pe...@apache.org> wrote:

        Hi All,

        I've created a v6.2.0 release of CloudMonkey, with the following
        artifacts up for a vote:

        Git Branch and commit SHA:
        https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

        Commit:
        8aae61e20c6789133c1d97d49e58f354ba7428c3

        GitHub pre-release (for RC1 testing, contains changelog,
        artifacts/binaries to test, checksums/usage details):
        https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

        Source release (checksums and signatures are available at the same location):
        https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

        PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
        https://dist.apache.org/repos/dist/release/cloudstack/KEYS

        The vote will be open until October 1st, 2021.

        For sanity in tallying the vote, can PMC members please be sure to
        indicate "(binding)" with their vote?
        [ ] +1 approve
        [ ] +0 no opinion
        [ ] -1 disapprove (and the reason why)

        Regards,
        Pearl Dsilva






 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Suresh Anaparti <Su...@shapeblue.com>.
As discussed over Github, these issues are not regression and doesn't block this release. Based on the release notes, I thought that the validation is done for all the arguments while setting cloudmonkey configuration, but it is for subset of arguments only. I've reviewed the latest release notes, and it looks good. 

I'm changing my vote to +1. Thanks.

Regards,
Suresh

On 30/09/21, 7:02 PM, "Suresh Anaparti" <Su...@shapeblue.com> wrote:

    -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-cloudmonkey/issues/100
    - https://github.com/apache/cloudstack-cloudmonkey/issues/102

    Regards,
    Suresh

    On 24/09/21, 1:14 PM, "Pearl Dsilva" <pe...@apache.org> wrote:

        Hi All,

        I've created a v6.2.0 release of CloudMonkey, with the following
        artifacts up for a vote:

        Git Branch and commit SHA:
        https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

        Commit:
        8aae61e20c6789133c1d97d49e58f354ba7428c3

        GitHub pre-release (for RC1 testing, contains changelog,
        artifacts/binaries to test, checksums/usage details):
        https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

        Source release (checksums and signatures are available at the same location):
        https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

        PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
        https://dist.apache.org/repos/dist/release/cloudstack/KEYS

        The vote will be open until October 1st, 2021.

        For sanity in tallying the vote, can PMC members please be sure to
        indicate "(binding)" with their vote?
        [ ] +1 approve
        [ ] +0 no opinion
        [ ] -1 disapprove (and the reason why)

        Regards,
        Pearl Dsilva






 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Suresh Anaparti <Su...@shapeblue.com>.
-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-cloudmonkey/issues/100
- https://github.com/apache/cloudstack-cloudmonkey/issues/102

Regards,
Suresh

On 24/09/21, 1:14 PM, "Pearl Dsilva" <pe...@apache.org> wrote:

    Hi All,

    I've created a v6.2.0 release of CloudMonkey, with the following
    artifacts up for a vote:

    Git Branch and commit SHA:
    https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

    Commit:
    8aae61e20c6789133c1d97d49e58f354ba7428c3

    GitHub pre-release (for RC1 testing, contains changelog,
    artifacts/binaries to test, checksums/usage details):
    https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

    Source release (checksums and signatures are available at the same location):
    https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

    PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
    https://dist.apache.org/repos/dist/release/cloudstack/KEYS

    The vote will be open until October 1st, 2021.

    For sanity in tallying the vote, can PMC members please be sure to
    indicate "(binding)" with their vote?
    [ ] +1 approve
    [ ] +0 no opinion
    [ ] -1 disapprove (and the reason why)

    Regards,
    Pearl Dsilva


 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Suresh Anaparti <Su...@shapeblue.com>.
-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-cloudmonkey/issues/100
- https://github.com/apache/cloudstack-cloudmonkey/issues/102

Regards,
Suresh

On 24/09/21, 1:14 PM, "Pearl Dsilva" <pe...@apache.org> wrote:

    Hi All,

    I've created a v6.2.0 release of CloudMonkey, with the following
    artifacts up for a vote:

    Git Branch and commit SHA:
    https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

    Commit:
    8aae61e20c6789133c1d97d49e58f354ba7428c3

    GitHub pre-release (for RC1 testing, contains changelog,
    artifacts/binaries to test, checksums/usage details):
    https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

    Source release (checksums and signatures are available at the same location):
    https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

    PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
    https://dist.apache.org/repos/dist/release/cloudstack/KEYS

    The vote will be open until October 1st, 2021.

    For sanity in tallying the vote, can PMC members please be sure to
    indicate "(binding)" with their vote?
    [ ] +1 approve
    [ ] +0 no opinion
    [ ] -1 disapprove (and the reason why)

    Regards,
    Pearl Dsilva


 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Abhishek Kumar <Ab...@shapeblue.com>.
+1

Tested build for different operations on a ACS 4.16-snapshot env. Everything worked as expected.

Regards,
Abhishek
________________________________
From: Pearl Dsilva <pe...@apache.org>
Sent: 24 September 2021 13:14
To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva

 


Re: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Posted by Rohit Yadav <ro...@shapeblue.com>.
+1 (binding)

  *   Verified source tarball signature and manually checked SHA512 checksum
> gpg --verify apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2.asc apache-cloudstack-cloudmonkey-6.2.0-src.tar.bz2
gpg: Signature made Thu 23 Sep 2021 11:29:59 AM IST
gpg:                using RSA key 986611B4A5B7090D0145B230E7DB9FC18F16C6AE
gpg: Good signature from "Pearl Dsilva (GPG Key) <pe...@gmail.com>" [unknown]
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 9866 11B4 A5B7 090D 0145  B230 E7DB 9FC1 8F16 C6AE
  *   Verified binary version:
> cmk -v
Apache CloudStack 🐵 CloudMonkey 6.2.0 (build: 8aae61e, 2021-09-22T16:26:51+0530)
  *   Tested output formats (column, csv, json, text, table) with filter options
  *   Tested new autocomplete option, set to false wasn't able to autocomplete API param options; set to true was able to autocomplete API param options
  *   Tested all older "set" options
  *   Tested zone creation with json output in a test script that uses awk/sed/jq
  *   Test sync and async API response against two server profiles
  *   All above tests on Ubuntu Linux x86_64
  *   Other platforms where basic tests (download binary, set server profile, make API calls, output formats) pass: arm64/raspberrypi, Windows 10 x86-64

Regards.

________________________________
From: Pearl Dsilva <pe...@apache.org>
Sent: Friday, September 24, 2021 13:14
To: dev@cloudstack.apache.org <de...@cloudstack.apache.org>
Cc: users@cloudstack.apache.org <us...@cloudstack.apache.org>
Subject: [VOTE] Release Apache CloudStack CloudMonkey 6.2.0

Hi All,

I've created a v6.2.0 release of CloudMonkey, with the following
artifacts up for a vote:

Git Branch and commit SHA:
https://github.com/apache/cloudstack-cloudmonkey/commits/8aae61e20c6789133c1d97d49e58f354ba7428c3

Commit:
8aae61e20c6789133c1d97d49e58f354ba7428c3

GitHub pre-release (for RC1 testing, contains changelog,
artifacts/binaries to test, checksums/usage details):
https://github.com/apache/cloudstack-cloudmonkey/releases/tag/6.2.0

Source release (checksums and signatures are available at the same location):
https://dist.apache.org/repos/dist/dev/cloudstack/cloudmonkey-6.2.0/

PGP release keys (signed using 986611B4A5B7090D0145B230E7DB9FC18F16C6AE)
https://dist.apache.org/repos/dist/release/cloudstack/KEYS

The vote will be open until October 1st, 2021.

For sanity in tallying the vote, can PMC members please be sure to
indicate "(binding)" with their vote?
[ ] +1 approve
[ ] +0 no opinion
[ ] -1 disapprove (and the reason why)

Regards,
Pearl Dsilva