gord chung a386af9628 partial clean up of contributor install info
- remove duplication of install-guide steps
- create a page for installing with devstack and integrating
with other telemetry services.

Change-Id: I697ea46bcb0db02fdb561f0161e22411e23679c7
2018-01-02 16:17:53 +00:00

1.1 KiB

Installing development sandbox

In a development environment created by devstack, Ceilometer can be tested alongside other OpenStack services.

Configuring devstack

  1. Download devstack.

  2. Create a local.conf file as input to devstack.

  3. The ceilometer services are not enabled by default, so they must be enabled in local.conf but adding the following:

    # Enable the Ceilometer devstack plugin
    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git

    By default, all ceilometer services except for ceilometer-ipmi agent will be enabled

  4. Enable Gnocchi storage support by including the following in local.conf:

    CEILOMETER_BACKEND=gnocchi

    Optionally, services which extend Ceilometer can be enabled:

    enable_plugin aodh https://git.openstack.org/openstack/aodh
    enable_plugin panko https://git.openstack.org/openstack/panko

    These plugins should be added before ceilometer.

  5. ./stack.sh