Re: [Openstack] [Quantum] V2 Grizzly net-gateway-xxx 404

2013-04-26 Thread Darragh O'Reilly


have a look at this
https://answers.launchpad.net/quantum/+question/227321

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] V2 Grizzly net-gateway-xxx 404

2013-04-26 Thread Heiko Krämer
So the usecase is,

i've a shared private net for shared services that can use by all tenants.

I've created a router, shared-net and subnet for this.
Now i'm trying to attach to the user-tenant router an interface with any
IP of the service-shared net, but thats not working:

quantum router-interface-add 424a4e14-54c1-4cd3-b0ef-69deeba3d24c
7e522217-4633-4def-b1eb-5be2eb3f2335
Unable to complete operation for network
39610c0f-228f-4a78-b65c-e523f49bbeed. The IP address 10.0.101.1 is in use.

It's possible to attach an interface of an other subnet to a router ?
It's to make it possible to communicate between user-tenant and
shared-tenant (not external network).

I'm using openvswitch and gre with namespaces so for each tenant one router.


I'm trying now since many hours to combine two internal networks...

Usecase:

tenant1 (10.0.0.0/24):
router1
vm1:
IP: 10.0.0.20

tenant2(10.0.1.0/24):
router2
vm2:
IP: 10.0.1.8

tenant3(10.0.2.0/24):
router3
vm3
ip: 10.0.2.9


now should it possible:
connect from vm1 and vm2 to vm3
not from vm1 to vm2

i need attach a port of the shared-net to the router of each tenant


I'm going to crazy :D


Greetings and thx
Heiko


On 26.04.2013 12:53, Akihiro MOTOKI wrote:
> Hi Heiko,
>
> net-gateway-* feature is provided by network gateway extension.
> This extension is specific to Nicira NVP plugin and not supported by
> other plugins (in Grizzly release).
>
> Thanks,
> Akihiro
>
>
>
> 2013/4/26 Heiko Krämer  >
>
> Hey guys,
>
> I'm trying to use:
> /quantum net-gateway-list /
>
> or something else of this command. I get every time 404:
>
> /quantum net-gateway-list//
> //404 Not Found//
> //
> //The resource could not be found.//
> /
> I think any extension is missing in my conf?! But i can't find any
> doc :(
>
> quantum.conf:
> /
> core_plugin =
> quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2//
> //service_plugins =
> quantum.plugins.services.agent_loadbalancer.plugin.LoadBalancerPlugin//
> //router_scheduler_driver =
> quantum.scheduler.l3_agent_scheduler.ChanceScheduler/
>
>
>
> Greetings and Thx
> Heiko
>
> ___
> Mailing list: https://launchpad.net/~openstack
> 
> Post to : openstack@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~openstack
> 
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
> -- 
> Akihiro MOTOKI mailto:amot...@gmail.com>>

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] V2 Grizzly net-gateway-xxx 404

2013-04-26 Thread Heiko Krämer
All right,

thx for the information Akihiro.

greetings
Heiko

On 26.04.2013 12:53, Akihiro MOTOKI wrote:
> Hi Heiko,
>
> net-gateway-* feature is provided by network gateway extension.
> This extension is specific to Nicira NVP plugin and not supported by
> other plugins (in Grizzly release).
>
> Thanks,
> Akihiro
>
>
>
> 2013/4/26 Heiko Krämer  >
>
> Hey guys,
>
> I'm trying to use:
> /quantum net-gateway-list /
>
> or something else of this command. I get every time 404:
>
> /quantum net-gateway-list//
> //404 Not Found//
> //
> //The resource could not be found.//
> /
> I think any extension is missing in my conf?! But i can't find any
> doc :(
>
> quantum.conf:
> /
> core_plugin =
> quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2//
> //service_plugins =
> quantum.plugins.services.agent_loadbalancer.plugin.LoadBalancerPlugin//
> //router_scheduler_driver =
> quantum.scheduler.l3_agent_scheduler.ChanceScheduler/
>
>
>
> Greetings and Thx
> Heiko
>
> ___
> Mailing list: https://launchpad.net/~openstack
> 
> Post to : openstack@lists.launchpad.net
> 
> Unsubscribe : https://launchpad.net/~openstack
> 
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
> -- 
> Akihiro MOTOKI mailto:amot...@gmail.com>>

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Quantum] V2 Grizzly net-gateway-xxx 404

2013-04-26 Thread Akihiro MOTOKI
Hi Heiko,

net-gateway-* feature is provided by network gateway extension.
This extension is specific to Nicira NVP plugin and not supported by other
plugins (in Grizzly release).

Thanks,
Akihiro



2013/4/26 Heiko Krämer 

>  Hey guys,
>
> I'm trying to use:
> *quantum net-gateway-list *
>
> or something else of this command. I get every time 404:
>
> *quantum net-gateway-list**
> **404 Not Found**
> **
> **The resource could not be found.**
> *
> I think any extension is missing in my conf?! But i can't find any doc :(
>
> quantum.conf:
> *
> core_plugin =
> quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2**
> **service_plugins =
> quantum.plugins.services.agent_loadbalancer.plugin.LoadBalancerPlugin**
> **router_scheduler_driver =
> quantum.scheduler.l3_agent_scheduler.ChanceScheduler*
>
>
>
> Greetings and Thx
> Heiko
>
> ___
> Mailing list: https://launchpad.net/~openstack
> Post to : openstack@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Akihiro MOTOKI 
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [Quantum] V2 Grizzly net-gateway-xxx 404

2013-04-26 Thread Heiko Krämer
Hey guys,

I'm trying to use:
/quantum net-gateway-list /

or something else of this command. I get every time 404:

/quantum net-gateway-list//
//404 Not Found//
//
//The resource could not be found.//
/
I think any extension is missing in my conf?! But i can't find any doc :(

quantum.conf:
/
core_plugin =
quantum.plugins.openvswitch.ovs_quantum_plugin.OVSQuantumPluginV2//
//service_plugins =
quantum.plugins.services.agent_loadbalancer.plugin.LoadBalancerPlugin//
//router_scheduler_driver =
quantum.scheduler.l3_agent_scheduler.ChanceScheduler/



Greetings and Thx
Heiko
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp