e1bcb2c3de
Change the default pypowervm branch installed by devstack from 'master' to 'develop'. The master branch is not useful. Change-Id: I38048dee34fb5a045b8aece756e9d3e2818ee0f2 |
||
---|---|---|
.. | ||
plugin.sh | ||
powervm-functions.sh | ||
README.rst | ||
settings |
Installing with Devstack
Download DevStack:
$ git clone https://git.openstack.org/openstack-dev/devstack /opt/stack/devstack
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
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
Run
stack.sh
from devstack:$ cd /opt/stack/devstack $ ./stack.sh