glance doesn't send notifications to ceilometer

Bug #1314196 reported by Ivan Berezovskiy
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Dmitry Ilyin
5.0.x
Fix Released
Medium
Dmitry Ilyin

Bug Description

Settings:

1. Simple mode
2. CentOS or Ubuntu
3. Neutron or Nova
4. Enable ceilometer
5. Controller+mongo and complute

Deploy environment. Then go to controller and run: 'ceilometer meter-list'.

Expected result: Notification like 'image.update' and 'image.upload' are present in the list.

Actual result: these notifications are not present.

List of notification that should be obtained from glance:

image.update - Number of update on the image
image.upload - Number of upload of the image
image.delete - Number of delete on the image
image.download - Image is downloaded
image.serve - Image is served out

So, if cirros or any another image are present in glance, notifications 'image.update' and 'image.upload' should exist in list.

The problem may be in that glance couldn't connect to rabbit or put notifcation to rabbit queue 'notifications.info'.

Changed in fuel:
status: New → Confirmed
importance: Undecided → Medium
assignee: nobody → Fuel Library Team (fuel-library)
milestone: none → 5.1
tags: added: release-notes
Revision history for this message
Vladimir Kuklin (vkuklin) wrote :

we need a diagnostic snapshot to undestand where the problem is.

Changed in fuel:
status: Confirmed → Incomplete
Changed in fuel:
assignee: Fuel Library Team (fuel-library) → Dmitry Ilyin (idv1985)
Revision history for this message
Dmitry Ilyin (idv1985) wrote :

Hmm, looks like something is definitly wrong here... to the point of having ceilometer not working at all. Unfortunatly I know nothing about how it works and how to deploy it so I'll have to do some research.

Changed in fuel:
status: Incomplete → Confirmed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/102175

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on fuel-library (master)

Change abandoned by Dmitry Ilyin (<email address hidden>) on branch: master
Review: https://review.openstack.org/102175
Reason: close

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/5.0)

Fix proposed to branch: stable/5.0
Review: https://review.openstack.org/102797

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/102175
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=c991a844ca909c384993ae00e7a25b59926fa1b5
Submitter: Jenkins
Branch: master

commit c991a844ca909c384993ae00e7a25b59926fa1b5
Author: Dmitry Ilyin <email address hidden>
Date: Tue Jun 24 14:17:21 2014 +0400

    Fix notification driver and strategy values

    To make glance ceilometer notifications to work.

    Change-Id: I75e13e3cc5fdfad413b460323bb870de3565ff5a
    Closes-Bug: 1314196

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/5.0)

Reviewed: https://review.openstack.org/102797
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=1d27d2e7f625d48240022e273e32f5f51d58722d
Submitter: Jenkins
Branch: stable/5.0

commit 1d27d2e7f625d48240022e273e32f5f51d58722d
Author: Dmitry Ilyin <email address hidden>
Date: Tue Jun 24 14:17:21 2014 +0400

    Fix notification driver and strategy values

    To make glance ceilometer notifications to work.

    Change-Id: I75e13e3cc5fdfad413b460323bb870de3565ff5a
    Closes-Bug: 1314196

Revision history for this message
Anastasia Palkina (apalkina) wrote :

Verified on ISO #281
"build_id": "2014-07-01_02-01-14",
"ostf_sha": "7171951202a22d8dfe9b3b76c9824001e2485630",
"build_number": "281",
"api": "1.0",
"nailgun_sha": "ff01812bb98e22acf136078368380b417b71d78c",
"production": "docker",
"fuelmain_sha": "dc2f49711946a34cfc94b479e87669eb614b4056",
"astute_sha": "6ed4d5a2d59675a59bb3f5bc94851ff13a4a4468",
"feature_groups": ["mirantis"],
"release": "5.1",
"fuellib_sha": "795737e3655623dbf932393b426659e8afcb77b9"

root@node-5:~# ceilometer meter-list | grep image
| image | gauge | image | 71ca70f0-7ccb-419e-bd98-018ab85c3ae6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image | gauge | image | e48a09c7-9c71-42bc-bddb-155c2981e0f6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.delete | delta | image | 71ca70f0-7ccb-419e-bd98-018ab85c3ae6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.size | gauge | B | 71ca70f0-7ccb-419e-bd98-018ab85c3ae6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.size | gauge | B | e48a09c7-9c71-42bc-bddb-155c2981e0f6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.update | delta | image | 71ca70f0-7ccb-419e-bd98-018ab85c3ae6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.update | delta | image | e48a09c7-9c71-42bc-bddb-155c2981e0f6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.upload | delta | image | 71ca70f0-7ccb-419e-bd98-018ab85c3ae6 | None | 89bc305c8ccd4235af15f863ba561f87 |
| image.upload | delta | image | e48a09c7-9c71-42bc-bddb-155c2981e0f6 | None | 89bc305c8ccd4235af15f863ba561f87 |

Changed in fuel:
status: Fix Committed → Fix Released
Revision history for this message
Meg McRoberts (dreidellhasa) wrote :

Marked as "Known Issue" in 5.0 and 5.0.1 Release Notes.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.