[GitHub] [cloudstack-go] tetra12 commented on a change in pull request #26: Fix listVPCs unmarshall error when a VPC has network tiers attached

2022-01-20 Thread GitBox


tetra12 commented on a change in pull request #26:
URL: https://github.com/apache/cloudstack-go/pull/26#discussion_r788773686



##
File path: cloudstack/VPCService.go
##
@@ -2855,7 +2855,7 @@ type VPC struct {
JobIDstring   `json:"jobid"`
Jobstatusint  `json:"jobstatus"`
Name string   `json:"name"`
-   Network  []string `json:"network"`
+   Network  []Network`json:"network"`

Review comment:
   Hi @Pearl1594 
   Thanks for your hint. I updated the generator code as per your advice. Pls 
check it up again




-- 
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...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




Re: [ANNOUNCE] New committer: Slavka Peleva

2022-01-20 Thread Marco Sinhoreli
Congrats Ivet!

From: Giles Sirett 
Date: Tuesday, 4 January 2022 at 11:11
To: dev@cloudstack.apache.org 
Subject: RE: [ANNOUNCE] New committer: Slavka Peleva
Congratulations Slavka - much deserved

Kind Regards
Giles




-Original Message-
From: Paul Angus 
Sent: 03 January 2022 19:49
To: dev@cloudstack.apache.org
Subject: RE: [ANNOUNCE] New committer: Slavka Peleva

Congrats Slavka.

Kind Regards


Paul Angus

-Original Message-
From: Pearl d'Silva 
Sent: Wednesday, December 22, 2021 4:42 AM
To: dev@cloudstack.apache.org
Subject: Re: [ANNOUNCE] New committer: Slavka Peleva

Congratulations Slavka!

Regards,
Pearl Dsilva

From: Nicolas Vazquez 
Sent: Wednesday, December 22, 2021 1:01 AM
To: dev@cloudstack.apache.org 
Subject: Re: [ANNOUNCE] New committer: Slavka Peleva

Congratulations Slavka!

Regards,
Nicolas Vazquez

From: Gabriel Beims Bräscher 
Sent: Tuesday, December 21, 2021 9:48:40 AM
To: dev 
Subject: [ANNOUNCE] New committer: Slavka Peleva

The Project Management Committee (PMC) for Apache CloudStack has invited Slavka 
Peleva to become a committer and we are pleased to announce that she has 
accepted.

Slavka has shown commitment to the Apache CloudStack community, contributing 
with technical discussions in mailing lists, proposing features, reviewing & 
testing PRs, creating PRs, resulting in relevant contributions merged in the 
upstream.

Being a committer enables easier contribution to the project since there is no 
need to go via the patch submission process. This should enable better 
productivity.
A PMC member helps manage and guide the direction of the project.

Let´s congratulate and welcome Slavka, Apache CloudStack's newest committer.

--
Gabriel Beims Bräscher
Apache CloudStack PMC Chair









Re: [ANNOUNCE] New committer: Slavka Peleva

2022-01-20 Thread Marco Sinhoreli
Congrats Slavka!


From: Giles Sirett 
Date: Tuesday, 4 January 2022 at 11:11
To: dev@cloudstack.apache.org 
Subject: RE: [ANNOUNCE] New committer: Slavka Peleva
Congratulations Slavka - much deserved

Kind Regards
Giles




-Original Message-
From: Paul Angus 
Sent: 03 January 2022 19:49
To: dev@cloudstack.apache.org
Subject: RE: [ANNOUNCE] New committer: Slavka Peleva

Congrats Slavka.

Kind Regards


Paul Angus

-Original Message-
From: Pearl d'Silva 
Sent: Wednesday, December 22, 2021 4:42 AM
To: dev@cloudstack.apache.org
Subject: Re: [ANNOUNCE] New committer: Slavka Peleva

Congratulations Slavka!

Regards,
Pearl Dsilva

From: Nicolas Vazquez 
Sent: Wednesday, December 22, 2021 1:01 AM
To: dev@cloudstack.apache.org 
Subject: Re: [ANNOUNCE] New committer: Slavka Peleva

Congratulations Slavka!

Regards,
Nicolas Vazquez

From: Gabriel Beims Bräscher 
Sent: Tuesday, December 21, 2021 9:48:40 AM
To: dev 
Subject: [ANNOUNCE] New committer: Slavka Peleva

The Project Management Committee (PMC) for Apache CloudStack has invited Slavka 
Peleva to become a committer and we are pleased to announce that she has 
accepted.

Slavka has shown commitment to the Apache CloudStack community, contributing 
with technical discussions in mailing lists, proposing features, reviewing & 
testing PRs, creating PRs, resulting in relevant contributions merged in the 
upstream.

Being a committer enables easier contribution to the project since there is no 
need to go via the patch submission process. This should enable better 
productivity.
A PMC member helps manage and guide the direction of the project.

Let´s congratulate and welcome Slavka, Apache CloudStack's newest committer.

--
Gabriel Beims Bräscher
Apache CloudStack PMC Chair








[GitHub] [cloudstack-kubernetes-provider] lukasmrtvy opened a new issue #37: feat: Cluster API support

2022-01-20 Thread GitBox


lukasmrtvy opened a new issue #37:
URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/37


   Would be superb to support also Cluster API 
https://github.com/kubernetes-sigs/cluster-api
   OpenStack is already supported 
https://github.com/kubernetes-sigs/cluster-api-provider-openstack
   Thanks


-- 
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...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-terraform-provider] harikrishna-patnala commented on issue #29: Registry 404 error - failed to │ retrieve authentication checksums for provider

2022-01-20 Thread GitBox


harikrishna-patnala commented on issue #29:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/29#issuecomment-1018124525


   @kimselius @synergiator can you please try with new RC version with which we 
have new release "0.4.0-RC1"
   
   terraform {
 required_providers {
   cloudstack = {
 source = "cloudstack/cloudstack"
 version = "0.4.0-RC1"
   }
 }
   }
   
   provider "cloudstack" {
 # Configuration options
   }


-- 
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...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [cloudstack-terraform-provider] harikrishna-patnala edited a comment on issue #29: Registry 404 error - failed to │ retrieve authentication checksums for provider

2022-01-20 Thread GitBox


harikrishna-patnala edited a comment on issue #29:
URL: 
https://github.com/apache/cloudstack-terraform-provider/issues/29#issuecomment-1018124525


   @kimselius @synergiator can you please try with new RC version with which we 
have new release "0.4.0-RC1"
   
   terraform {
 required_providers {
   cloudstack = {
 source = "cloudstack/cloudstack"
 version = "0.4.0-RC1"
   }
 }
   }
   


-- 
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...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org