Bug 999659

Summary: splitting the sos report to modules - Nova
Product: [Community] RDO Reporter: lpeer <lpeer>
Component: openstack-novaAssignee: Xavier Queralt <xqueralt>
Status: CLOSED CURRENTRELEASE QA Contact: Ami Jeain <ajeain>
Severity: high Docs Contact:
Priority: high    
Version: unspecifiedCC: apevec, ayoung, dallan, eglynn, eharney, fpercoco, jagee, jpeeler, markmc, ndipanov, rbryant, sdake, yeylon
Target Milestone: Milestone3   
Target Release: Havana   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 999657
: 999660 (view as bug list) Environment:
Last Closed: 2014-03-10 13:45:14 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 999587    

Description lpeer 2013-08-21 19:35:43 UTC
Description of problem:

Using component naming instead of a single product naming could help make the sos plugin easier to maintain.

Instead of having -
 https://github.com/sosreport/sosreport/blob/master/sos/plugins/openstack.py

We should have module per component: nova, neutron, heat, ceilometer, glance, etc, etc

Other relevant information can be found on the thread -
http://post-office.corp.redhat.com/archives/rh-openstack-dev/2013-August/msg00364.html

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

--- Additional comment from lpeer on 2013-08-21 15:27:46 EDT ---

please create openstack-nova.py

Comment 1 Jeremy Agee 2013-08-29 20:28:21 UTC
Initial split of openstack-cinder.py, openstack-dashboard.py, openstack-glance.py, openstack-horizon.py, openstack-keystone.py, openstack-nova.py, openstack-quantum.py, openstack-swift.py can be found here: https://github.com/jagee/sosreport.git

still need to create heat, ceilometer, packstack modules and refine password scrubbing.

Comment 2 yeylon@redhat.com 2013-09-01 20:00:08 UTC
openstack-nova.py module should collect current status on the compute nodes, running/paused/stuck VMs. VM RAM usage/CPU consumption etc.

Comment 3 Xavier Queralt 2013-09-05 12:11:28 UTC
Pull request for openstack-nova plugin: https://github.com/sosreport/sosreport/pull/196

Besides jagee's initial split, I've added proper pasword removal from the configuration files and some missing packages to the RedHat plugin.

Comment 4 Xavier Queralt 2013-10-02 08:50:35 UTC
The old pull request was closed. There is a new one with some fixes in: https://github.com/sosreport/sosreport/pull/197

Comment 5 Xavier Queralt 2014-03-10 13:45:14 UTC
I think this can be closed, the PR was merged a few months ago.