[Yahoo-eng-team] [Bug 1646002] Re: periodic-tempest-dsvm-neutron-full-ssh-master fails on the gate - libguestfs installed but not usable (/usr/bin/supermin exited with error status 1.

2017-04-20 Thread Andrea Frittoli
** Changed in: tempest Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1646002 Title: periodic-tempest-dsvm-neutron-full-ssh-

[Yahoo-eng-team] [Bug 1656386] Re: Reduce neutron services' memory footprint

2017-02-15 Thread Andrea Frittoli
** Also affects: openstack-gate Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to neutron. https://bugs.launchpad.net/bugs/1656386 Title: Reduce neutron services' memory footprint Statu

[Yahoo-eng-team] [Bug 1646779] Re: libvirt killed by kernel on general protection or stack segment traps

2016-12-20 Thread Andrea Frittoli
I marked this as incomplete from a Tempest POV - I couldn't find anything wrong with the tests in Tempest that seem to trigger this, apart from triggering sometimes what looks like a libvirt issue. ** Also affects: libvirt Importance: Undecided Status: New ** Changed in: tempest

[Yahoo-eng-team] [Bug 1646779] Re: Cannot connect to libvirt

2016-12-07 Thread Andrea Frittoli
** Also affects: nova Importance: Undecided Status: New -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpad.net/bugs/1646779 Title: Cannot connect to libvirt Status in Open

[Yahoo-eng-team] [Bug 1646002] Re: periodic-tempest-dsvm-neutron-full-ssh-master fails on the gate - libguestfs installed but not usable (/usr/bin/supermin exited with error status 1.

2016-12-05 Thread Andrea Frittoli
** Changed in: devstack Status: In Progress => Fix Released ** Changed in: tempest Status: Fix Released => Fix Committed -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Compute (nova). https://bugs.launchpa

[Yahoo-eng-team] [Bug 1646002] Re: periodic-tempest-dsvm-neutron-full-ssh-master fails on the gate - libguestfs installed but not usable (/usr/bin/supermin exited with error status 1.

2016-12-05 Thread Andrea Frittoli
The root disk for the cirros image is blank before boot. The boot process starts from initrd. The file system in initrd is then copied to /dev/vda and boot continues from there. Injection happens before boot, thus there's no /etc folder found. The test should inject to / instead. ** Also affect

[Yahoo-eng-team] [Bug 1298472] Re: SSHTimeout in tempest trying to verify that computes are actually functioning

2016-12-01 Thread Andrea Frittoli
This is a very old bug. Anna set it back to new in Aug 2016 as it may be related to https://bugs.launchpad.net/mos/+bug/1606218, which has been fixed since. Hence I will set this to invalid. If some hits an ssh bug in the gate again, please file a new bug. ** Changed in: tempest Status:

[Yahoo-eng-team] [Bug 1506910] [NEW] Nova DB deadlock

2015-10-16 Thread Andrea Frittoli
Public bug reported: I hit the following deadlock in a dsvm job: http://paste.openstack.org/show/476503/ The full log is here: http://logs.openstack.org/00/234200/5/experimental/gate-tempest-dsvm-neutron-full-test-accounts/4dccd24/logs/screen-n-api.txt.gz#_2015-10-16_13_23_36_379 The exception

[Yahoo-eng-team] [Bug 1471665] Re: Successive runs of identity tempest tests take more and more time to finish

2015-07-06 Thread Andrea Frittoli
The cause for the degradation could be anywhere - keystone or any other co-located service which is hitting your devstack node resources. The only way Tempest could make thing worst is by not cleaning test resources properly, which still would hardly justify the slowdown. Such a slow down is worry

[Yahoo-eng-team] [Bug 1456771] [NEW] Failure prepping block device in the gate

2015-05-19 Thread Andrea Frittoli
Public bug reported: Since May 15th 2015 I sometimes see failures in both check and gate pipelines with "Failure prepping block device in the gate" and the following common signature: http://logstash.openstack.org/#eyJzZWFyY2giOiJcImJsb2NrX2RldmljZV9vYmpba2V5XSA9IGRiX2Jsb2NrX2RldmljZVtrZXldXCIiLC

[Yahoo-eng-team] [Bug 1154809] Re: Volume detach fails via OSAPI: AmbiguousEndpoints

2014-02-16 Thread Andrea Frittoli
My two cents: all python bindings should rely on python-keystoneclient for obtaining token and url from catalogue, rather than duplicating the logic to get a token and parse the catalogue, like cinder and nova client do. This will make it easier in future to support new version of the identity API.

[Yahoo-eng-team] [Bug 1238536] Re: POST with empty body results in 411 Error

2014-01-28 Thread Andrea Frittoli
cided Status: New ** Bug watch added: code.google.com/p/httplib2/issues #143 http://code.google.com/p/httplib2/issues/detail?id=143 ** Changed in: tempest Assignee: (unassigned) => Andrea Frittoli (andrea-frittoli) -- You received this bug notification because you are a member

[Yahoo-eng-team] [Bug 1267544] [NEW] List of endpoints in v2 token response is "endpoint" in XML

2014-01-09 Thread Andrea Frittoli
Public bug reported: The response to the token API in the v2 API is not consistent between JSON and XML In JSON the format is as follows: "serviceCatalog": [ { "endpoints": [ { "adminURL": "http://127.0.0.1:8774/v2/

[Yahoo-eng-team] [Bug 1260644] [NEW] ServerRescueTest may fail due to RESCUE taking too long

2013-12-13 Thread Andrea Frittoli
Public bug reported: In the grenade test [0] for a bp I'm working on, ServerRescueTestXML rescue_unrescue test failed because the VM did not get into RESCUE state in time. It seems that the test is flacky. >From the tempest log [1] I see the sequence VM ACTIVE, RESCUE issues, WAIT, timeout, DELET