nova cloud controller #0
Description
Cloud controller node for Openstack nova. Contains nova-schedule, nova-api, nova-network and nova-objectstore.
- Tags:
- openstack ›
===================== 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.
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"
Configuration
- bridge-interface
- (string) Bridge interface to be configured
- br100
- bridge-ip
- (string) IP to be assigned to bridge interface
- 11.0.0.1
- bridge-netmask
- (string) Netmask to be assigned to bridge interface
- 255.255.255.0
- config-flags
- (string) Comma separated list of key=value config flags to be set in nova.conf.
- None
- database
- (string) Database name
- nova
- database-user
- (string) Username for database access
- nova
- ha-bindiface
- (string) Default network interface on which HA cluster will bind to communication with the other members of the HA Cluster.
- eth0
- ha-mcastport
- (int) Default multicast port number that will be used to communicate between HA Cluster nodes.
- 5404
- network-manager
- (string) Network manager for the cloud; supports the following options . FlatDHCPManager (nova-network) (default) FlatManager (nova-network) Neutron|Quantum (Full SDN solution) . When using the Neutron option you will most likely want to use the neutron-gateway charm to provide L3 routing and DHCP Services.
- FlatDHCPManager
- neutron-database
- (string) Database name for Neutron (if enabled)
- neutron
- neutron-database-user
- (string) Username for Neutron database access (if enabled)
- neutron
- neutron-external-network
- (string) Name of the external network for floating IP addresses provided by Neutron.
- ext_net
- nvp-cluster-name
- (string) Name of the NVP cluster configuration to create (grizzly only)
- example
- nvp-controllers
- (string) Space delimited addresses of NVP/NSX controllers
- nvp-l3-uuid
- (string) This is uuid of the default NVP/NSX L3 Gateway Service.
- nvp-password
- (string) Password to connect to NVP/NSX controllers with
- admin
- nvp-tz-uuid
- (string) This is uuid of the default NVP/NSX Transport zone that will be used for creating tunneled isolated Quantum networks. It needs to be created in NVP before starting Quantum with the nvp plugin.
- nvp-username
- (string) Username to connect to NVP/NSX controllers with
- admin
- openstack-origin
- (string) Repository from which to install. May be one of the following: distro (default), ppa:somecustom/ppa, a deb url sources entry, or a supported Cloud Archive release pocket. Supported Cloud Archive sources include: cloud:precise-folsom, cloud:precise-folsom/updates, cloud:precise-folsom/staging, cloud:precise-folsom/proposed. Note that updating this setting to a source that is known to provide a later version of OpenStack will trigger a software upgrade.
- distro
- quantum-plugin
- (string) Quantum plugin to use for network management; supports . ovs - OpenvSwitch Plugin nvp|nsx - Nicira Network Virtualization Platform/ VMware NSX Network Virtualization Platform (renamed for Icehouse) . This configuration only has context when used with network-manager Quantum|Neutron.
- ovs
- quantum-security-groups
- (string) Use quantum for security group management. . Only supported for >= grizzly.
- no
- rabbit-user
- (string) Username used to access rabbitmq queue
- nova
- rabbit-vhost
- (string) Rabbitmq vhost
- openstack
- region
- (string) OpenStack Region
- RegionOne
- ssl_ca
- (string) SSL CA to use with the certificate and key provided - this is only required if you are providing a privately signed ssl_cert and ssl_key.
- ssl_cert
- (string) SSL certificate to install and use for API ports. Setting this value and ssl_key will enable reverse proxying, point Nova's entry in the Keystone catalog to use https, and override any certficiate and key issued by Keystone (if it is configured to do so).
- ssl_key
- (string) SSL key to use with certificate specified as ssl_cert.
- use-syslog
- (boolean) If set to True, supporting services will log to syslog.
- vip
- (string) Virtual IP to use to front API services in ha configuration
- vip_cidr
- (int) Netmask that will be used for the Virtual IP
- 24
- vip_iface
- (string) Network Interface where to place the Virtual IP
- eth0