Juju Charm - Nova Compute Proxy
Go to file
James Page b613fb39fb Prettify paths 2014-11-10 11:40:13 +00:00
hooks Prettify paths 2014-11-10 11:40:13 +00:00
templates Temp hardcode on neutron-api charm data 2014-11-10 11:06:40 +00:00
.coveragerc Finish up: new templates, ssh key creation, Makefile. 2013-08-01 16:21:58 -07:00
.project Couple of tweaks 2014-06-12 14:01:08 +01:00
.pydevproject Refactoring and redux to remove surplus from nova-compute charm 2014-11-10 09:58:53 +00:00
Makefile Tidy lint 2014-11-07 17:46:25 +01:00
README fix typos in README file 2014-10-29 16:11:45 -02:00
charm-helpers.yaml Resync helpers 2014-11-07 17:42:23 +01:00
config.yaml Refactoring and redux to remove surplus from nova-compute charm 2014-11-10 09:58:53 +00:00
copyright Add copyright. 2012-06-19 16:07:12 -07:00
icon.svg Update icon.svg 2013-10-23 13:14:56 -07:00
metadata.yaml Fixup formatting issue 2014-11-10 11:19:38 +00:00
revision resync charmhelper 2014-03-12 13:05:16 +01:00

README

# Overview

The nova-compute-power charm deploys openstack to a given Power8 compute node. 

# Usage

To deploy a nova-compute-power service you have to have the following:

* Generate a ssh key that the charm can use to login to the compute node
  to start installing RPMS and configuration file
* A yum repository which contains the appropriate IBM Openstack Icehouse 
  RPMs.
* Sudo password-less configured for the user on the compute node.

Once you have this setup you must configure the charm as follow:

1. Place the key to the nova-compute node in the files directory of the
   charm.
2. Create a config.yaml that has the following:

    * power-user: username used to access and configure the power node.
    * power-repo: Yum repository url.
    * power-hosts: IP address of power node