Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-05 Thread Joseph Bajin
I believe you can actually do this in Liberty.. http://docs.openstack.org/liberty/networking-guide/adv-config-network-rbac.html On Mon, Oct 3, 2016 at 1:00 AM, Kevin Benton wrote: > You will need mitaka to get an external network that is only available to > specific

Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-05 Thread Matt Kassawara
In that case, you probably need the RBAC features in Mitaka. On Wed, Oct 5, 2016 at 6:11 AM, Saverio Proto wrote: > > Alternatively, you could drop the 'external' attribute and attach your > > instances directly to the provider network (no routers or private > networks). > >

Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-05 Thread Saverio Proto
> Alternatively, you could drop the 'external' attribute and attach your > instances directly to the provider network (no routers or private networks). I can't. Because in my network design I do not have all the compute nodes on a common L2 segment. I have a l3 fabric between the compute nodes.

Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-03 Thread Saverio Proto
Sorry I missed the Mailing List in the Cc: Saverio 2016-10-03 9:15 GMT+02:00 Saverio Proto : > Hello Kevin, > > thanks for your answer. > > so far I managed to make the network not shared just by making it not > external. Because I dont need NAT and floatingips this will match

Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-03 Thread Saverio Proto
Hello Matt, first of all in the file : plugins/ml2/openvswitch_agent.ini you need to have bridge mappings, in my case for example: bridge_mappings = physnet1:br-eth3,physnet2:br-eth4 this will define what physnet1 means in the openstack context. To create the external network I do: openstack

Re: [Openstack-operators] Reserve an external network for 1 tenant

2016-10-02 Thread Matt Kassawara
How are you creating the provider (external) network? On Thu, Sep 29, 2016 at 6:01 AM, Saverio Proto wrote: > Hello, > > Context: > - openstack liberty > - ubuntu trusty > - neutron networking with vxlan tunnels > > we have been running Openstack with a single external