Re: [OpenStack-Infra] FC HBA passthrough is failing in ubuntu 14.04.02

2015-07-31 Thread Nikesh Kumar Mahalka
This is not due to difference in qemu packages in two versions of ubuntu. HBA passthrough is working on ubuntu 14.04.01 with both qemu versions. but HBA passthrough is not working on ubuntu 14.04.02. Regards Nikesh On Fri, Jul 31, 2015 at 4:00 PM, Nikesh Kumar Mahalka < nikeshmaha...@vedams.

[OpenStack-Infra] FC HBA passthrough is failing in ubuntu 14.04.02

2015-07-31 Thread Nikesh Kumar Mahalka
Below command is failing for FC HBA passthrough from baremetal node(ubuntu 14.04.2 LTS 64 bit server) to nova virtual machines having ubuntu: virsh attach-device $VIRSH_NAME $fcoe where $VIRSH_NAME is 'nova instance property named OS-EXT-SRV-ATTR:instance_name having value say instance-000b'

Re: [OpenStack-Infra] [third-party][cinder] CloudByte CI failing for Commits in branch other than master.

2015-04-15 Thread Nikesh Kumar Mahalka
Hi, Are you using sos-ci and if yes then is it older version of sos-ci ? Regards Nikesh On Wed, Apr 15, 2015 at 1:09 PM, Abhishek Shrivastava < abhis...@cloudbyte.com> wrote: > Hi All, > > In our CI I have been observing that, for any commits done in gerrit other > than "*master branch*" the C

Re: [OpenStack-Infra] Devstack Installtion failure in CI due to Pip 6.1.0

2015-04-07 Thread Nikesh Kumar Mahalka
I also faced same issue. After adding REQUIREMENTS_BRANCH=refs/changes/60/171060/3 in local.conf,its working for me Thanks Steve for fix Regards Nikesh On Tue, Apr 7, 2015 at 12:51 PM, Steve Martinelli wrote: > Your assumption is correct, it's currently affecting the gate too. > > Bug: https

Re: [OpenStack-Infra] Running only volume tests in CI

2015-02-06 Thread Nikesh Kumar Mahalka
Not sure about your case, But i am using sos-ci for my CI https://github.com/j-griffith/sos-ci Its running only volume tests: sos-ci/sos-ci/ansible/tasks/run_tempest.yml ---> /opt/stack/tempest ---> tools/pretty_tox.sh volume | tee -a console.log.out Regards Nikesh On Fri, Feb 6, 20