Bug 1343093
| Summary: | Coordination URL for gnocchi is not set | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Yurii Prokulevych <yprokule> |
| Component: | openstack-tripleo-heat-templates | Assignee: | Pradeep Kilambi <pkilambi> |
| Status: | CLOSED ERRATA | QA Contact: | Yurii Prokulevych <yprokule> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 9.0 (Mitaka) | CC: | dbecker, fbaudin, jason.dobies, jjoyce, mburns, morazi, pkilambi, rhel-osp-director-maint, tvignaud |
| 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:57 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: | |||
Verified with openstack-tripleo-heat-templates-2.0.0-15.el7ost.noarch
Overcloud deployed with command:
--------------------------------
openstack overcloud deploy --libvirt-type qemu --ntp-server clock.redhat.com --templates --control-scale 3 --compute-scale 2 --ceph-storage-scale 1
Than updated to swift backend:
------------------------------
openstack overcloud deploy --libvirt-type qemu --ntp-server clock.redhat.com --templates --control-scale 3 --compute-scale 2 --ceph-storage-scale 1 -e gnocchi_swift.yaml
cat gnocchi_swift.yaml
parameter_defaults:
GnocchiBackend: 'swift'
Than updated to ceph backend:
-----------------------------
openstack overcloud deploy --libvirt-type qemu --ntp-server clock.redhat.com --templates --control-scale 3 --compute-scale 2 --ceph-storage-scale 1 -e gnocchi_ceph.yam
cat gnocchi_ceph.yaml
parameter_defaults:
GnocchiBackend: 'rbd'
Gnocchi API's CRUD succeeded.
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 |
Description of problem: ----------------------- Coordination URL is not configured with director when HA is requested with swift backend. Deploy command: $ openstack overcloud deploy --libvirt-type qemu --ntp-server clock.redhat.com --templates --control-scale 3 --compute-scale 2 --ceph-storage-scale 2 -e gnocchi_swift.yaml $ cat gnocchi_swift.yaml parameter_defaults: GnocchiBackend: 'swift' Expected: --------- Like with ceilometer: coordination_url = redis://:SomePass@RedisIP:6379/ Version-Release number of selected component (if applicable): ------------------------------------------------------------- openstack-tripleo-image-elements-0.9.9-3.el7ost.noarch python-tripleoclient-2.0.0-1.0.2.el7ost.noarch openstack-tripleo-heat-templates-kilo-2.0.0-8.el7ost.noarch openstack-tripleo-common-2.0.0-5.el7ost.noarch openstack-tripleo-heat-templates-liberty-2.0.0-8.el7ost.noarch openstack-tripleo-heat-templates-2.0.0-8.el7ost.noarch openstack-tripleo-puppet-elements-2.0.0-2.el7ost.noarch openstack-tripleo-0.0.8-0.2.d81bd6dgit.el7ost.noarch python-gnocchiclient-2.2.0-1.el7ost.noarch openstack-gnocchi-common-2.1.1-1.el7ost.noarch openstack-gnocchi-statsd-2.1.1-1.el7ost.noarch python-gnocchi-2.1.1-1.el7ost.noarch openstack-gnocchi-metricd-2.1.1-1.el7ost.noarch openstack-gnocchi-indexer-sqlalchemy-2.1.1-1.el7ost.noarch openstack-gnocchi-api-2.1.1-1.el7ost.noarch openstack-gnocchi-carbonara-2.1.1-1.el7ost.noarch Additional info: ---------------- Virtual setup: 3controllers + 2computes + 2cephs