Bug 1096268
| Summary: | ceilometer notification agent is installed by packstack but the service is not started | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Eoghan Glynn <eglynn> | ||||
| Component: | openstack-puppet-modules | Assignee: | Martin Magr <mmagr> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Ami Jeain <ajeain> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 5.0 (RHEL 7) | CC: | mmagr, yeylon | ||||
| Target Milestone: | rc | ||||||
| Target Release: | 5.0 (RHEL 7) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-puppet-modules-2014.1-13.1.el7ost | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | |||||||
| : | 1109329 (view as bug list) | Environment: | |||||
| Last Closed: | 2014-07-08 15:38:19 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: | 1109329 | ||||||
| Attachments: |
|
||||||
Created attachment 894703 [details]
workaround patch
This is only a workaround patch to have this issue fixed quickly. To fix the problem properly puppet-ceilometer and appropriate manifest templates will have to be updated.
Pull request to fix the issue properly: https://github.com/redhat-openstack/openstack-puppet-modules/pull/45 Workarounded in Packstack: openstack-packstack-2014.1.1-0.14.dev1068.el7ost Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHEA-2014-0846.html |
Description of problem: The ceilometer notification agent (responsible for consuming notifications from other openstack services) is installed by the puppet module, but not actually started. Version-Release number of selected component (if applicable): $ sudo rpm -qa | grep packstack openstack-packstack-2014.1.1-0.11.1.dev1055.el7ost.noarch openstack-packstack-puppet-2014.1.1-0.11.1.dev1055.el7ost.noarch How reproducible: 100% Steps to Reproduce: 1. Install packstack: $ packstack --allinone 2. Check the ceilometer-api service status: $ sudo service openstack-ceilometer-notification status Actual results: The notification agent is not started. Expected results: The notification agent should be started. Additional info: Issue can be worked around by manually starting the service: $ sudo service openstack-ceilometer-notification start