[Openstack] how and which tempest tests to run

2014-08-01 Thread Nikesh Kumar Mahalka
I deployed a single node devstack on Ubuntu 14.04. This devstack belongs to Juno. I have written a cinder-volume driver for my client backend. I want to contribute this driver in Juno release. As i analyzed the contribution process,it is telling to run tempest tests for Continuous Integration. Cou

Re: [Openstack] [openstack-dev] Cinder tempest api volume tests failed

2014-08-01 Thread Nikesh Kumar Mahalka
Hi Mike,test which is failed for me is: *tempest.api.volume.admin.test_volume_types.VolumeTypesTest* I am getting error in below function call in above test "*self.volumes_client.wait_for_volume_status**(volume['id'],* * 'available')**".* This function call is in below function: *@test.attr(typ

[Openstack] Neutron

2014-08-01 Thread yalla.gnan.kumar
Hi All, I have installed three node icehouse on Ubuntu platform. The neutron agent-list is empty: -- root@ice-controller:/home/oss# neutron agent-list root@ice-controller:/home/oss# nova agent-list +--+++--+-+-+-+ | Agent_id | Hy

Re: [Openstack] [openstack-dev] how and which tempest tests to run

2014-08-01 Thread Erlon Cruz
Hi Nikesh, There's a script in devstack, 'driver_certs/cinder_driver_cert.sh' that is used to test third party drivers. It will run all the necessary tests to get your driver tested. After run, the script says if your driver passed or failed. I see that you are using TEMPEST_VOLUME_DRIVER, TEMPES

Re: [Openstack] Openstack Icehouse: URL doesn't exists when install nova-compute

2014-08-01 Thread Vijaya Sekar
HI Matthias, First run the below mentioned command and the command you mentioned. it will work. sudo yum install -y http://rdo.fedorapeople.org/rdo-release.rpm sudo yum install -y openstack-packstack Regards Vijay > Date: Thu, 31 Jul 2014 21:48:35 +0200 > From: mru...@redhat.com > To: opens

Re: [Openstack] Openstack Icehouse: URL doesn't exists when install nova-compute

2014-08-01 Thread Vijaya Sekar
HI Matthias, First run the below mentioned command and the command you mentioned. it will work. sudo yum install -y http://rdo.fedorapeople.org/rdo-release.rpm sudo yum install -y openstack-packstack and then you to run yum update After the above commands run yum install openstack-nova-co

Re: [Openstack] [SWIFT]Creating a new container in Swift does first POST then PUT

2014-08-01 Thread Keshava Bharadwaj
I believe you are talking about the behavior of swift command ( python-swiftclient) rather than the swift server process itself. 1. Swift proxy server process ( in turn container process) handles PUT and POST verbs separately i.e if you use apis directly,e.g. via curl or python libraries, there w

[Openstack] Custom Nova Scheduler Weigher

2014-08-01 Thread Danny Beutler
I am in the process of implementing a custom weigher class. I have created a weigher that prefers hosts which do not have other instances in the same group (think GroupAntiAffinityFilter but for weight). Here is the code for the class: # Copyright (c) 2011 OpenStack Foundation # All Rights Reserv

Re: [Openstack] Shared Instance Storage

2014-08-01 Thread Jyoti Ranjan
Cinder still has not implemented shared volume concepts https://blueprints.launchpad.net/cinder/+spec/multi-attach-volume. I don't think that you can mount VM network interface directly to NFS. On Fri, Jun 13, 2014 at 12:39 AM, Marc Soda wrote: > Hey all, > > I'm hoping for a little guidance.

Re: [Openstack] [openstack-dev] Cinder tempest api volume tests failed

2014-08-01 Thread Mike Perez
On 14:46 Fri 01 Aug , Nikesh Kumar Mahalka wrote: > Hi Mike,test which is failed for me is: > *tempest.api.volume.admin.test_volume_types.VolumeTypesTest* > > I am getting error in below function call in above test > "*self.volumes_client.wait_for_volume_status**(volume['id'],* > * 'available

Re: [Openstack] Custom Nova Scheduler Weigher

2014-08-01 Thread Sylvain Bauza
Le 01/08/2014 18:46, Danny Beutler a écrit : I am in the process of implementing a custom weigher class. I have created a weigher that prefers hosts which do not have other instances in the same group (think GroupAntiAffinityFilter but for weight). Here is the code for the class: # Copyright

Re: [Openstack] [nova] Libvirt driver domain metadata - add instance metadata dictionary?

2014-08-01 Thread Matt Riedemann
On 7/31/2014 6:58 AM, Markus Zoeller wrote: The blueprint "libvirt-driver-domain-metadata" introduces some of the istances properties to the `libvirt.xml` file. For example the name of the instance, the name of the flavor and the creation date. Would it make sense to add the instance.metadata

Re: [Openstack] Neutron

2014-08-01 Thread Gangur, Hrushikesh (R & D HP Cloud)
Am suspecting the .ini of the respective service is not pointing to right rabbitmq or sql IP. Check: /etc/neutron/ -rw-r--r-- 1 root root 576 Aug 1 09:12 dhcp_agent.ini -rw-r--r-- 1 root root 642 Aug 1 09:12 l3_agent.ini -rw-r--r-- 1 root root 264 Aug 1 09:12 metadata_agent.ini Regards~hrus

Re: [Openstack] Custom QEMU Emulator Path?

2014-08-01 Thread Wolfgang Richter
I have a very small patch into config.py adding an 'emulator' node to the generated XML on instance spawn. This allows me to not override the system QEMU (and mess with my package manager). For future people customizing QEMU you will have to configure AppArmor (Ubuntu 14.04 LTS Server here) to al