Re: [openstack-dev] [nova] Proposal new hacking rules

2014-11-21 Thread jordan pittier
Hey, I am not a Nova developer but I still have an opinion. >Using boolean assertions I like what you propose. We should use and enforce the assert* that best matches the intention. It's about semantic and the more precise we are, the better. >Using same order of arguments in equality assertion

Re: [openstack-dev] [devstack] environment variables in local.conf post-config section

2014-11-26 Thread jordan pittier
Hi, It should work with your current local.conf. You may be facing this bug : https://bugs.launchpad.net/devstack/+bug/1386413 Jordan - Original Message - From: "Andreas Scheuring" To: "openstack-dev" Sent: Wednesday, 26 November, 2014 2:04:57 PM Subject: [openstack-dev] [devstack] env

Re: [openstack-dev] HTTPS for spice console

2014-12-18 Thread Jordan Pittier
Hi, You'll need a recent version of spice-html5. Because this commit here http://cgit.freedesktop.org/spice/spice-html5/commit/?id=293d405e15a4499219fe81e830862cc2b1518e3e is recent. Jordan On Wed, Dec 17, 2014 at 11:29 PM, Akshik DBK wrote: > > Are there any recommended approach to configure sp

Re: [openstack-dev] [oslo] Progress of the port to Python 3

2015-01-06 Thread Jordan Pittier
Hi Victor. Thanks for your effort. Did you read the ML thread "[nova]nova not work with eventlet 0.16.0" ? It looks "important". Jordan On Tue, Jan 6, 2015 at 5:51 PM, victor stinner wrote: > Hi, > > I'm still working on porting OpenStack to Python 3. I'm fixing Python 3 > issues in eventlet a

Re: [openstack-dev] [Cinder] volume / host coupling

2015-01-08 Thread Jordan Pittier
Hi, >Some people apparently use the ‘host’ option in cinder.conf to make the hosts indistinguishable, but this creates problems in other places. I use shared storage mounted on several cinder-volume nodes, with "host" flag set the same everywhere. Never ran into problems so far. Could you elaborate

Re: [openstack-dev] [Cinder] volume / host coupling

2015-01-08 Thread Jordan Pittier
gine > there may be other areas which are not happy about indistinguishable hosts. > > Arne > > > On 08 Jan 2015, at 16:50, Jordan Pittier > wrote: > > Hi, > >Some people apparently use the ‘host’ option in cinder.conf to make the > hosts indistinguishable,

[openstack-dev] [swift]Questions on concurrent operations on the same object

2014-10-31 Thread jordan pittier
Hi guys, We are currently benchmarking our Scality object server backend for Swift. We basically created a new DiskFile class that is used in a new ObjectController that inherits from the native server.ObjectController. It's pretty similar to how Ceph can be used as a backend for Swift objects.

[openstack-dev] How Nova-api should deal with secgroup identifier being UUID in Quantum ?

2013-07-04 Thread Jordan Pittier
Hi guys, As you may know : * with Quantum, secgroups are uniquely identified by UUID. * with Nova-Net, secgroups are uniquely identified by numerical ID. At the moment Nova-api, before calling Nova-Net or Quantum,(see nova/api/openstack/compute/contrib/security_group*) performs some calls to vali

[openstack-dev] Problem with how python-neutronclient deals with Neutron exceptions

2013-07-04 Thread Jordan Pittier
Hi guys, Nova-api makes extensive use of python-neutronclient. But the only exception from neutronclient that nova-api catches is the generic QuantumClientException (defined in quantumclient/common/exceptions.py). neutronclient has some more specific exceptions like PortInUseClient, NetworkNotFou

Re: [openstack-dev] Problem with how python-neutronclient deals with Neutron exceptions

2013-07-10 Thread Jordan Pittier
Hi, Any ideas on this one ? Maybe I should forward this email to a more specific ML ? On Thu, Jul 4, 2013 at 6:24 PM, Jordan Pittier wrote: > Hi guys, > > Nova-api makes extensive use of python-neutronclient. But the only > exception from neutronclient that nova-api catches is t

Re: [openstack-dev] How Nova-api should deal with secgroup identifier being UUID in Quantum ?

2013-07-10 Thread Jordan Pittier
Hi, Any ideas on this one ? Maybe I should forward this email to a more specific ML ? On Thu, Jul 4, 2013 at 4:36 PM, Jordan Pittier wrote: > Hi guys, > > As you may know : > * with Quantum, secgroups are uniquely identified by UUID. > * with Nova-Net, secgroups are uniquel

Re: [openstack-dev] [Heat][Rant] About blank rechecks

2015-10-22 Thread Jordan Pittier
On Thu, Oct 22, 2015 at 9:58 AM, Thomas Herve wrote: > Hi all, > > You've seen me complain about people doing blank rechecks in Gerrit on > IRC, and it seems it had little to no effect. So here I am trying to spread > the word here. I'll try to stay calm. > > I'm seeing way too many rechecks on h

[openstack-dev] [Tempest]Non service clients migration to tempest-lib

2015-10-28 Thread Jordan Pittier
Hi guys, As discussed this morning, here is an etherpad to track the progress in the migration of files other than the service clients from Tempest to tempest-lib: https://etherpad.openstack.org/p/tempest-lib-non-service-clients-migration A couple of work items already have assignee, thanks :) If

Re: [openstack-dev] [nova] FKs in the DB

2015-11-23 Thread Jordan Pittier
Hi, However, data > integrity /can/ be preserved in other ways than RDBMS constraints, while > persistence layer performance caps that of the whole system Is the DB the limiting factor of openstack performance ? De we have hard evidence of this ? We need numbers before acting otherwise it will be

Re: [openstack-dev] [devstack]Question about using Devstack

2015-11-23 Thread Jordan Pittier
Hi On Mon, Nov 23, 2015 at 11:58 AM, Young Yang wrote: > Hi, > I'm using devstack to deploy stable/Kilo in my Xenserver. > I successfully deploy devstack. But I found that every time I restart it, > devstack always run ./stack.sh to clear all my data and resintall all the > components. > So here

Re: [openstack-dev] [devstack]Question about using Devstack

2015-11-23 Thread Jordan Pittier
On Mon, Nov 23, 2015 at 1:29 PM, Young Yang wrote: > Really thanks for responsing so rapidly!! > > @ozamiatin > I forget to mention that I've run rejoin-stack.sh and manually started > apache. > However, something is not still properly configured. Such as lvm volume > group is not created. >

Re: [openstack-dev] [QA][Tempest] Use tempest-config for tempest-cli-improvements

2015-11-27 Thread Jordan Pittier
Hi, I think this script is valuable to some users: Rally and Red Hat expressed their needs, they seem clear. This tool is far from bullet proof and if used blindly or in case of bugs, Tempest could be misconfigured. So, we could have this tool inside the Tempest repository (in the tools/) but not

Re: [openstack-dev] [Fuel][FFE] Disabling HA for RPC queues in RabbitMQ

2015-12-02 Thread Jordan Pittier
On Wed, Dec 2, 2015 at 1:05 PM, Dmitry Mescheryakov < dmescherya...@mirantis.com> wrote: > > > My point is simple - lets increase our architecture scalability by 2-3 > times by _maybe_ causing more errors for users during failover. The > failover time itself should not get worse (to be tested by m

Re: [openstack-dev] [glance][tempest][defcore] Process to imrpove tests coverge in temepest

2015-12-08 Thread Jordan Pittier
Hi Flavio, On Tue, Dec 8, 2015 at 9:52 PM, Flavio Percoco wrote: > > > Oh, I meant ocasionally. Whenever a missing test for an API is found, > it'd be easy enough for the implementer to sohw up at the meeting and > bring it up. >From my experience as a Tempest reviewer, I'd say that most newly a

Re: [openstack-dev] [cinder] Dependencies of snapshots on volumes

2015-12-09 Thread Jordan Pittier
Hi, FWIW, I completely agree with what John said. All of it. Please don't do that. Jordan __ OpenStack Development Mailing List (not for usage questions) Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscr

Re: [openstack-dev] [qa] Tempest pre-provisioned credentials in the gate

2016-06-15 Thread Jordan Pittier
On Wed, Jun 15, 2016 at 2:00 AM, Andrea Frittoli wrote: > Dear all, > > TL;DR: I'd like to propose to start running some of the existing dsvm > check/gate jobs using Tempest pre-provisioned credentials. > > Full Text: > Tempest provides tests with two mechanisms to acquire test credentials > [0]:

Re: [openstack-dev] [nova][cinder] Integration testing for Nova API os-assisted-volume-snapshots

2016-06-15 Thread Jordan Pittier
On Wed, Jun 15, 2016 at 6:21 PM, Matt Riedemann wrote: > In the nova-api meeting today we were talking about the nova > os-assisted-volume-snapshots API and whether or not it was a proxy API to > cinder. We determined it's not, it performs an action on a server resource. > But what a few of us di

Re: [openstack-dev] [tempest] Cirros image

2016-03-29 Thread Jordan Pittier
Hi, On Tue, Mar 29, 2016 at 9:17 AM, Eyal Dannon wrote: > Hi, > > I'm writing a tempest scenario test, the test will check the SCTP protocol, > the ncat utility in the current image of cirros does not support the > "--sctp" flag, > so we opened a bug : https://bugs.launchpad.net/cirros/+bug/1540

Re: [openstack-dev] [tempest] Cirros image

2016-03-29 Thread Jordan Pittier
On Tue, Mar 29, 2016 at 9:46 AM, Eran Kuris wrote: > > > - Original Message - > > From: "Jordan Pittier" > > To: "OpenStack Development Mailing List (not for usage questions)" < > openstack-dev@lists.openstack.org> > > Cc: &qu

Re: [openstack-dev] [Nova] No rejoin-stack.sh script in my setup

2016-03-31 Thread Jordan Pittier
Hi, rejoin-stack.sh has been removed 14 days ago by https://review.openstack.org/#/c/291453/ You should use the "screen" command now. (e.g screen -R) On Thu, Mar 31, 2016 at 1:06 PM, Ouadï Belmokhtar < ouadi.belmokh...@gmail.com> wrote: > Hi everyone, > > Could you give any help to my question h

Re: [openstack-dev] [Designate] Tempest Tests - in-repo or separate

2016-04-04 Thread Jordan Pittier
On Mon, Apr 4, 2016 at 5:01 PM, Hayes, Graham wrote: > As we have started to move to a tempest plugin for our functional test > suite, we have 2 choices about where it lives. > > 1 - In repo (as we have [0] currently) > 2 - In a repo of its own (something like openstack/designate-tempest) > > The

Re: [openstack-dev] [oslo.config] Encrypt the sensitive options

2016-04-26 Thread Jordan Pittier
On Tue, Apr 26, 2016 at 3:32 PM, Daniel P. Berrange wrote: > On Tue, Apr 26, 2016 at 08:19:23AM -0500, Doug Hellmann wrote: > > Excerpts from Guangyu Suo's message of 2016-04-26 07:28:42 -0500: > > > Hello, oslo team > > > > > > For now, some sensitive options like password or token are configure

Re: [openstack-dev] [all] tox 2.3.0 broke tempest jobs

2015-12-14 Thread Jordan Pittier
Tox 2.3.1 was released on pypi a few minutes ago, and it fixes this issue. Jordan On Mon, Dec 14, 2015 at 12:55 AM, Robert Collins wrote: > On 13 December 2015 at 03:20, Yuriy Taraday wrote: > > Tempest jobs in all our projects seem to become broken after tox 2.3.0 > > release yesterday. It's

Re: [openstack-dev] [oslo][keystone] Move oslo.policy from oslo to keystone

2015-12-16 Thread Jordan Pittier
Hi, I am sure oslo.policy would be good under Keystone's governance. But I am not sure I understood what's wrong in having oslo.policy under the oslo program ? Jordan On Wed, Dec 16, 2015 at 6:13 PM, Brant Knudson wrote: > > I'd like to propose moving oslo.policy from the oslo program to the >

Re: [openstack-dev] [Horizon][stable] Horizon kilo gate fails due to testrepository dependency

2016-01-05 Thread Jordan Pittier
On Tue, Jan 5, 2016 at 9:16 AM, Matthias Runge wrote: > On Tue, Jan 05, 2016 at 12:26:24PM +1300, Robert Collins wrote: > > On 5 January 2016 at 12:04, Robert Collins > wrote: > > ... > > > Indeed - > https://bitbucket.org/pypa/setuptools/commits/fb35fcade302fa828d34e6aff952ec2398f2c877?at=get_c

Re: [openstack-dev] [stable] kilo and liberty is blocked on bug 1532048

2016-01-08 Thread Jordan Pittier
On Fri, Jan 8, 2016 at 6:34 AM, Ian Cordasco wrote: > -Original Message- > From: Matt Riedemann > Reply: OpenStack Development Mailing List (not for usage questions) < > openstack-dev@lists.openstack.org> > Date: January 7, 2016 at 19:11:10 > To: OpenStack Development Mailing List (not f

Re: [openstack-dev] [keystone][security] New BP for anti brute force in keystone

2016-01-13 Thread Jordan Pittier
Hi, Can't you just do some rate limiting at your webserver level ? On Tue, Jan 12, 2016 at 3:55 PM, McPeak, Travis wrote: > One issue to be aware of is the use of this as a Denial of Service > vector. Basically an attacker can use this to lock out key accounts > by continuously sending invalid

Re: [openstack-dev] [all] towards a keystone v3 only devstack

2016-02-02 Thread Jordan Pittier
On Tue, Feb 2, 2016 at 2:09 PM, gordon chung wrote: > yeah... the revert broke us across all telemetry projects since we fixed > plugins to adapt to v3. i'm very much for adapting to v3 since it's > lingered around for years. i think given the time lapsed, if it breaks > them, tough. > This is

Re: [openstack-dev] [Cinder] Cinder Mitaka Midcycle Summary

2016-02-02 Thread Jordan Pittier
Thanks a lot for this summary. I enjoyed the reading. Jordan On Tue, Feb 2, 2016 at 10:14 PM, Sean McGinnis wrote: > War and Peace > or > Notes from the Cinder Mitaka Midcycle Sprint > January 26-29 > > Etherpads from discussions: > * https://etherpad.openstack.org/p/mitaka-cinder-midcycle-day-

Re: [openstack-dev] [devstack] openstack install error with stable/kilo

2015-07-09 Thread Jordan Pittier
gt; > You could run "pip show paste" to see if the expected package is > properly installed on your devstack. And you could manually install paste > if it's not installed to see if that can solve your issue. > > Cheers, > Xiangfei > > From: Jordan Pittier >

Re: [openstack-dev] [Tempest] Can we add testcase for Unshelving volume backed instance?

2015-07-20 Thread Jordan Pittier
On Mon, Jul 20, 2015 at 2:41 PM, Deore, Pranali11 < pranali11.de...@nttdata.com> wrote: > Hi, > > > > Unshelving a volume backed instance was not working before merging the > patch [1]. > > > > In case of volume backed instance, snapshot is not taken when an instance > is shelved, > > so shelve_i

Re: [openstack-dev] [cinder][nova] snapshot and cloning for NFS backend

2015-07-28 Thread Jordan Pittier
Hi The patch [4] has been abandoned but it's not clear why. I too think that having a full fledged NFS driver would be great ! [4] https://review.openstack.org/#/c/149037/ Jordan On Tue, Jul 28, 2015 at 10:00 AM, Kekane, Abhishek < abhishek.kek...@nttdata.com> wrote: > Hi Devs, > > > > There

[openstack-dev] [Tempest]No way to skip S3 related tests

2015-07-31 Thread Jordan Pittier
Hi, With the commit [1] "minimize the default services" that happened in April, nova-objectstore is not run by default. Which means that by default, Devstack doesn"t provide any S3 compatible API (because swift3 is not enabled by default, of course). Now, I don't see any config flag or mechanism i

Re: [openstack-dev] [qa][tempest] "kwargs" of service clients for POST/PUT methods

2015-07-31 Thread Jordan Pittier
Hi, So after I took a lot at Ken'ichi's recent proposed changes, I think this is the good approach. The kwargs approach has the good benefit of being generic so that if a consumer (say Nova) of the client class wants to add a new parameter to one of its API, it can do it without the need of updatin

Re: [openstack-dev] [CI] Cannot get compute endpoint when running nodepool.

2015-08-21 Thread Jordan Pittier
Hi, Please have a look at http://lists.openstack.org/pipermail/openstack-dev/2015-August/072556.html Jordan On Fri, Aug 21, 2015 at 4:12 AM, Tang Chen wrote: > Hi, all, > > > > I got following error message while running nodepoold with "nodepoold -d $ > DAEMON_ARGS" > > > > > > 2015-0

Re: [openstack-dev] [all][third-party][ci] Announcing CI Watch - Third-party CI monitoring tool

2015-08-25 Thread Jordan Pittier
Hi, On Tue, Aug 25, 2015 at 2:43 AM, Anita Kuno wrote: > On 08/24/2015 07:59 PM, Skyler Berg wrote: > > Hi all, > > > > I am pleased to announce CI Watch [1], a CI monitoring tool developed at > > Tintri. For each OpenStack project with third-party CI's, CI Watch shows > > the status of all CI sy

Re: [openstack-dev] [Glance] upcoming glanceclient release

2015-08-28 Thread Jordan Pittier
On Fri, Aug 28, 2015 at 5:12 PM, wrote: > > >>> I've compiled a list of backwards incompatabilities where the new client >>> will impact (in some cases break) existing scripts: >>> >>> https://wiki.openstack.org/wiki/Glance-v2-v1-client-compatability >>> >> > Awesome! >> > > To be honest there's

Re: [openstack-dev] [Openstack-dev] Devstack broken - third party CI broken

2015-09-09 Thread Jordan Pittier
Also, as I believe your CI is for Cinder, I recommend that you disable all uneeded services. (look how the DEVSTACK_LOCAL_CONFIG is used in devstack-gate to add the proper disable_service line). On Wed, Sep 9, 2015 at 11:00 AM, Chris Dent wrote: > On Wed, 9 Sep 2015, Chris Dent wrote: > > On Wed

Re: [openstack-dev] [Devstack][Sahara][Cinder] BlockDeviceDriver support in Devstack

2015-09-30 Thread Jordan Pittier
Hi Sean, Because the recommended way in now to write devstack plugins. Jordan On Wed, Sep 30, 2015 at 3:29 AM, Sean Collins wrote: > This review was recently abandoned. Can you provide insight as to why? > > On September 17, 2015, at 2:30 PM, "Sean M. Collins" > wrote: > > You need to remove y

Re: [openstack-dev] Announcing Liberty RC1 availability in Debian

2015-09-30 Thread Jordan Pittier
On Wed, Sep 30, 2015 at 1:58 PM, Thomas Goirand wrote: > Hi everyone! > > 1/ Announcement > === > > I'm pleased to announce, in advance of the final Liberty release, that > Liberty RC1 not only has been fully uploaded to Debian Experimental, but > also that the Tempest CI (which I mai

Re: [openstack-dev] [CI] Try to introduce RFC mechanism to CI.

2015-10-09 Thread Jordan Pittier
Hi, On Fri, Oct 9, 2015 at 11:00 AM, Tang Chen wrote: > Hi, > > CI systems will run tests for each patch once it is submitted or modified. > But most CI systems occupy a lot of resource, and take a long time to > run tests (1 or 2 hours for one patch). > > I think, not all the patches submitted n

Re: [openstack-dev] [oslo] Adopt mox3

2015-06-11 Thread Jordan Pittier
Hi, Shouldn't we move to use mock instead ? If mox3 is supported and active, why would we recommend to use mock ? Jordan On Wed, Jun 10, 2015 at 10:17 PM, Davanum Srinivas wrote: > Oslo folks, everyone, > > mox3 needs to be maintained since some of our projects use it and we > have it in our gl

Re: [openstack-dev] [Nova] [Cinder] [Tempest] Regarding deleting snapshot when instance is OFF

2015-06-16 Thread Jordan Pittier
On Thu, Apr 9, 2015 at 6:10 PM, Eric Blake wrote: > On 04/08/2015 11:22 PM, Deepak Shetty wrote: > > + [Cinder] and [Tempest] in the $subject since this affects them too > > > > On Thu, Apr 9, 2015 at 4:22 AM, Eric Blake wrote: > > > >> On 04/08/2015 12:01 PM, Deepak Shetty wrote: > >>> > >>> Qu

Re: [openstack-dev] [Nova] [Cinder] [Tempest] Regarding deleting snapshot when instance is OFF

2015-06-17 Thread Jordan Pittier
On Tue, Jun 16, 2015 at 3:33 PM, Jordan Pittier wrote: > On Thu, Apr 9, 2015 at 6:10 PM, Eric Blake wrote: > >> On 04/08/2015 11:22 PM, Deepak Shetty wrote: >> > + [Cinder] and [Tempest] in the $subject since this affects them too >> > >> > On Thu, Ap

Re: [openstack-dev] [QA][Tempest] Proposing Jordan Pittier for Tempest Core

2015-06-29 Thread Jordan Pittier
> > Hi Everyone, > > > > I'd like to propose we add Jordan Pittier (jordanP) to the tempest core > team. > > Jordan has been a steady contributor and reviewer on tempest over the > past few > > cycles and he's been actively engaged in the Tempest community. Jo

Re: [openstack-dev] [devstack] Use devstack/master to install older releases

2015-07-01 Thread Jordan Pittier
Hi, On Wed, Jul 1, 2015 at 12:35 AM, Dean Troyer wrote: > On Tue, Jun 30, 2015 at 7:04 AM, Emmanuel Cazenave > wrote: > >> My first approach was to use devstack/icehouse to install swift/icehouse, >> devstack/juno for swift/juno, etc >> > > This is the only approach that is sane... > > >> I

Re: [openstack-dev] [devstack] openstack install error with stable/kilo

2015-07-06 Thread Jordan Pittier
Hi, FYI I got the same error since Wednesday or Thursday last week. With devstack master. I haven't had the chance to spend some time on it yet. Jordan On Mon, Jul 6, 2015 at 4:32 PM, Danny Choi (dannchoi) wrote: > Hi, > > I’m trying to run devstack install of stable/kilo on Ubuntu 14.04 and

[openstack-dev] [QA][Tempest]Run only multinode tests in multinode jobs

2016-02-16 Thread Jordan Pittier
Hi list, I understood we need to limit the number of tests and jobs that are run for each Tempest patch because our resources are not unlimited. In Tempest, we have 5 multinode experimental jobs: experimental-tempest-dsvm-multinode-full-dibtest gate-tempest-dsvm-multinode-full gate-tempest-dsvm-m

Re: [openstack-dev] [QA][all] Propose to remove negative tests from Tempest

2016-03-19 Thread Jordan Pittier
Hi, On Thu, Mar 17, 2016 at 2:20 AM, Ken'ichi Ohmichi wrote: > Hi > > I have one proposal[1] related to negative tests in Tempest, and > hoping opinions before doing that. > > Now Tempest contains negative tests and sometimes patches are being > posted for adding more negative tests, but I'd lik

Re: [openstack-dev] [Tempest] [Devstack] Where to keep tempest configuration?

2016-03-20 Thread Jordan Pittier
On Thu, Mar 17, 2016 at 12:24 PM, Vasyl Saienko wrote: > Hello Community, > > We started using tempest/devstack plugins. They allows to do not bother > other teams when Project specific changes need to be done. Tempest > configuration is still performed at devstack [0]. > So I would like to rise

Re: [openstack-dev] [cinder][openstackclient] Required name option for volumes, snapshots and backups

2016-03-27 Thread Jordan Pittier
I am going to play the devil's advocate here but why can"t python-openstackclient have its own opinion on the matter ? This CLI seems to be for humans and humans love names/labels/tags and find UUIDS hard to remember. Advanced users who want anonymous volumes can always hit the API directly with cu

Re: [openstack-dev] [Openstack-operators] [Ceilometer] Real world experience with Ceilometer deployments - Feedback requested

2015-02-12 Thread Jordan Pittier
Hi, My experience with Ceilometer is that MongoDB is/was a major bottleneck. You need sharding + servers with lot of RAM. You need to set TTL on your samples, and only save in DB the metrics that really mater to you. MongoDB v3 should also help. Regarding RabbitMQ pressure, I think this blueprint

[openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-13 Thread Jordan Pittier
Hi list, I would like to add the 'add' capability to the HTTP glance store. Let's say I (as an operator or cloud admin) provide an HTTP server where (authenticated/trusted) users/clients can make the following HTTP request : POST http://server1/myLinuxImage HTTP/1.1 Host: server1 Content-Length:

Re: [openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-13 Thread Jordan Pittier
r from having to find the right POST curl/wget command to properly upload his image. On Fri, Feb 13, 2015 at 3:55 PM, Jay Pipes wrote: > On 02/13/2015 09:47 AM, Jordan Pittier wrote: > >> Hi list, >> >> I would like to add the 'add' capability to the HTTP gla

Re: [openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-13 Thread Jordan Pittier
(API) was handling this. What kind of quotas are we talking about here ? Frankly, it shouldn't add that much code. I feel we can make it clean if we leverage the different Python modules (httplib etc.) Regards, Jordan On Fri, Feb 13, 2015 at 4:20 PM, Flavio Percoco wrote: > On 13/02

Re: [openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-13 Thread Jordan Pittier
the HTTP store. On Fri, Feb 13, 2015 at 5:17 PM, Jay Pipes wrote: > On 02/13/2015 10:01 AM, Jordan Pittier wrote: > >> >What is the difference between just calling the Glance API to upload >> an image, versus adding add() functionality to the HTTP image store? >> You mea

Re: [openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-16 Thread Jordan Pittier
y and that understands basic PUT/GET/DELETE operations. So having a full blown HTTP store makes sense, imo, because it gives more deployment options. Is that clearer ? What do you think ? Jordan On Fri, Feb 13, 2015 at 7:28 PM, Jay Pipes wrote: > On 02/13/2015 11:55 AM, Jordan Pittier wrote:

Re: [openstack-dev] [glance]'Add' capability to the HTTP store

2015-02-17 Thread Jordan Pittier
t; On 13/02/15 17:01 +0100, Jordan Pittier wrote: > >> Humm this doesn't have to be complicated, for a start. >> >> > Sorry for my late reply > > - Figuring out the http method the server expects (POST/PUT) >>> >> Yeah, I agree. There"s no defi

Re: [openstack-dev] LOG.debug()

2015-02-18 Thread Jordan Pittier
Hi, Also, make sure you have : debug = True verbose = True in the [DEFAULT] section of your nova.conf Jordan On Wed, Feb 18, 2015 at 3:56 PM, Gary Kotton wrote: > Hi, > Please see > http://docs.openstack.org/openstack-ops/content/logging_monitoring.html > If you have installed from packages th

Re: [openstack-dev] Module_six_moves_urllib_parse error

2015-02-25 Thread Jordan Pittier
Hi You probably have an old python-six version installed system-wide. Jordan On Wed, Feb 25, 2015 at 11:56 AM, Manickam, Kanagaraj < kanagaraj.manic...@hp.com> wrote: > Hi, > > > > I see the below error in my devstack and is raised from the package ‘six’ > > > > AttributeError: 'Module_six_move

Re: [openstack-dev] [oslo.policy] guraduation status

2015-03-02 Thread Jordan Pittier
Hi, FYI there might be something related to what you plan : https://github.com/stackforge/swiftpolicy/ https://review.openstack.org/#/c/89568/ The project is abandoned but the initial goal was to have the code somehow proposed to be merged in Openstack Swift. Feel free to have a look a continue th

Re: [openstack-dev] [tempest] API testing coverage in tempest

2015-03-03 Thread Jordan Pittier
Hi A long time ago, I was asked to do the same job. I tried to come up with a "programmed" way of doing this. For some openstack component, there's a python object called "router" which holds the routes (the URLs that form the API). For nova : https://github.com/openstack/nova/blob/master/nova/ap

Re: [openstack-dev] [QA] testing implementation-specific features not covered by OpenStack APIs

2015-03-03 Thread Jordan Pittier
Hi, I don't see the difference between Swift API and the "well-specified and public Object Storage API v1". If the documentation is not properly documenting the Swift API then we should fix the doc maybe ? Jordan On Tue, Mar 3, 2015 at 5:28 PM, Radoslaw Zarzynski wrote: > As we know Tempest pro

[openstack-dev] [third-party]Properly format the status message with gerrit trigger

2015-03-20 Thread Jordan Pittier
Hi guys, I am in charge of a third party CI (for Cinder). My setup is based on Jenkins + gerrit trigger plugin. As you may know, it"s hard to customize the message in the "Gerrit Verified Commands" config. In particular, it"s not possible to add "white/empty line". And you need white lines if you h

Re: [openstack-dev] [nova] CI report formatting (citrix / hyperv / vmware )

2015-03-25 Thread Jordan Pittier
Hi On Wed, Mar 25, 2015 at 12:39 PM, Sean Dague wrote: > Currently Citrix, HyperV, and VMWare CI systems reporting on Nova > patches have a different formatting than the standard that Jenkins and > other systems are using: > > * test-name-no-spaces http://link.to/result : [SUCCESS|FAILURE] some >

Re: [openstack-dev] [nova] CI report formatting (citrix / hyperv / vmware )

2015-03-25 Thread Jordan Pittier
On Wed, Mar 25, 2015 at 2:44 PM, Salvatore Orlando wrote: > > > On 25 March 2015 at 14:21, Sean Dague wrote: > >> On 03/25/2015 09:03 AM, Gary Kotton wrote: >> > >> > From: Jordan Pittier > > <mailto:jordan.pitt...@scality.com>> >

Re: [openstack-dev] [cinder]Driver broken

2015-03-25 Thread Jordan Pittier
Hey, From http://packages.cloudfounders.com/ci_logs/47/85847/47/check/openvstorage-cinder-functionality/b073fb9/console.html : "Running ` python setup.py testr --testr-args='--subunit --concurrency 1 test_openvstorage'`" == Totals == Ran: 10 tests in 2. sec. - Passed: 10 - Skipped:

Re: [openstack-dev] Openstack live migration using devstack

2015-04-17 Thread Jordan Pittier
Hi Double check that sql_connection in the [database] section of cinder.conf is not empty. Jordan On Fri, Apr 17, 2015 at 7:24 PM, Erlon Cruz wrote: > Had the same error, but with cinder. Did you find find out something about > this error? > > 2015-04-17 14:12:31.957 TR

Re: [openstack-dev] [cinder] cinder support matrix, chap support?

2015-04-27 Thread Jordan Pittier
Hi, Isn't CHAP iscsi-specific ? Jordan On Mon, Apr 27, 2015 at 2:41 PM, Dave Walker wrote: > Hi, > > Recently I have been curious as to which Cinder drivers support > authentication. It seems that only a subset do. I wondered, is this > something that would be useful on the CinderSupportMatrix

[openstack-dev] [QA]Refactoring Scenarios manager.py

2017-02-25 Thread Jordan Pittier
Hi guys, So I have a problem with these 2 patches here [1] and here [2]. You basically are blocking any attempt of refactoring manager.py. Refactoring that file has been our number one priority for 2 cycles, and so far hardly no one stepped up really to do the work, except me with these 2 patches.

Re: [openstack-dev] [QA]Refactoring Scenarios manager.py

2017-03-01 Thread Jordan Pittier
On Wed, Mar 1, 2017 at 3:57 AM, Ghanshyam Mann wrote: > Doing gradual refactoring and fixing plugins time to time needs lot of > wait and sync. > > That needs: > 1. Plugins to switch from current method usage. Plugins to have some other > function or same copy paste code what current scenario bas

Re: [openstack-dev] [QA]Refactoring Scenarios manager.py

2017-03-01 Thread Jordan Pittier
On Wed, Mar 1, 2017 at 4:18 AM, wrote: > I think it a good solution, I already put +1 :) > > > And, as to the scenario testcases, shall we: > > 1) remove test steps/checks already coverd in API test > Duplicate test steps/checks is not good and should be removed. It's not related to the scenario

Re: [openstack-dev] [QA][gate][all] dsvm gate stability and scenario tests

2017-03-17 Thread Jordan Pittier
The patch that reduced the number of Tempest Scenarios we run in every job and also reduce the test run concurrency [0] was merged 13 days ago. Since, the situation (i.e the high number of false negative job results) has not improved significantly. We need to keep looking collectively at this. The

Re: [openstack-dev] [QA][gate][all] dsvm gate stability and scenario tests

2017-03-17 Thread Jordan Pittier
On Fri, Mar 17, 2017 at 1:58 PM, Sean Dague wrote: > On 03/17/2017 08:27 AM, Jordan Pittier wrote: > > The patch that reduced the number of Tempest Scenarios we run in every > > job and also reduce the test run concurrency [0] was merged 13 days ago. > > Since, the situation

Re: [openstack-dev] [QA][gate][all] dsvm gate stability and scenario tests

2017-03-17 Thread Jordan Pittier
On Fri, Mar 17, 2017 at 3:11 PM, Sean Dague wrote: > On 03/17/2017 09:24 AM, Jordan Pittier wrote: > > > > > > On Fri, Mar 17, 2017 at 1:58 PM, Sean Dague > <mailto:s...@dague.net>> wrote: > > > > On 03/17/2017 08:27 AM, Jordan Pittier wrote: &

Re: [openstack-dev] [qa][cinder] critical fix for ceph job

2017-04-07 Thread Jordan Pittier
On Fri, Apr 7, 2017 at 4:15 PM, Ghanshyam Mann wrote: > Thanks. I am not sure these kind of driver specific behavior on APIs > side. This bring up question that should not cinder APIs be consistent > from usage point. In this case[1], create backup API can accept > 'container' param and do/don't

Re: [openstack-dev] [qa][gate] tempest slow - where do we execute them in gate?

2017-04-17 Thread Jordan Pittier
On Mon, Apr 17, 2017 at 6:50 AM, Ihar Hrachyshka wrote: > Hi all, > > so I tried to inject a failure in a tempest test and was surprised > that no gate job failed because of that: > https://review.openstack.org/#/c/457102/1 > > It turned out that the test is not executed because we always ignore

Re: [openstack-dev] [Openstack-dev] [Designate]

2017-04-17 Thread Jordan Pittier
Hi, On Mon, Apr 17, 2017 at 7:32 PM, Carmine Annunziata < carmine.annunziat...@gmail.com> wrote: > Hi guys, > I'm trying to integrate designate in openstack by devstack, the standard > procedure uses rejoin-stack.sh after the stack.sh but in the last release > there isn't anymore. So what may i d

Re: [openstack-dev] [tc][ptls] Apologies and update

2017-04-20 Thread Jordan Pittier
Hi Tony, Thank you for this email and the good work you've been doing for OpenStack. Take care, Jordan On Thu, Apr 20, 2017 at 8:56 AM, Tony Breeds wrote: > Hi All, > I'd belatedly like to apologise for my recent absence from my OpenStack > duties. As a few people know I needed to take a s

Re: [openstack-dev] [qa][cinder][ceph] should Tempest tests the backend specific feature?

2017-05-02 Thread Jordan Pittier
On Tue, May 2, 2017 at 7:42 AM, Ghanshyam Mann wrote: > In Cinder, there are many features/APIs which are backend specific and > will return 405 or 501 if same is not implemented on any backend [1]. > If such tests are implemented in Tempest, then it will break some gate > where that backend job

Re: [openstack-dev] [nova] test strategy for the serial console feature

2016-07-26 Thread Jordan Pittier
Hi Markus You don"t really need a whole new job for this. Just turn that flag to True on existing jobs. 30/40 seconds is acceptable. But I am surprised considering a VM usually boots in 5 sec or so. Any idea of where that slowdown comes from ? On Tue, Jul 26, 2016 at 11:50 AM, Markus Zoeller < mz

Re: [openstack-dev] [Cinder] Pending removal of Scality volume driver

2016-07-28 Thread Jordan Pittier
Hi Sean, Thanks for the heads up. On Wed, Jul 27, 2016 at 11:13 PM, Sean McGinnis wrote: > The Cinder policy for driver CI requires that all volume drivers > have a CI reporting on any new patchset. CI's may have some down > time, but if they do not report within a two week period they are > co

Re: [openstack-dev] Why do we need a Requirements Team and PTL

2016-08-06 Thread Jordan Pittier
On Sat, Aug 6, 2016 at 6:16 PM, Anita Kuno wrote: > On 16-08-06 10:34 AM, Davanum Srinivas wrote: > >> Folks, >> >> Question asked by Julien here: >> https://twitter.com/juldanjou/status/761897228596350976 >> >> Answer: >> There's a boat load of work that goes on in global requirements >> process

Re: [openstack-dev] [tempest][cinder] Clone feature toggle not in clone tests

2016-08-24 Thread Jordan Pittier
em. I thought it obvious that if clone is disabled > in tempest, the tests that simply clone should be disabled. > > So I put up a bug and fix for it, but have been talking with > Jordan Pittier and he suggested I come to the mailing list to > get this figured out. > > I'm n

Re: [openstack-dev] [tempest][cinder] Clone feature toggle not in clone tests

2016-08-26 Thread Jordan Pittier
On Thu, Aug 25, 2016 at 7:06 PM, Ben Swartzlander wrote: > Originally the NFS driver did support snapshots, but it was implemented by > just 'cp'ing the file containing the raw bits. This works fine (if > inefficiently) for unattached volumes, but if you do this on an attached > volume the snapsh

Re: [openstack-dev] [Nova] Support specified volume_type when boot instance, do we like it?

2016-08-29 Thread Jordan Pittier
On Mon, Aug 29, 2016 at 8:50 AM, Zhenyu Zheng wrote: > Hi, all > > Currently we have customer demands about adding parameter "volume_type" to > --block-device to provide the support of specified storage backend to boot > instance. And I find one newly drafted Blueprint that aiming to address the

Re: [openstack-dev] [infra] Reliable way to filter CI in gerrit spam?

2016-08-31 Thread Jordan Pittier
On Wed, Aug 31, 2016 at 3:44 PM, Matthew Booth wrote: > > Is there anything I missed? Or is it possible to unsubscribe from gerrit > mail from bots? Or is there any other good way to achieve what I'm looking > for which doesn't involve maintaining my own bot list? If not, would it be > feasible to

Re: [openstack-dev] [OSC] Tenant Resource Cleanup

2016-09-07 Thread Jordan Pittier
On Wed, Sep 7, 2016 at 4:18 PM, Boris Bobrov wrote: > Hello, > > I wonder if it would be worth integrating ospurge into openstackclient. > > Are there any osc sessions planned at the summit? > > > Hi, I am the current "PTL" of the openstack/ospurge project. The project is still alive and we have

[openstack-dev] [QA][Nova]Making gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial non voting

2017-01-10 Thread Jordan Pittier
Hi, I don't know if you've noticed but the gate-tempest-dsvm-full-devstack-plugin-ceph-ubuntu-xenial job has a high rate of false negative. I've queried Gerrit and analysed all the "Verified -2" messages left by Jenkins (i.e Gate failure) for the last 30 days. (script is here [1]). On project open

Re: [openstack-dev] How change a section name in oslo.config but keep compatibility with the old format

2017-01-12 Thread Jordan Pittier
Hi, Look at this file https://github.com/openstack/tempest/blob/master/tempest/config.py and search for "deprecated_opts" Not sure you can deprecate a whole section, but you can set the old location (old section/old config name) for each new config option. On Thu, Jan 12, 2017 at 11:01 AM, Maxime

[openstack-dev] [QA][Nova]Libvirt frequent crashes on Ubuntu Xenial

2017-02-01 Thread Jordan Pittier
Hi, After investigating several gate failures and thanks to logstash, I found out that Libvirtd often crashes badly on Ubuntu Xenial. I know of 3 distinct crashes, with the following fingerprints in syslog.txt * libvirtd: malloc.c:3720: _int_malloc: Assertion `(unsigned long) (size) >= (unsigned l

Re: [openstack-dev] gate jobs - papercuts

2017-02-02 Thread Jordan Pittier
On Wed, Feb 1, 2017 at 6:57 PM, Davanum Srinivas wrote: > Thanks Melanie! Since the last report 4 hours ago, the > ServersNegativeTestJSON failed 8 more times. > > Is the following one of the libvirt ones? > > http://logs.openstack.org/24/425924/2/gate/gate-tempest-dsvm-neutron-linuxbridge-ubuntu-

Re: [openstack-dev] [all][api] POST /api-wg/news

2017-02-06 Thread Jordan Pittier
On Fri, Feb 3, 2017 at 7:51 PM, Ken'ichi Ohmichi wrote: > 2017-02-03 9:56 GMT-08:00 Chris Dent : > > On Thu, 2 Feb 2017, Ken'ichi Ohmichi wrote: > >>> > >>> In today's meeting [0] after briefly covering old business we spent > >>> nearly > >>> 50 minutes going round in circles discussing the comp

Re: [openstack-dev] [qa] PTL Candidacy for Pike

2017-02-06 Thread Jordan Pittier
Hi Andrea, Thanks for your candidacy. Let me ask one question if it's not too late. What's the role of the QA team when it comes to API change ? I have in mind the recent Glance change related to private vs shared image status. Someone in our community asked : * "I need to get an official decision

Re: [openstack-dev] [QA] Announcing my candidacy for PTL of the Pike cycle

2017-02-06 Thread Jordan Pittier
Hi gmann, Thanks for your candidacy. Let me ask one question if it's not too late. What's the role of the QA team when it comes to API change ? I have in mind the recent Glance change related to private vs shared image status. Someone in our community asked : * "I need to get an official decision

  1   2   >