ceilometer/doc/source/install/install-compute-obs.rst
gord chung 8e06ebcecf update ipmi docs
- add install instructions
- fix docs to better show ipmi meters from notifications(ironic)
and pollsters(ipmitool/node manager)

Closes-Bug: #1746736
Change-Id: Ia83b56006e201bb0f8681ac1299387fb2ee6bdb6
2018-02-09 21:59:14 +00:00

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

  1. Install the packages:

    # zypper install openstack-ceilometer-agent-compute
    # zypper install openstack-ceilometer-agent-ipmi (optional)

Finalize installation

  1. 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)
  2. Restart the Compute service:

    # systemctl restart openstack-nova-compute.service