[openstack-dev] [Neutron]L2/L3 switching between SR-IOV ports

2015-11-03 Thread daya kamath
all,i would like to check if there is a Neutron driver or agent supporting switching between SR-IOV ports on the same server.the wiki mentions 802.1Qbg for switching in the server NIC (VEB), or by hairpinning the pkts in the nexthop physical TOR (VEPA). i wanted to check if this is a supported

Re: [openstack-dev] [OpenStack-Infra] [third-party]Time for Additional Meeting for third-party

2014-12-07 Thread daya kamath
+1 for revolving meetings From: Kurt Taylor kurt.r.tay...@gmail.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org; openstack-in...@lists.openstack.org Sent: Friday, December 5, 2014 8:38 PM Subject: Re: [OpenStack-Infra]

Re: [openstack-dev] unable to run unit tests

2014-08-24 Thread daya kamath
fwiw, clarkb advised me to to update testrepository with the following - bzr clone lp:testrepository to get a more meaningful error log output. i have version testrepository=0.0.18 after i updated. thanks! daya From: Alex Leonhardt aleonhardt...@gmail.com

Re: [openstack-dev] [infra][Neutron] tempest requirements errors while fetching oslo.i18n=0.1.0

2014-08-17 Thread daya kamath
... View on paste.openstack.org Preview by Yahoo   thanks in advance! From: daya kamath day...@yahoo.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org; Openstack-infra openstack-in...@lists.openstack.org

Re: [openstack-dev] [neutron] [third-party] What tests are required to be run

2014-08-15 Thread daya kamath
requires a JavaScript enabled browser. View on review.openstack.org Preview by Yahoo       thanks! daya kamath From: Edgar Magana edgar.mag...@workday.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent

Re: [openstack-dev] [neutron] [third-party] What tests are required to be run

2014-08-15 Thread daya kamath
  From: daya kamath day...@yahoo.com To: OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Saturday, August 16, 2014 9:46 AM Subject: Re: [openstack-dev] [neutron] [third-party] What tests are required to be run hi edgar, the IBM SDNVE system

[openstack-dev] devstack build failures

2014-08-11 Thread daya kamath
all, is anyone seeing these failures in devstack - create_keystone_accounts 2014-08-11 02:47:47.906 | ++ get_or_create_project admin 2014-08-11 02:47:47.908 | +++ openstack project show admin -f value -c id 2014-08-11 02:47:48.825 | +++ openstack project create admin -f value -c id 2014-08-11

[openstack-dev] [infra][Neutron] tempest requirements errors while fetching oslo.i18n=0.1.0

2014-08-05 Thread daya kamath
all, i'm seeing continuous errors when the gate script starts running tempest tests for neutron. it tries to download some packages even though these are visible in pip list output, and fails when trying to find a source for oslo.i18n = 0.1.0. this is not happening one-shot, continuously, so i

Re: [openstack-dev] [third-party] Zuul trigger not starting Jenkins jobs

2014-07-21 Thread daya kamath
: Steven Weston swes...@brocade.com To: daya kamath day...@yahoo.com; OpenStack Development Mailing List (not for usage questions) openstack-dev@lists.openstack.org Sent: Monday, July 21, 2014 1:53 PM Subject: Re: [openstack-dev] [third-party] Zuul trigger not starting Jenkins jobs On 7/20/14, 5:25

[openstack-dev] Zuul trigger not starting Jenkins jobs

2014-07-20 Thread daya kamath
all, Need some pointers on debugging what the issue is. its not very convenient for me to be on the IRC due to timezone issues, so hoping the mailing list is a good next best option.. when i post a patch on the sandbox project, i see a review indicating my system is starting 'check' jobs, but i

[openstack-dev] [third-party] Zuul trigger not starting Jenkins jobs

2014-07-20 Thread daya kamath
all, Need some pointers on debugging what the issue is. its not very convenient for me to be on the IRC due to timezone issues, so hoping the mailing list is a good next best option.. when i post a patch on the sandbox project, i see a review indicating my system is starting 'check' jobs, but

[openstack-dev] CI setup related request (devstack-gate)

2014-07-02 Thread daya kamath
all, i need to make some changes in my 3rd party CI system. specifically,  i need to override devstack-gate-vm.sh for the mysql path - i can do this by setting SKIP_DEVSTACK_GATE_PROJECT in my examples.yaml file, although this means i will need to manually update the devstack-gate directory