Juju Charm - Nova Compute Proxy
Go to file
diogo.matsubara@canonical.com 69267fb2a8 Update nova.conf template to point to correct lock path for Red Hat systems where the nova user has permissions to write a lock file. See https://bugzilla.redhat.com/show_bug.cgi?id=961557 for details 2015-01-14 11:58:24 -02:00
hooks fix selinux permissions 2015-01-13 12:28:21 -02:00
templates Update nova.conf template to point to correct lock path for Red Hat systems where the nova user has permissions to write a lock file. See https://bugzilla.redhat.com/show_bug.cgi?id=961557 for details 2015-01-14 11:58:24 -02: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 Revert 2014-11-10 16:43:55 +00:00
charm-helpers.yaml Resync helpers 2014-11-07 17:42:23 +01: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 Add relation for neutron-api and assocaited features 2014-11-10 16:18:39 +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