Juju Charm - Nova Compute Proxy
Go to file
Ryan Beisner 9146ddc1c5 Prep for move to git/gerrit
- Fix lint
- Remove files unrelated to the charm
- Ensure license info is in place
- Update metadata and maintainer info
- Prep test dirs
- Add .gitignore
2016-10-05 18:36:43 +00:00
bin sync charmhelpers 2015-06-04 15:05:27 +00:00
hooks Prep for move to git/gerrit 2016-10-05 18:36:43 +00:00
templates kilo template comment update 2015-06-04 17:43:34 +00:00
tests Prep for move to git/gerrit 2016-10-05 18:36:43 +00:00
unit_tests Prep for move to git/gerrit 2016-10-05 18:36:43 +00:00
.gitignore Prep for move to git/gerrit 2016-10-05 18:36:43 +00:00
LICENSE Prep for move to git/gerrit 2016-10-05 18:36:43 +00:00
Makefile update makefile and charm-helpers yaml 2015-06-04 15:04:52 +00:00
README Revert 2014-11-10 16:43:55 +00:00
charm-helpers.yaml update makefile and charm-helpers yaml 2015-06-04 15:04:52 +00:00
config.yaml Revert 2014-11-10 16:43:55 +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 Prep for move to git/gerrit 2016-10-05 18:36:43 +00: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