Juju Charm - Nova Cloud Controller
Go to file
James Page f1ecf4d81d [james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*]
Support for Icehouse on 12.04 and 14.04
Support for Active/Active and SSL RabbitMQ
Support for SSL MySQL
Support for SSL endpoints
Support for PostgreSQL

Fixes for upgrades on 12.04 grizzly->havana->icehouse
2014-04-16 09:25:14 +01:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks [james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*] 2014-04-16 09:25:14 +01:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates [james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*] 2014-04-16 09:25:14 +01:00
unit_tests Fixup bug in shared-db and postgresql changed hooks - neutron uses the db as well 2014-04-11 17:41:42 +01:00
.coveragerc Check in start of py redux. 2013-08-01 20:42:16 -07:00
.project Fixup nvp- prefix in pydev files 2013-11-08 13:43:03 +08:00
.pydevproject Fixup nvp- prefix in pydev files 2013-11-08 13:43:03 +08:00
Makefile [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
README.txt pushed initial readme 2014-03-25 10:11:04 +01:00
charm-helpers.yaml Resync to master charm-helpers 2014-04-02 18:04:22 +01:00
config.yaml [james-page,hazmat,ivoks,coreycb,yolanda.robla,r=james-page,t=*] 2014-04-16 09:25:14 +01:00
copyright adding copyright file 2012-06-19 14:51:52 -07:00
icon.svg Update icon.svg 2013-10-23 13:14:56 -07:00
metadata.yaml [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00
revision added postgresql support 2014-03-20 11:18:23 +01:00
setup.cfg [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00

README.txt

=====================
nova-cloud-controller
=====================

Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.

******************************************************
Special considerations to be deployed using Postgresql
******************************************************

juju deploy nova-cloud-controller
juju deploy postgresql

juju add-relation "nova-cloud-controller:pgsql-nova-db" "postgresql:db"
juju add-relation "nova-cloud-controller:pgsql-neutron-db" "postgresql:db"