Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-12 Thread Dan Wendlandt
Robert, yes, I'm sure in certain configurations and with certain tuning, one can potentially place all services on a single device, and Quantum supports that just fine as well. For the sake of documentation, we wanted to show the case where the two were separated, as this tends to be what we see d

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-11 Thread Choe, Cheng-Dae
and then... ping back from controller_ip(metata_ip) to your instance. if your instance has a private subnet you should manage the route back to instance. matadata traffic is connected to metadata_ip via DNAT iptables rule. so metadata api server should connect to instance directly. i have follow

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Veera Reddy
Hi, In my setup metadata_ip is controller ip. I am able to ping to controller from network node. Regards, Veera. On Fri, Nov 9, 2012 at 7:02 PM, Choe, Cheng-Dae wrote: > > First. Ping to your metadata_ip in network router namespace. > > 2012년 11월 9일 금요일에 Veera Reddy님이 작성: > > Hi Skible, >> >>

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Choe, Cheng-Dae
First. Ping to your metadata_ip in network router namespace. 2012년 11월 9일 금요일에 Veera Reddy님이 작성: > Hi Skible, > > I followed the install guide > > https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst > > I am able to bring up gues

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Veera Reddy
Hi Skible, I followed the install guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst I am able to bring up guest, but unable to get ip to guest vm from network node. Also attached respective configuraion files . Please h

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Veera Reddy
Hi Skible, I followed the install guide https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst I am able to bring up guest, but unable to get ip to guest vm from network node. Also attached respective configuraion files . Please h

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-09 Thread Choe, Cheng-Dae
as you know. I already setup my environment with below - controller: all the things except nova-compute, quantum-l3,dhcp-agent - network: quantum-l3-agent, quantum-dhcp-agent - compute*2: nova-compute and the chef installation was already opened in my github. please refer https://github.com/white

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Le 09/11/2012 03:56, Robert Garron a écrit : Myself, if I can get past my current nova and horizon issues, What are your nova and horizon issues, i will be glad to help you out ! ___ Mailing list: https://launchpad.net/~openstack Post to : opens

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Robert Garron
Dan, I see your point about throughput and I/O, but if you have a multi-core server, greater than say 4 cores, and thus likely you would have multiple NICs, 2 or More, your assumptions fall apart about the cpu usage and I/o. For example, using XEN or Qemu or in the older systems where this c

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Thank you Dan for shedding light on this matter. However, there is something concerns me and a lot of other people trying to deploy OpenStack is that most Servers has 2 NICs which creates a problem because your Demo is a great one but the necessary hardware is just not always met ! I have bee

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Dan Wendlandt
Hi, The Quantum Admin Guide indicates that you can choose to combine all services onto a single node, or have separate nodes: http://docs.openstack.org/trunk/openstack-network/admin/content/services.html I will update the text to indicate that that the main reason to use a dedicated network gatew

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Le 08/11/2012 18:26, Robert Garron a écrit : Robert Garron Welcome aboard Dear Robert ! I can't wait to hear your suggestions and feedbacks. my personal mail is bilel.mse...@telecom-sudparis.eu, i am pretty sure we will collaborate together to make this guide even better ;) __

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Can someone please enlighten us about the goods of having a separated network node ? I honestly work in production envirnoments (over 30 nodes) and i really give computing resources more credit than networking ones ! Am i doing it the wrong way here ? Le 08/11/2012 18:49, balaji patnala a écri

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread balaji patnala
Hi Openers, One doubt i have is like, as we see in the demo setup in the Quantum Admin guide available in openstack.org, we have Network Node as a seperate physical node connected to Controller Node and Compute Node. But i see that the openstack community who is actively using Folsom is not discu

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Robert Garron
unces+xiaohong.qin=emc@lists.launchpad.net] *On Behalf Of *Skible OpenStack *Sent:* Thursday, November 08, 2012 1:28 AM *To:* openstack@lists.launchpad.net *Subject:* [Openstack] OpenStack (+ Quantum Deployment) Scenarios Hello Stackers ! I am currently trying to create pictures of my Open

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Choe, Cheng-Dae
[mailto:openstack-bounces+xiaohong.qin=emc@lists.launchpad.net] On Behalf > Of Skible OpenStack > Sent: Thursday, November 08, 2012 1:28 AM > To: openstack@lists.launchpad.net > Subject: [Openstack] OpenStack (+ Quantum Deployment) Scenarios > > Hello Stackers ! > >

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Qin, Xiaohong
@lists.launchpad.net] On Behalf Of Skible OpenStack Sent: Thursday, November 08, 2012 1:28 AM To: openstack@lists.launchpad.net Subject: [Openstack] OpenStack (+ Quantum Deployment) Scenarios Hello Stackers ! I am currently trying to create pictures of my OpenStack deployment architecture as a part of my

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
OpenStack Folsom install guide You will find what you want and even more ;) Le 08/11/2012 14:30, Veera Reddy a écrit : Hi Skible, Can you please send me below configurat

Re: [Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Veera Reddy
Hi Skible, Can you please send me below configuration files of three setups you have mentioned. - ovs_quantum_plugin.ini (For controller and node) - nova.conf (For controller and node) Thanks in advance Regards, Veera. On Thu, Nov 8, 2012 at 2:57 PM, Skible OpenStack wrote: > Hello

[Openstack] OpenStack (+ Quantum Deployment) Scenarios

2012-11-08 Thread Skible OpenStack
Hello Stackers ! I am currently trying to create pictures of my OpenStack deployment architecture as a part of my OpenStack Folsom install guide and i would like to ask a f