Skip to content

Monitoring / Utilization tab remains disabled for OpenStack (Gnocchi) in Radjabov despite C&U enabled #936

Description

@dhamo-ror

Description

In ManageIQ Radjabov, we are using OpenStack with Gnocchi for metrics.
Gnocchi connectivity works from the Rails console, but the Monitoring / Utilization tab in the UI remains greyed out and no metrics or graphs are shown.


Environment

  • ManageIQ version: Radjabov
  • Provider: OpenStack
  • Metrics service: Gnocchi

What Works

Gnocchi metrics are accessible from the Rails console:

ems = ManageIQ::Providers::Openstack::CloudManager.first
vm  = ems.vms.first

gnocchi_client = ems.connect(:service => "Metric")
gnocchi_client.list_meters([{"field" => "resource_id", "value" => vm.ems_ref}])

Valid meters (cpu, memory, vcpus, disk, etc.) are returned.


Issue

  • Monitoring / Utilization tab is greyed out

  • No metrics are shown:

    • On the OpenStack provider
    • On powered-on VMs

Steps Already Tried

  1. Enabled Capacity & Utilization (C&U) in Region Settings
  2. Restarted ManageIQ appliance
  3. Checked Monitoring tab on powered-on VMs
  4. Waited more than one week for rollups

Issue still persists.


Expected Behavior

Monitoring / Utilization tab should be enabled and display metrics when:

  • C&U is enabled
  • Gnocchi metrics are available

Actual Behavior

Monitoring / Utilization tab remains disabled and no metrics are shown.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions