Juju Charm - Nova Cloud Controller
Go to file
2014-07-30 10:49:59 +00:00
files Make quantum helpers support neutron 2013-10-14 12:40:59 +01:00
hooks README update, enable ability to explictly set the use of the nova-cc address and use the PUBLIC address 2014-07-30 10:49:59 +00:00
scripts Sync scripts/. 2013-04-09 11:31:23 -07:00
templates Add new plugin template for nsx 2014-05-03 07:48:55 +01:00
tests [corey.bryant,r=james-page,gnuoy] Add amulet tests 2014-07-28 12:38:42 +01:00
unit_tests Rebased 2014-07-29 14:42:08 +00:00
.bzrignore Resync helpers 2014-07-02 09:22:25 +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
charm-helpers-hooks.yaml [trivia] Add missing helper 2014-07-28 13:05:42 +01:00
charm-helpers-tests.yaml Move charm-helpers.yaml to charm-helpers-hooks.yaml and 2014-06-24 17:19:15 +00:00
config.yaml README update, enable ability to explictly set the use of the nova-cc address and use the PUBLIC address 2014-07-30 10:49:59 +00: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
Makefile Rebase and resync 2014-07-28 15:41:41 +01:00
metadata.yaml Add support for joining charm to standalone neutron-api service 2014-05-15 08:25:56 +01:00
README.txt README update, enable ability to explictly set the use of the nova-cc address and use the PUBLIC address 2014-07-30 10:49:59 +00:00
revision Added cell support 2014-04-25 16:46:42 +00:00
setup.cfg [yolanda] Add postgresql support 2014-03-31 12:56:09 +01:00

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

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

The neutron-api interface can be used join this charm with an external neutron-api server. If this is done
then this charm will shutdown its neutron-api service and the external charm will be registered as the
neutron-api endpoint in keystone. It will also use the quantum-security-groups setting which is passed to
it by the api service rather than its own quantum-security-groups setting.

If console access is required then console-proxy-ip should be set to a client accessible IP that resolves
to the nova-cloud-controller. If running in HA mode then the public vip is used if console-proxy-ip is set
to local. Note: The console access protocol is baked into a guest when it is created, if you change it then
console access for existing guests will stop working

******************************************************
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"