[Openstack] Multiple nova-api's...

Everett Toews everett.toews at cybera.ca
Thu Aug 18 19:27:38 UTC 2011


Yes and maybe (we're doing it).

The individual nova-api processes need to run on their own port though.

nova-api --flagfile=/etc/nova/nova.conf
--logfile=/var/log/nova/nova-api-<port1>.log --ec2_listen_port=<port1>
nova-api --flagfile=/etc/nova/nova.conf
--logfile=/var/log/nova/nova-api-<port2>.log --ec2_listen_port=<port2>

you can fire up multiple nova-api processes with something like monit. Then
you can load balance between them with something like haproxy.

Everett

On Thu, Aug 18, 2011 at 11:43 AM, Joshua Harlow <harlowja at yahoo-inc.com>wrote:

>  Is it possible to have multiple nova-api’s, nova-networks running in the
> same instance (connected to the same db/rabbitmq)?
>
> Say that you want to have fault tolerance, so you would have multiple
> instances of these, so that if one failed the whole iaas system would not.
>
> Is that something typically done?
>
> _______________________________________________
> Mailing list: https://launchpad.net/~openstack
> Post to     : openstack at lists.launchpad.net
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack/attachments/20110818/c3317cc8/attachment.html>


More information about the Openstack mailing list