RETIRED, Fuel plugin for Openbook project integration
Go to file
Jeremy Fluhmann 0c34711b0e branched off for 6.1; removed all 7.0-related material
Change-Id: Id4cb9b872a2df1be598253f6a757d0ff7cdbbf75
2015-10-28 13:37:17 -05:00
deployment_scripts/puppet branched off for 6.1; removed all 7.0-related material 2015-10-28 13:37:17 -05:00
doc branched off for 6.1; removed all 7.0-related material 2015-10-28 13:37:17 -05:00
repositories Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
specs changed spec to specs; uploaded test plan 2015-10-22 15:16:44 -05:00
.gitreview Added .gitreview 2015-09-16 14:34:59 +00:00
LICENSE Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
README.md branched off for 6.1; removed all 7.0-related material 2015-10-28 13:37:17 -05:00
TestPlanforOpenbookFuelPlugin.pdf changed spec to specs; uploaded test plan 2015-10-22 15:16:44 -05:00
deployment_tasks.yaml Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
environment_config.yaml Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
functions.sh Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
metadata.yaml branched off for 6.1; removed all 7.0-related material 2015-10-28 13:37:17 -05:00
network_roles.yaml Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
pre_build_hook Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00
tasks.yaml Initial upload; compatibility with MOS 6.1 and 7.0 2015-10-20 12:53:43 -05:00

README.md

The Openbook Plugin

This plugin extends Mirantis OpenStack functionality by adding Openbook customer onboarding, self-service, and cloud billing / charge-back services. Openbook is a fully-functional, simple to use cloud management solution that has been built specifically for OpenStack. It allows users to measure, manage, and monetize clouds built on OpenStack.

Requirements

Requirement Version/Comment
Mirantis OpenStack compatility 6.1 or higher
Distribution Supported Ubuntu
Talligent Sharefile access Contact openbook@talligent.com for access

Installation

The plugin in not yet distribuited as package. You have to build it yourself.

How to build the plugin

Please refer to the Fuel Plugins wiki to build the plugin by yourself, version 2.0.0 (or higher) of the Fuel Plugin Builder is required.

    git clone https://github.com/openstack/fuel-plugin-openbook.git
    fpb --build fuel-plugin-openbook

How to install the plugin

Copy the plugin file to the Fuel Master node.

    cd fuel-plugin-openbook
    scp fuel-plugin-openbook*rpm root@<Fuel Master node IP address>:

Install the plugin using the fuel command line:

    ssh root@<Fuel Master node IP address>
    fuel plugins --install fuel-plugin-openbook*.rpm

Verify that the plugin is installed correctly:

    [root@fuel ~]# fuel plugins --list
    id | name                 | version | package_version
    ---|----------------------|---------|----------------
    2  | fuel-plugin-openbook | 1.0.0   | 2.0.0