<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1" style="word-wrap:break-word">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">> Hello,
<div style="font-family: Times New Roman; color: #000000; font-size: 16px">
<div>
<div>> I've read the documentation about Openstack HA (<a href="http://docs.openstack.org/high-availability-guide/content/index.html" target="_blank">http://docs.openstack.org/high-availability-guide/content/index.html</a>) and I successfully implemented the
 active/passive model (with corosync/pacemaker) for the two services Keystone and Glance (MySQL HA is based on<br>
> Percona-XtraDB multi-master).</div>
<div>> I'd like to know from the experts, which one is the best (and possibly why) model for HA, between active/passive and active/active, basing on their usage experience (that is for sure longer than mine).</div>
<br>
Hi,<br>
<br>
No so much about active/passive and active/active but maybe helpful:<br>
My personal opinion is that I would try to avoid cluster software as much as possible.<br>
They are highly complex pieces of software and you run the chance of creating more issues then you are solving.<br>
<br>
However, some piece will need to be highly available in your setup.<br>
I would limit those to as few (and simple) technologies as possible.<br>
In our company we already had HA load-balancers (a propriety solution) in house so we decided to use those to also make Openstack HA.<br>
<br>
The only real pain point we have left is the neutron l3 router. <br>
A possible solution would be to use our hardware routers for this (we use VLANs so this is pretty easy to setup/integrate).<br>
We will probably go that way in the future.<br>
(Currently we have no strict HA requirement for the router yet since all our production traffic to the cloud is going straight from/to the load balancers to the virtual machines without the l3-router in between)<br>
<br>
Cheers,<br>
Robert van Leeuwen<br>
</div>
</div>
</div>
</body>
</html>