| Summary: | splitting the sos report to modules - Keystone | |||
|---|---|---|---|---|
| Product: | [Community] RDO | Reporter: | lpeer <lpeer> | |
| Component: | openstack-keystone | Assignee: | Kaushik Banerjee <kbanerje> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Kaushik Banerjee <kbanerje> | |
| Severity: | high | Docs Contact: | ||
| Priority: | high | |||
| Version: | unspecified | CC: | apevec, ayoung, eglynn, eharney, fpercoco, jpeeler, markmc | |
| Target Milestone: | Milestone3 | |||
| Target Release: | Havana | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | 999656 | |||
| : | 999659 (view as bug list) | Environment: | ||
| Last Closed: | 2015-04-16 22:40:13 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: | ||
| Bug Depends On: | ||||
| Bug Blocks: | 999587 | |||
|
Description
lpeer
2013-08-21 19:34:00 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. Pull request: https://github.com/sosreport/sosreport/pull/192 This was accepted upstream and is in the main github branch. https://github.com/sosreport/sosreport/blob/master/sos/plugins/openstack_keystone.py For RHEL6 this had to be backported to sos 2.2 and is not in the main sos package. It can be found in the package sos-plugins-openstack. For testing the sos and sos-plugins-openstack packages should be installed and run on a system with keystone installed. The sos tarball should contain the 4 keystone config files from the setup self.add_copy_specs call and should also capture the logs from /var/log/keystone. The /etc/keystone/keystone.conf file should also have passwords scrubbed in the postproc step. tested and works as expected, see test plan. openstack plugins have been included into sos 3.2 |