8e06ebcecf
- add install instructions - fix docs to better show ipmi meters from notifications(ironic) and pollsters(ipmitool/node manager) Closes-Bug: #1746736 Change-Id: Ia83b56006e201bb0f8681ac1299387fb2ee6bdb6
1.1 KiB
1.1 KiB
Enable Compute service meters for openSUSE and SUSE Linux Enterprise
Telemetry uses a combination of notifications and an agent to collect Compute meters. Perform these steps on each compute node.
Install and configure components
Install the packages:
# zypper install openstack-ceilometer-agent-compute # zypper install openstack-ceilometer-agent-ipmi (optional)
Finalize installation
Start the agent and configure it to start when the system boots:
# systemctl enable openstack-ceilometer-agent-compute.service # systemctl start openstack-ceilometer-agent-compute.service # systemctl enable openstack-ceilometer-agent-ipmi.service (optional) # systemctl start openstack-ceilometer-agent-ipmi.service (optional)
Restart the Compute service:
# systemctl restart openstack-nova-compute.service