Re: VPC virtual router NIC limit

2016-01-07 Thread Erik Weber
On Thu, Jan 7, 2016 at 11:28 AM, Remi Bergsma 
wrote:

> Hoi Erik,
>
> You then don’t need eth interfaces for each tier and create a virtual
> interface in the openvswitch bridge instead. This has virtually no limit.
>
>
I considered the eth0.100 as virtual as well, but truly virtual is fine :-)


> Openvswitch also brings features like vxlan connections between routers
> and such, so could be very interesting.
>
>
vxlan as isolation in general would be interesting too

+1, for 4.9 release? ;-)

-- 
Erik


Re: VPC virtual router NIC limit

2016-01-07 Thread Remi Bergsma
Hoi Erik,

You then don’t need eth interfaces for each tier and create a virtual interface 
in the openvswitch bridge instead. This has virtually no limit.

Openvswitch also brings features like vxlan connections between routers and 
such, so could be very interesting.

Regards,
Remi






On 07/01/16 08:30, "Erik Weber"  wrote:

>From a technical or code perspective?
>
>How would changing to openvswitch change anything in this scenario?
>
>-- 
>Erik
>
>On Thu, Jan 7, 2016 at 7:16 AM, Remi Bergsma 
>wrote:
>
>> I don't think that would work. Instead, we could change to openvswitch as
>> that makes it way more flexibele. As far as I know there are no plans / is
>> no one working on that right now.
>>
>> Sent from my iPhone
>>
>> > On 06 Jan 2016, at 23:52, Erik Weber  wrote:
>> >
>> > A theoretical change could be to switch from VLAN assigned VIFs to using
>> > the VLAN feature in Linux kernel. That would give interface names like
>> > eth0.100 instead of eth0-6. Would need one NIC for each physical Network
>> > though.
>> >
>> > And I do not know if all hypervisors supports trunk ports.
>> >
>> >
>> > Erik
>> >
>> > Den mandag 28. desember 2015 skrev Davide Pala 
>> > følgende:
>> >
>> >> Hi all.
>> >> I've read about vpc and tiers, now i've a question. VPC's virtual router
>> >> is a virtual machine and as the other vm it have some limit such as the
>> max
>> >> number of nic that an hypervisor can provide to vm (in xenserver this
>> limit
>> >> is set to 7) ...this mean that the vpc can have only 6 tier? there is a
>> way
>> >> to bypass this limit?
>> >> thanks to all
>> >>
>> >> Davide Pala
>> >> Infrastructure Specialist
>> >> Gesca srl
>> >>
>> >> Via degli Olmetti, 18
>> >> 00060 Formello (Roma)
>> >> Office:  +39 06 9040661
>> >> Fax: +39 06 9040
>> >> E-mail: davide.p...@gesca.it > >> >
>> >> Web:www.gesca.it
>> >>
>> >> [Descrizione: Descrizione: Descrizione: Descrizione: Descrizione:
>> >> Descrizione: logoGescaPER FIRMA]
>> >>
>> >>
>>


Re: VPC virtual router NIC limit

2016-01-06 Thread Erik Weber
>From a technical or code perspective?

How would changing to openvswitch change anything in this scenario?

-- 
Erik

On Thu, Jan 7, 2016 at 7:16 AM, Remi Bergsma 
wrote:

> I don't think that would work. Instead, we could change to openvswitch as
> that makes it way more flexibele. As far as I know there are no plans / is
> no one working on that right now.
>
> Sent from my iPhone
>
> > On 06 Jan 2016, at 23:52, Erik Weber  wrote:
> >
> > A theoretical change could be to switch from VLAN assigned VIFs to using
> > the VLAN feature in Linux kernel. That would give interface names like
> > eth0.100 instead of eth0-6. Would need one NIC for each physical Network
> > though.
> >
> > And I do not know if all hypervisors supports trunk ports.
> >
> >
> > Erik
> >
> > Den mandag 28. desember 2015 skrev Davide Pala 
> > følgende:
> >
> >> Hi all.
> >> I've read about vpc and tiers, now i've a question. VPC's virtual router
> >> is a virtual machine and as the other vm it have some limit such as the
> max
> >> number of nic that an hypervisor can provide to vm (in xenserver this
> limit
> >> is set to 7) ...this mean that the vpc can have only 6 tier? there is a
> way
> >> to bypass this limit?
> >> thanks to all
> >>
> >> Davide Pala
> >> Infrastructure Specialist
> >> Gesca srl
> >>
> >> Via degli Olmetti, 18
> >> 00060 Formello (Roma)
> >> Office:  +39 06 9040661
> >> Fax: +39 06 9040
> >> E-mail: davide.p...@gesca.it  >> >
> >> Web:www.gesca.it
> >>
> >> [Descrizione: Descrizione: Descrizione: Descrizione: Descrizione:
> >> Descrizione: logoGescaPER FIRMA]
> >>
> >>
>


Re: VPC virtual router NIC limit

2016-01-06 Thread Remi Bergsma
I don't think that would work. Instead, we could change to openvswitch as that 
makes it way more flexibele. As far as I know there are no plans / is no one 
working on that right now. 

Sent from my iPhone

> On 06 Jan 2016, at 23:52, Erik Weber  wrote:
> 
> A theoretical change could be to switch from VLAN assigned VIFs to using
> the VLAN feature in Linux kernel. That would give interface names like
> eth0.100 instead of eth0-6. Would need one NIC for each physical Network
> though.
> 
> And I do not know if all hypervisors supports trunk ports.
> 
> 
> Erik
> 
> Den mandag 28. desember 2015 skrev Davide Pala 
> følgende:
> 
>> Hi all.
>> I've read about vpc and tiers, now i've a question. VPC's virtual router
>> is a virtual machine and as the other vm it have some limit such as the max
>> number of nic that an hypervisor can provide to vm (in xenserver this limit
>> is set to 7) ...this mean that the vpc can have only 6 tier? there is a way
>> to bypass this limit?
>> thanks to all
>> 
>> Davide Pala
>> Infrastructure Specialist
>> Gesca srl
>> 
>> Via degli Olmetti, 18
>> 00060 Formello (Roma)
>> Office:  +39 06 9040661
>> Fax: +39 06 9040
>> E-mail: davide.p...@gesca.it > >
>> Web:www.gesca.it
>> 
>> [Descrizione: Descrizione: Descrizione: Descrizione: Descrizione:
>> Descrizione: logoGescaPER FIRMA]
>> 
>> 


Re: VPC virtual router NIC limit

2016-01-06 Thread Erik Weber
A theoretical change could be to switch from VLAN assigned VIFs to using
the VLAN feature in Linux kernel. That would give interface names like
eth0.100 instead of eth0-6. Would need one NIC for each physical Network
though.

And I do not know if all hypervisors supports trunk ports.


Erik

Den mandag 28. desember 2015 skrev Davide Pala 
følgende:

> Hi all.
> I've read about vpc and tiers, now i've a question. VPC's virtual router
> is a virtual machine and as the other vm it have some limit such as the max
> number of nic that an hypervisor can provide to vm (in xenserver this limit
> is set to 7) ...this mean that the vpc can have only 6 tier? there is a way
> to bypass this limit?
> thanks to all
>
> Davide Pala
> Infrastructure Specialist
> Gesca srl
>
> Via degli Olmetti, 18
> 00060 Formello (Roma)
> Office:  +39 06 9040661
> Fax: +39 06 9040
> E-mail: davide.p...@gesca.it  >
> Web:www.gesca.it
>
> [Descrizione: Descrizione: Descrizione: Descrizione: Descrizione:
> Descrizione: logoGescaPER FIRMA]
>
>


RE: VPC virtual router NIC limit

2015-12-28 Thread Davide Pala
i've setup a new network offert on the VPC but i can't see it when i try to add 
a new network ... i suppose that i've done something wrong but think that the 
VLANs are the correct path 
Davide Pala
Infrastructure Specialist
Gesca srl

Via degli Olmetti, 18
00060 Formello (Roma)
Office:  +39 06 9040661
Fax: +39 06 9040
E-mail: davide.p...@gesca.it
Web:www.gesca.it





Da: Kevin Walker [kwal...@virtualviolet.net]
Inviato: lunedì 28 dicembre 2015 11.26
A: users@cloudstack.apache.org
Oggetto: Re: VPC virtual router NIC limit

Hi Davide

I know very little about the VPC router, just getting started with CloudStack. 
But have you thought about creating virtual interfaces via vlans?

Kind regards

Kevin Walker
+968 99371303
+44 7714303479

On Dec 28, 2015, at 10:12, Davide Pala  wrote:

Hi all.
I've read about vpc and tiers, now i've a question. VPC's virtual router is a 
virtual machine and as the other vm it have some limit such as the max number 
of nic that an hypervisor can provide to vm (in xenserver this limit is set to 
7) ...this mean that the vpc can have only 6 tier? there is a way to bypass 
this limit?
thanks to all

Davide Pala
Infrastructure Specialist
Gesca srl

Via degli Olmetti, 18
00060 Formello (Roma)
Office:  +39 06 9040661
Fax: +39 06 9040
E-mail: davide.p...@gesca.it<mailto:davide.p...@gesca.it>
Web:www.gesca.it<http://www.gesca.it/>

[Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: 
logoGescaPER FIRMA]



Re: VPC virtual router NIC limit

2015-12-28 Thread Kevin Walker
Hi Davide

I know very little about the VPC router, just getting started with CloudStack. 
But have you thought about creating virtual interfaces via vlans?

Kind regards

Kevin Walker
+968 99371303
+44 7714303479

On Dec 28, 2015, at 10:12, Davide Pala  wrote:

Hi all.
I've read about vpc and tiers, now i've a question. VPC's virtual router is a 
virtual machine and as the other vm it have some limit such as the max number 
of nic that an hypervisor can provide to vm (in xenserver this limit is set to 
7) ...this mean that the vpc can have only 6 tier? there is a way to bypass 
this limit?
thanks to all

Davide Pala
Infrastructure Specialist
Gesca srl

Via degli Olmetti, 18
00060 Formello (Roma)
Office:  +39 06 9040661
Fax: +39 06 9040
E-mail: davide.p...@gesca.it
Web:www.gesca.it

[Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: 
logoGescaPER FIRMA]



VPC virtual router NIC limit

2015-12-28 Thread Davide Pala
Hi all.
I've read about vpc and tiers, now i've a question. VPC's virtual router is a 
virtual machine and as the other vm it have some limit such as the max number 
of nic that an hypervisor can provide to vm (in xenserver this limit is set to 
7) ...this mean that the vpc can have only 6 tier? there is a way to bypass 
this limit?
thanks to all

Davide Pala
Infrastructure Specialist
Gesca srl

Via degli Olmetti, 18
00060 Formello (Roma)
Office:  +39 06 9040661
Fax: +39 06 9040
E-mail: davide.p...@gesca.it
Web:www.gesca.it

[Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: Descrizione: 
logoGescaPER FIRMA]