nova-powervm/devstack
Adam Reznechek f76b70f6ae Fix devstack README formatting
Fix formatting of step list for devstack plugins

Change-Id: I559145cdb00a40e77afae0b9707c62b4e4b00450
2015-10-30 00:05:20 -04:00
..
README.rst Fix devstack README formatting 2015-10-30 00:05:20 -04:00
local.conf.example Add base devstack plugins support 2015-10-29 21:43:01 -04:00
override-defaults Add base devstack plugins support 2015-10-29 21:43:01 -04:00
plugin.sh Add base devstack plugins support 2015-10-29 21:43:01 -04:00
powervm-functions.sh Add base devstack plugins support 2015-10-29 21:43:01 -04:00
settings Add base devstack plugins support 2015-10-29 21:43:01 -04: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 this project by adding:

    [[local|localrc]]
    enable_plugin nova-powervm http://git.openstack.org/openstack/nova-powervm

    See the file "local.conf.example" in nova-powervm/devstack for reference on using this driver with the corresponding networking-powervm and ceilometer-powervm drivers. Following the example file will enable all three plugins, resulting an all-in-one powervm devstack node.

  3. See nova-powervm/doc/source/devref/usage.rst, review the configuration options, then configure the installation in local.conf as needed for your environment. Besides DISK_DRIVER, the default config will be sufficient for most installs. :

    [[local|localrc]]
    ...
    DISK_DRIVER =
    VOL_GRP_NAME =
    CLUSTER_NAME =
    
    [[post-config|$NOVA_CONF]]
    [powervm]
    ...
  4. Run stack.sh from devstack:

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