Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-03-08 Thread Matt Riedemann
On 2/5/2018 11:44 PM, Massimo Sgaravatto wrote: But if I try to specify the long list of projects, I get:a "Value ... is too long" error message [*]. I can see two workarounds for this problem: 1) Create an host aggregate per project: HA1 including CA1, C2, ... Cx and with

Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-12 Thread Saverio Proto
> If you’re willing to, I could share with you a way to get a FrankeinCloud > using a Docker method with kolla to get a pike/queens/whatever cloud at the > same time that your Ocata one. I am interested in knowing more about this. If you have any link / blog post please share them :) thank you

Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-06 Thread Jay Pipes
On 02/06/2018 04:26 AM, Flint WALRUS wrote: Aren’t CellsV2 more adapted to what you’re trying to do? No, cellsv2 are not user-facing nor is there a way to segregate certain tenants on to certain cells. Host aggregates are the appropriate way to structure this grouping. Best, -jay Le mar.

Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-06 Thread Flint WALRUS
If you’re willing to, I could share with you a way to get a FrankeinCloud using a Docker method with kolla to get a pike/queens/whatever cloud at the same time that your Ocata one. Le mar. 6 févr. 2018 à 11:15, Massimo Sgaravatto < massimo.sgarava...@gmail.com> a écrit : > Thanks for your answer.

Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-06 Thread Massimo Sgaravatto
Thanks for your answer. As far as I understand CellsV2 are present in Pike and later. I need to implement such use case in an Ocata Openstack based cloud Thanks, Massimo 2018-02-06 10:26 GMT+01:00 Flint WALRUS : > Aren’t CellsV2 more adapted to what you’re trying to do?

Re: [Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-06 Thread Flint WALRUS
Aren’t CellsV2 more adapted to what you’re trying to do? Le mar. 6 févr. 2018 à 06:45, Massimo Sgaravatto < massimo.sgarava...@gmail.com> a écrit : > Hi > > I want to partition my OpenStack cloud so that: > > - Project p1, p2, .., pn can use only compute nodes C1, C2, ... Cx > - Projects pn+1..

[Openstack-operators] AggregateMultiTenancyIsolation with multiple (many) projects

2018-02-05 Thread Massimo Sgaravatto
Hi I want to partition my OpenStack cloud so that: - Project p1, p2, .., pn can use only compute nodes C1, C2, ... Cx - Projects pn+1.. pm can use only compute nodes Cx+1 ... Cy I read that CERN addressed this use case implementing the ProjectsToAggregateFilter but, as far as I understand, this