Re: [OpenStack-Infra] Radware's service account request for third party testing

2014-03-26 Thread Izik Penso
Hi Jeremy, I'm having trouble even commenting, could you verify that the public key is correct. ssh -p 29418 radware3rdpartytest...@review.openstack.org gerrit review -m 'Testing radware 3rd party testing account' 5f4224c41e2fb4e178572185e112c346ce1b362d Permission denied (publickey).

Re: [OpenStack-Infra] Radware's service account request for third party testing

2014-03-26 Thread Jeremy Stanley
On 2014-03-26 14:55:16 + (+), Izik Penso wrote: I'm having trouble even commenting, could you verify that the public key is correct. The authentication credentials for that account may have been cached. I've just now flushed the cache in Gerrit, so see if that helped at all. If not,

Re: [OpenStack-Infra] Radware's service account request for third party testing

2014-03-26 Thread Izik Penso
It's working. Thanks. Izik Penso. -Original Message- From: Jeremy Stanley [mailto:fu...@yuggoth.org] Sent: Wednesday, March 26, 2014 5:16 PM To: Izik Penso Cc: Evgeny Fedoruk; OpenStack3RDPartyTesting; Samuel Bercovici; Avishay Balderman; openstack-infra@lists.openstack.org Subject:

[OpenStack-Infra] Moving some projects around

2014-03-26 Thread James E. Blair
We've been discussing the thoroughly interesting problem of project taxonomy recently, and I'd like to describe what I think we've mostly decided we should do and make sure we're on the same page. If we are, I'll invite the TC to weigh in and if they think we're completely wrong, we can work on

Re: [OpenStack-Infra] [infra] Meeting Tuesday March 25th at 19:00 UTC

2014-03-26 Thread Elizabeth Krumbach Joseph
On Mon, Mar 24, 2014 at 10:35 AM, Elizabeth Krumbach Joseph l...@princessleia.com wrote: Hi everyone, The OpenStack Infrastructure (Infra) team is hosting our weekly meeting tomorrow, Tuesday March 25th, at 19:00 UTC in #openstack-meeting Meeting minutes and logs from yesterday here:

Re: [OpenStack-Infra] Moving some projects around

2014-03-26 Thread Doug Hellmann
On Wed, Mar 26, 2014 at 1:50 PM, James E. Blair jebl...@openstack.orgwrote: We've been discussing the thoroughly interesting problem of project taxonomy recently, and I'd like to describe what I think we've mostly decided we should do and make sure we're on the same page. If we are, I'll

[OpenStack-Infra] Using MySQL for unit tests in storyboard

2014-03-26 Thread James E. Blair
Hi, I recently started looking into running the unit tests with MySQL. I pushed the start of a change here to do that: https://review.openstack.org/#/c/82872/ In particular, that change implements something we've wanted to do for a long time elsewhere in OpenStack -- create a dedicated MySQL

Re: [OpenStack-Infra] Using MySQL for unit tests in storyboard

2014-03-26 Thread James E. Blair
Clint Byrum cl...@fewbar.com writes: * The model does not specify an engine for MySQL (this is a difference between the model and the alembic migrations). So when the unit tests are run on MySQL, they may end up on MyISAM (they do in the gate). Why MyISAM? The default has been

Re: [OpenStack-Infra] Using MySQL for unit tests in storyboard

2014-03-26 Thread Ruslan Kamaldinov
On Thu, Mar 27, 2014 at 12:30 AM, James E. Blair jebl...@openstack.org wrote: Ruslan has commented in that review with the following: But, I think that we should consider work done in major OpenStack projects. They don't use real MySQL to run unit-tests. Here is what the do (or plan to do):

Re: [OpenStack-Infra] Using MySQL for unit tests in storyboard

2014-03-26 Thread Doug Hellmann
On Wed, Mar 26, 2014 at 4:30 PM, James E. Blair jebl...@openstack.orgwrote: Hi, I recently started looking into running the unit tests with MySQL. I pushed the start of a change here to do that: https://review.openstack.org/#/c/82872/ In particular, that change implements something we've

Re: [OpenStack-Infra] Using MySQL for unit tests in storyboard

2014-03-26 Thread Doug Hellmann
On Wed, Mar 26, 2014 at 6:24 PM, Doug Hellmann doug.hellm...@dreamhost.comwrote: On Wed, Mar 26, 2014 at 4:30 PM, James E. Blair jebl...@openstack.orgwrote: Hi, I recently started looking into running the unit tests with MySQL. I pushed the start of a change here to do that: