Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Aaron Rosen
You should be able to compile openvswitch from source here : http://openvswitch.org/download/ and then you'll get tunnel support. Aaron On Tue, Jul 9, 2013 at 10:21 PM, Haitao Jiang wrote: > Aaron & Chandler > > Thanks a lot for the help. I should have mentioned that the host OS is > CentOS 6.

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Haitao Jiang
Aaron & Chandler Thanks a lot for the help. I should have mentioned that the host OS is CentOS 6.4 (specifically the kernel from RedHat RDO). I googled and found that it may not have gre tunneling support. Is there anyone who has successfully set up gre with RDO's kernel or it is just can not be d

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Aaron Rosen
I'd check the quantum openvswitch agent log files. I'd guess the reason this isn't working is because your kernel isn't using the openvswitch kernel module that has tunnel support. Aaron On Tue, Jul 9, 2013 at 9:19 AM, Haitao Jiang wrote: > I just set up a multi-node Grizzly release 2013.2 wit

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Chandler Li
Hi Haitao, There should be GRE full mesh links being created in br-tun while you created a VM successfully in Quantum ovs plugin GRE mode, just like: Bridge br-tun Port "gre-x" Interface "gre-x" type: gre options: {in_key=flow, out_key=flow, rem

Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-07-09 Thread Hathaway.Jon
Thanks Alessandro - I'll add it our test processes! Jon Hathaway Distinguished Architect International Game Technology (UK) Office (US): +1 702 669 8185, (x698185) Mobile (UK): +44 7799 711 981 jon.hatha...@igt.com From: Openstack [mailto:openstack-bounces+jon.hath

[Openstack] HA in Quantum

2013-07-09 Thread Hathaway.Jon
All I was wondering whether my current understanding of HA in Quantum is currently correct or not as there does seem to be a little confusion. >From what I understand, the Quantum Service, DHCP and L3 agents are all >supported through Pacemaker RA's or using the native messaging in Openstack >

Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-09 Thread Shake Chen
https://blueprints.launchpad.net/nova/+spec/quota-instance-resource In my view the instance recourse like cpu, network, disk io quota feature have in Grizzly. we just need to add the feature to Horizon. On Wed, Jul 10, 2013 at 3:53 AM, Bruno Oliveira ~lychinus < brunnop.olive...@gmail.com> wrot

Re: [Openstack] OpenStack with kernel parameters

2013-07-09 Thread Hao Wang
I have got this concern for the path of ip packets will traverse many interfaces to get out and in. I don't know if any one has this kind of environment to have a comparison test on performance among different visualization technologies. Even not for performance, it is helpful to know the details

Re: [Openstack] Networking with Nova

2013-07-09 Thread Adrian Smith
> when I create an instance via nova, can I specify which network the instance > should e attached to? For example, suppose that I have > three VM in a compute node each of them is attached to a network 1,2,3, I > want to add the fourth one and specify that this VM > should be attached in network

Re: [Openstack] Grizzly Compute gives error

2013-07-09 Thread Adrian Smith
I'm guessing you've checked all the basic stuff but without anything else to go on I'd check, i) is MySQL up and running? ii) is MySQL bound to 0.0.0.0 (as per the instructions on the setup page, i.e. sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf iii) can you connect to MySQL from another host

Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-09 Thread Bruno Oliveira ~lychinus
Hello, any thoughts on this ? Thank you -- Bruno Oliveira Developer, Software Engineer irc: lychinus | skype: brunnop.oliveira brunnop.olive...@gmail.com On Mon, Jul 1, 2013 at 4:22 PM, Bruno Oliveira ~lychinus wrote: > Hello Stackers, > > Today morning I saw an interesting question regardi

[Openstack] Devstack + nginx + scalability

2013-07-09 Thread Geronimo Orozco
Hi, I am very interested in scalabity and HA with horizon is there any effort to provide nginx to devstack ? Where can I join to that effort ? I just joined to this blueprint: https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-webscale Any other interested ? -Geronimo ___

Re: [Openstack] which API can do these?

2013-07-09 Thread Anne Gentle
Hi Peter, Some doc links below. On Tue, Jul 9, 2013 at 4:59 AM, Peter Cheung wrote: > Hi All > which API can do these? > > 1) adjust the RAM size, no of CPU core to an instance > For 1) the keyword you want to look for in the docs is flavors. You can read more at http://docs.openstack.org/tr

[Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Haitao Jiang
I just set up a multi-node Grizzly release 2013.2 with 1 controller node, 1 network node and 1 compute node. I use GRE tunneling. I create one VM on the compute node and was not able to ssh to it using netns. One thing I noticed is that on my compute node, I do not have br-int and br-tun in the l

Re: [Openstack] Networking with Nova

2013-07-09 Thread Ritesh Nanda
Hello, It is very much possible to specify the network to which you want vm to attach, but for that you need to use quantum. You can even do it from the horizon web interface. On Tue, Jul 9, 2013 at 9:01 PM, othmane wrote: > Hi all, > > ** ** > > Im newbie to openstack, my question is: wh

Re: [Openstack] OpenStack with kernel parameters

2013-07-09 Thread Matthew Thode
On 07/09/2013 10:49 AM, Hao Wang wrote: > Hi experts, > > I am thinking there is a situation when OpenStack has been deployed but the > performance is not satisfying. If I would like to tune some certain > parameters of Linux kernel, how could I know which parameter is needed to > be changed? Is t

[Openstack] OpenStack with kernel parameters

2013-07-09 Thread Hao Wang
Hi experts, I am thinking there is a situation when OpenStack has been deployed but the performance is not satisfying. If I would like to tune some certain parameters of Linux kernel, how could I know which parameter is needed to be changed? Is there a document explaining the list of the output of

[Openstack] Networking with Nova

2013-07-09 Thread othmane
Hi all, Im newbie to openstack, my question is: when I create an instance via nova, can I specify which network the instance should e attached to? For example, suppose that I have three VM in a compute node each of them is attached to a network 1,2,3, I want to add the fourth one and specify th

Re: [Openstack] [SWIFT] raising network traffic on the storage node

2013-07-09 Thread Klaus Schürmann
I measured the network traffic with darkstat: server In Out Total storagenode1699,118,562 679,077,971 1,378,196,533 storagenode2168,636,360 165,050,575 333,686,935 storagenode3166,583,442 164,405,402 330,988,844 st

Re: [Openstack] [Horizon] [UX] phabriactor/pholio as a possible UX option

2013-07-09 Thread Jaromir Coufal
On 2013/27/06 09:37, Thierry Carrez wrote: As a data point, Discourse could also be a solution: http://www.discourse.org/ It's clearly a discussion tool (including pretty advanced threading, post likes, etc.), and messages can contain images. See a design discussion for example at: http://test

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Michael Still
On Tue, Jul 9, 2013 at 3:27 AM, Chathura M. Sarathchandra Magurawalage <77.chath...@gmail.com> wrote: > Hello al, > > I followed the Openstack instructions for enabling vm migration ( > http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html > ) > > But I

[Openstack] Openstack metting

2013-07-09 Thread claudio marques
Hi Stackers For those who are interested in participating in this event: Google+ Hangout with HP on DevOps and OpenStack Heat, Canonical on JuJu URL: http://openstackpoland.aegis.org.pl/july-11-google-hangout-with-hp-on-devops-and-openstack-heat-canonical-on-juju/ Cheers Claudio Marques claudio@on

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Razique Mahroua
What backend do you use? Le 9 juil. 2013 à 12:20, JuanFra Rodriguez Cardoso a écrit : > and > http://openstack-folsom-install-guide.readthedocs.org/en/latest/#setup-live-migration > ? > > --- > JuanFra > > > 2013/7/9 Chathura M. Sarathchandra Magurawalage <77.chath...@gmail.com> > I am usi

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread JuanFra Rodriguez Cardoso
and http://openstack-folsom-install-guide.readthedocs.org/en/latest/#setup-live-migration? --- JuanFra 2013/7/9 Chathura M. Sarathchandra Magurawalage <77.chath...@gmail.com> > I am using Folsom release. > > I have followed the instruction on that page. > > > On 9 July 2013 10:57, JuanFra Rodri

[Openstack] Grizzly Compute gives error

2013-07-09 Thread raghavendra.lad
Hi, I have tried the below link to install. https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst In my Nova-conf I have substituted for 192.168.22.4 instead of 10.10.10.53 under Vnc configuration Vi /etc/nova/nova.conf (My Com

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Chathura M. Sarathchandra Magurawalage
I am using Folsom release. I have followed the instruction on that page. On 9 July 2013 10:57, JuanFra Rodriguez Cardoso < juanfra.rodriguez.card...@gmail.com> wrote: > Diablo release? I'd recommend you use the lastest release for live > migrations: > > > http://docs.openstack.org/trunk/opensta

[Openstack] which API can do these?

2013-07-09 Thread Peter Cheung
Hi All which API can do these? 1) adjust the RAM size, no of CPU core to an instance2) enlarge a disk to an instance3) get the information about ram/cpu/disk size of an instance Thanksfrom Peter ___ Mailing list

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread JuanFra Rodriguez Cardoso
Diablo release? I'd recommend you use the lastest release for live migrations: http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html Regards, --- JuanFra 2013/7/8 Chathura M. Sarathchandra Magurawalage <77.chath...@gmail.com> > Hello al, > > I followe

Re: [Openstack] [SWIFT] raising network traffic on the storage node

2013-07-09 Thread Robert van Leeuwen
> If the replication traffic is responsible for this raising network traffic > for only 1.200.000 objects, how much traffic I can > expect if I have 100.000.000 objects stored? > The average size of my mailobjects are 120 kB. > It's planned to use all 12 hard drive slots of my DELL R720xd with 4