Bug 1338954
| Summary: | openstack-gnocchi-statsd fails to start | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Marius Cornea <mcornea> | ||||
| Component: | openstack-tripleo-heat-templates | Assignee: | Pradeep Kilambi <pkilambi> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | urgent | ||||||
| Version: | 9.0 (Mitaka) | CC: | apevec, dbecker, fbaudin, jason.dobies, jjoyce, jschluet, lhh, mburns, morazi, rhel-osp-director-maint, sasha, tvignaud, yprokule | ||||
| Target Milestone: | ga | Keywords: | Triaged | ||||
| Target Release: | 9.0 (Mitaka) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | openstack-tripleo-heat-templates-2.0.0-11.el7ost | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2016-08-11 11:31:18 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: | |||||||
| Attachments: |
|
||||||
|
Description
Marius Cornea
2016-05-23 17:40:17 UTC
After setting ceph_keyring = /etc/ceph/ceph.client.openstack.keyring in /etc/gnocchi/gnocchi.conf it started ok. The value configured by the installer is: ceph_keyring = client.openstack Upstream backport still needs to merge: https://review.openstack.org/#/c/322312/ Reproduced upon upgrade from 8.0 to 9.0:
[root@overcloud-controller-0 ~]# pcs status|grep -B1 -i stop
Clone Set: openstack-gnocchi-metricd-clone [openstack-gnocchi-metricd]
Stopped: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
--
Clone Set: openstack-gnocchi-statsd-clone [openstack-gnocchi-statsd]
Stopped: [ overcloud-controller-0 overcloud-controller-1 overcloud-controller-2 ]
Created attachment 1182715 [details]
GnocchiUpdate_To_CEPH.log
Overcloud deployed with next command:
-------------------------------------
openstack overcloud deploy --libvirt-type qemu \
--ntp-server clock.redhat.com --templates \
--control-scale 3 --compute-scale 1 --ceph-storage-scale 1
Gnocchi* resources up and running.
Reconfigured gnocchi to use ceph backend(from default file) via stack update:
----------------------------------------------------------
openstack overcloud deploy --libvirt-type qemu \
--ntp-server clock.redhat.com --templates \
--control-scale 3 --compute-scale 1 --ceph-storage-scale 1 \
-e gnocchi_ceph.yaml
$ cat gnocchi_ceph.yaml
parameter_defaults:
GnocchiBackend: 'rbd'
Gnocchi resources up and running.
Packages:
openstack-tripleo-heat-templates-2.0.0-16.el7ost.noarch
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. https://rhn.redhat.com/errata/RHEA-2016-1599.html |