[GitHub] [cloudstack-go] rejoshed commented on issue #34: DomainService Fails to Unmarshal DomainChildren

2022-05-13 Thread GitBox
rejoshed commented on issue #34: URL: https://github.com/apache/cloudstack-go/issues/34#issuecomment-1126591957 Also, should it be considered an error if unmarshalling fails? I sort of think so. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [cloudstack-go] rejoshed opened a new issue, #34: DomainService Fails to Unmarshal DomainChildren

2022-05-13 Thread GitBox
rejoshed opened a new issue, #34: URL: https://github.com/apache/cloudstack-go/issues/34 Hello, In using CS-Go, I noticed that listDomainChildren fails to unmarshal DomainChildren. I modified the [JSON

[GitHub] [cloudstack-terraform-provider] synergiator commented on issue #33: Provider produced inconsistent result after apply- Invalid character error - looking for beginning of value

2022-05-13 Thread GitBox
synergiator commented on issue #33: URL: https://github.com/apache/cloudstack-terraform-provider/issues/33#issuecomment-1126198709 Strange enough I can't identify these error messages in provider's codebase: ``` grep -ri "bug in" grep -ri "tracker" grep -ri "inconsistent

Re: Introduction

2022-05-13 Thread Suresh Kumar Anaparti
Welcome Jamie! Regards, Suresh On Thu, May 12, 2022 at 7:54 PM Jamie Pell wrote: > > Hi all, > > I've recently started working with Ivet and helping her out with some of the > community marketing for the CloudStack community - so just wanted to say hi > to everybody. > > Ivet has recently

Re: Introduction

2022-05-13 Thread Rohit Yadav
Welcome Jamie! Regards. From: David Jumani Sent: Friday, May 13, 2022 15:07 To: dev@cloudstack.apache.org Subject: Re: Introduction Welcome Jamie! From: Jamie Pell Sent: Thursday, May 12, 2022 7:53 PM To:

Re: IPV6 in Isolated/VPC networks

2022-05-13 Thread Abhishek Kumar
Hi Wido, Wei, I've created a PR to have static route in the event description, https://github.com/apache/cloudstack/pull/6389 Can you please check. Regards, Abhishek From: Wido den Hollander Sent: 13 May 2022 15:30 To: dev@cloudstack.apache.org ; Wei ZHOU

Re: IPV6 in Isolated/VPC networks

2022-05-13 Thread Wido den Hollander
Op 13-05-2022 om 11:39 schreef Wei ZHOU: Hi Wido, We do not allocate an ipv6 subnet to a VPC. Instead, we allocate an ipv6 subnet for each vpc tier. These subnets have the same gateway (ipv6 addr in VR). for example ipv6 route fd23:313a:2f53:3111::/64 fd23:313a:2f53:3000:1c00:baff:fe00:4

Re: IPV6 in Isolated/VPC networks

2022-05-13 Thread Wei ZHOU
Hi Wido, We do not allocate an ipv6 subnet to a VPC. Instead, we allocate an ipv6 subnet for each vpc tier. These subnets have the same gateway (ipv6 addr in VR). for example ipv6 route fd23:313a:2f53:3111::/64 fd23:313a:2f53:3000:1c00:baff:fe00:4 ipv6 route fd23:313a:2f53:3112::/64

Re: Introduction

2022-05-13 Thread David Jumani
Welcome Jamie! From: Jamie Pell Sent: Thursday, May 12, 2022 7:53 PM To: dev@cloudstack.apache.org Subject: Introduction Hi all, I've recently started working with Ivet and helping her out with some of the community marketing for the CloudStack community - so

RE: IPV6 in Isolated/VPC networks

2022-05-13 Thread Alex Mattioli
> But there can be multiple networks behind the VPC router or not? If there are > multiple networks you need >/64 as you can then allocate /64s from that larger subnet. Yes, there will be multiple /64s in a VPC, but they are very likely to be non-contiguous, so in general we should treat as

Re: IPV6 in Isolated/VPC networks

2022-05-13 Thread Wido den Hollander
Op 12-05-2022 om 16:10 schreef Alex Mattioli: ipv6 route fd23:313a:2f53:3cbf::/64 fd23:313a:2f53:3000:1c00:baff:fe00:4 That's correct Ok. So in that case the subnet would be very welcome to be present in the message on the bus. Or a larger subnet: ipv6 route fd23:313a:2f53:3c00::/56

Re: Introduction

2022-05-13 Thread Wei ZHOU
Welcome Jamie !! Kind regards, Wei On Thu, 12 May 2022 at 16:23, Jamie Pell wrote: > Hi all, > > I've recently started working with Ivet and helping her out with some of > the community marketing for the CloudStack community - so just wanted to > say hi to everybody. > > Ivet has recently gone

Re: Introduction

2022-05-13 Thread Abhishek Kumar
Welcome Jamie! Regards, Abhishek From: Jamie Pell Sent: 12 May 2022 19:53 To: dev@cloudstack.apache.org Subject: Introduction Hi all, I've recently started working with Ivet and helping her out with some of the community marketing for the CloudStack community