[Openstack] [neutron][ml2][sriov]Issues with neutron behaviour

2015-02-03 Thread Akilesh K
Hi, I found two issues with the way neutron behaves on a multi server install. I got it to work but I do not this this is the right way to do it. It might be a bug we might want to fix and for which I could volunteer. Setup - Multiserver juno on ubuntu. Machine 1 - Controller All api servers , l3

[Openstack] [nova][glance][cinder]Configuring image properties elsewhere

2015-02-03 Thread Akilesh K
Hi, I have an image that boots only when I set the following properties. --property hw_disk_bus=ide --property cdrom_bus=ide --property hw_vif_model=e1000 Unfortunately when I create a volume from the image, and launch and instance, it gets stuck at boot loader. Is there a way I can set these pr

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-03 Thread Li, Chen
Thanks for the reply. For issue 1: I do mount the hugetlbfs filesystem. But forget the configure /etc/libvirt/qemu.conf. The default value do not work. :( Sorry for that. For issue 2: I'm using the default qemu from my OS. qemu-system-x86_64 -version QEMU e

Re: [Openstack] How to give an Ip address to an instance (Not through DHCP)

2015-02-03 Thread 严超
Girija is right, if you are not allowing dhcp. On Feb 4, 2015 12:46 AM, "Girija Sharan" wrote: > Hi Masoom, > > One way to assign IP address of your choice to your VM would be to create > a Neutron port first and > then while launching VM just pass this port to it. > Changing IP after logging int

Re: [Openstack] How to give an Ip address to an instance (Not through DHCP)

2015-02-03 Thread Girija Sharan
Hi Masoom, One way to assign IP address of your choice to your VM would be to create a Neutron port first and then while launching VM just pass this port to it. Changing IP after logging into the VM would not work as this IP has been assigned to the neutron port associated with that VM. Thanks, G

Re: [Openstack] [openstack] Autoscaling

2015-02-03 Thread Christian Berendt
On 02/03/2015 04:17 PM, m.channappa.nega...@accenture.com wrote: > In heat auto scaling template we specify max_size as 3 , it means it can > launch upto 3 instances ?. I,e once high cpu load , crosses the > threshold level it will launch first vm (as scaling_adjustment : 1) and > if that load co

[Openstack] [openstack] Autoscaling

2015-02-03 Thread m.channappa.negalur
Hello All, I have a small query in autoscaling . In heat auto scaling template we specify max_size as 3 , it means it can launch upto 3 instances ?. I,e once high cpu load , crosses the threshold level it will launch first vm (as scaling_adjustment : 1) and if that load continues to remain s

Re: [Openstack] BUG: soft lockup messages

2015-02-03 Thread Matej Mailing
Hi Giacomo, sorry for a late reply. It turned out that the major improvement was made through increasing NFS packet size from 8k to 32k. After that no more of those messages were shown and everything is working just great :-) Thank you everyone for your suggestions and ideas again. Matej 201

Re: [Openstack] How to give an Ip address to an instance (Not through DHCP)

2015-02-03 Thread 严超
Of course, you can ssh into the machine and changing the network settings. Or you can simply write a Heat template to give an Ip address to an instance in the first place. *Best Regards!* *Chao Yan--**My twitter:Andy Yan @yanchao727 * *My Weibo:http

Re: [Openstack] [Nova][virt-driver-numa-placement]How to enbale instance with numa ?

2015-02-03 Thread Daniel P. Berrange
On Tue, Feb 03, 2015 at 01:18:05AM +, Li, Chen wrote: > Sorry, I do forget that. > > Still 2 issues left: > > Issue 1: > > After enabled hugepage: > > cat /proc/meminfo |grep -i huge > AnonHugePages: 1685504 kB > HugePages_Total:3072 > H

[Openstack] How to give an Ip address to an instance (Not through DHCP)

2015-02-03 Thread masoom alam
Hi Folks, How to give an Ip address to an instance cirros (Not through DHCP) may be logging in the machine and changing the network settings? Thanks ___ Mailing list: http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack Post to : openstack