LimitationsΒΆ
The OpenStack Telemetry plugin for Fuel has the following limitations:
Ceilometer API is not fully supported by default. The following Ceilometer commands are supported:
- By default:
ceilometer sample-listceilometer statistics
- If the Resource API is enabled:
ceilometer resource-listceilometer meter-list
- If the Event API is enabled:
ceilometer event-list
Ceilometer complex queries are not supported.
- By default:
The Telemetry plugin does not store all the OpenStack resources metadata along with the Ceilometer Samples. The default list is as follows:
statusdeletedcontainer_formatmin_ramupdated_atmin_diskis_public sizechecksumcreated_at disk_formatprotectedinstance_hosthostdisplay_nameinstance_idinstance_typestatusstateuser_metadata.stackTo use the Ceilometer API requests based on metadata, add the required metadata as described in Configure the plugin.
The coordination for Ceilometer central agent and Aodh alarm evaluator services is switched off if RabbitMQ is used. The Telemetry plugin is based on the Ceilometer used in Mirantis OpenStack. Therefore, the notification agents do not require coordination. The coordination through tooz with Zookeeper back end is supported if the Kafka plugin is installed.
The OpenStack Telemetry plugin cannot be used if the Redis plugin is already enabled in the environment.