ceilometer-powervm/devstack
Jenkins 609f3a0c46 Merge "Optimize the link address for fetching git code" 2017-04-11 19:02:08 +00:00
..
README.rst Optimize the link address for fetching git code 2017-04-11 17:45:27 +00:00
plugin.sh Remove INSTALL_PYPOWERVM 2017-04-11 17:18:57 +00:00
powervm-functions.sh Remove INSTALL_PYPOWERVM 2017-04-11 17:18:57 +00:00
settings Remove INSTALL_PYPOWERVM 2017-04-11 17:18:57 +00: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 git.openstack.org/openstack/ceilometer
    enable_plugin ceilometer-powervm 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