[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 t

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 To: OpenStack Development Mailing List (not for usage questions) ; openstack-in...@lists.openstack.org Sent: Friday, December 5, 2014 8:38 PM Subject: Re: [OpenStack-Infra] [openstack-dev] [third-party]Time for Additional Meeting for third-pa

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

2014-12-01 Thread daya kamath
hi anita,i am located in india, so, would prefer something slightly earlier, maybe 1-2 hours.thanks for checking. From: Anita Kuno To: openstack Development Mailing List ; "openstack-in...@lists.openstack.org" Sent: Tuesday, December 2, 2014 1:37 AM Subject: [OpenStack-Infra] [third-p

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

2014-08-23 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 To: OpenStack Development

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

2014-08-17 Thread daya kamath
did a manual run. (however, i realized openstack-infra does not get updated as part of the gate jobs, so mine is almost 2 months old, and this script no longer exists on infra.) thanks! From: Jeremy Stanley To: daya kamath Cc: OpenStack Development

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

2014-08-17 Thread daya kamath
tch URL http://pypi.opens... View on paste.openstack.org Preview by Yahoo   thanks in advance! From: daya kamath To: OpenStack Development Mailing List (not for usage questions) ; Openstack-infra Sent: Wednesday, August 6, 2014 9:18 AM Subject: [infra][Neut

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

2014-08-15 Thread daya kamath
  From: daya kamath To: OpenStack Development Mailing List (not for usage questions) 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 runs a subset of tempest tests currently, but is

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

2014-08-15 Thread daya kamath
errit requires a JavaScript enabled browser. View on review.openstack.org Preview by Yahoo       thanks! daya kamath From: Edgar Magana To: OpenStack Development Mailing List (not for usage questions) Sent: Saturday, August 16, 2014 4:29 AM Subject: Re: [open

[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 02:4

[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
ks! ________ From: Steven Weston To: daya kamath ; OpenStack Development Mailing List (not for usage questions) 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 PM, daya kamath wrot

[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] 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] 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 howev