ceilometer-powervm/devstack
Michelle Mandel 2cc735ebe6 Update comments to accurately describe actions
There were 2 comments that referred to "PowerVM SEA agent" when they
should actually refer to "PowerVM ceilometer compute agent". Updated
them to be accurate.

Change-Id: Ib3c2ab6f142e5e40d9cf9ae3f5875216cec9f03f
2016-03-03 02:09:31 +00:00
..
README.rst Add ceilometer-powervm devstack multi-node support 2015-11-30 16:39:44 -06:00
plugin.sh Update comments to accurately describe actions 2016-03-03 02:09:31 +00:00
powervm-functions.sh Do not error if NovaLink not installed 2016-01-21 12:47:28 -06:00
settings Disable installing pypowervm by default 2015-12-19 16:24:46 -06:00

README.rst

Installing with Devstack

  1. Download DevStack:

    $ git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack
  2. Modify DevStack's local.conf to pull in both Ceilometer and this project by adding:

    [[local|localrc]]
    ...
    enable_plugin ceilometer http://git.openstack.org/openstack/ceilometer
    enable_plugin ceilometer-powervm http://git.openstack.org/openstack/ceilometer-powervm
  3. See ceilometer-powervm/doc/source/devref/usage.rst, then configure the installation through options in local.conf as needed:

    [[local|localrc]]
    ...

    Example devstack config files for all-in-one, compute, and control nodes can be found here

  4. Run stack.sh from devstack:

    $ cd /opt/stack/devstack
    $ ./stack.sh