← Back to team overview

openstack team mailing list archive

Re: Multiple nova-api's...

 

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@xxxxxxxxxxxxx>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@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>

Follow ups

References