Re: [Openstack] metadata api with Quantum and provider networks

2012-10-10 Thread Dan Wendlandt
On Wed, Oct 10, 2012 at 8:57 AM, Jānis Ģeņģeris wrote: > Hi, > > Thanks for you patience Dan answering all the questions, I have solved all > the issues and got the thing working. > > I could possibly add some content to the Quantum docs about my experience, > who should I contant in this regard?

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-10 Thread Jānis Ģeņģeris
Hi, Thanks for you patience Dan answering all the questions, I have solved all the issues and got the thing working. I could possibly add some content to the Quantum docs about my experience, who should I contant in this regard? Regards, --janis ___ Ma

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-09 Thread Dan Wendlandt
On Tue, Oct 9, 2012 at 7:51 AM, Jānis Ģeņģeris wrote: > Hi, > > I have managed to create the Quantum router so that all the VMs created on > provider network are going through it. I had to simply use > router-interface-add. > > But I have now the problem with accessing metadata service. As L3 agen

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-09 Thread Jānis Ģeņģeris
Hi, I have managed to create the Quantum router so that all the VMs created on provider network are going through it. I had to simply use router-interface-add. But I have now the problem with accessing metadata service. As L3 agent adds DNAT rule in router, the packets are rewritten and arrives a

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
Here is the output, with few details. # quantum router-show router_vlan1501 +---+--+ | Field | Value| +---+--+ | admin_state_up| T

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Dan Wendlandt
On Mon, Oct 8, 2012 at 12:27 PM, Jānis Ģeņģeris wrote: > On Mon, Oct 8, 2012 at 6:24 PM, Dan Wendlandt wrote: >> >> On Mon, Oct 8, 2012 at 7:52 AM, Jānis Ģeņģeris >> wrote: >> > Hello, >> > >> > When using provider networks in Quantum, where should the metadata >> > service >> > rule mapping (e.

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
On Mon, Oct 8, 2012 at 6:24 PM, Dan Wendlandt wrote: > On Mon, Oct 8, 2012 at 7:52 AM, Jānis Ģeņģeris > wrote: > > Hello, > > > > When using provider networks in Quantum, where should the metadata > service > > rule mapping (e.g. 169.254.169.254:80 -> metadata_server:metadata_port) > must > > be

Re: [Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Dan Wendlandt
On Mon, Oct 8, 2012 at 7:52 AM, Jānis Ģeņģeris wrote: > Hello, > > When using provider networks in Quantum, where should the metadata service > rule mapping (e.g. 169.254.169.254:80 -> metadata_server:metadata_port) must > be set? > > For example, for floating IPs l3-agent handles this, but for pr

[Openstack] metadata api with Quantum and provider networks

2012-10-08 Thread Jānis Ģeņģeris
Hello, When using provider networks in Quantum, where should the metadata service rule mapping (e.g. 169.254.169.254:80 -> metadata_server:metadata_port) must be set? For example, for floating IPs l3-agent handles this, but for provider networks router is not used. I tried to set custom iptables