OpenNebula Controller/ Frontend HA

Hey guys,

how do you make your OpenNebula frontend (oned + mm_sched) high available?

There are some bits of information how to setup ONE with pacemaker/ cman/ ccs and other monsters. I’d prefer a way without these tools.

Unfortunately ONE can’t be used in active/ active mode, so we must have one site to be active only.

How are you managing ONE in active/ passive mode?

Arnold

Those monsters are here for good reasons, to make sure “there can be only
one” to avoid data corruption.

When something gets wrong you need to “Shoot The Other Node In The Head”
to be certain of it’s state and then take disposition to recover the service.

Maybe heartbeat is a little more easier, I never tried it.

At work, I’m begining to be more “familiar” with corosync(2.3.3) and
pacemaker(1.1.10) which manage our cLVM/GFS2 over SAN LUNs.

Our frontend is in a pacemaker managed KVM, so it can live migrate from
node to node.

I will setup a slave with MySQL replication and a virtual IP when I’ll
have time, so strictly speaking I don’t have an active/passive ONE :wink:

So unfortunately, I see no shortcut for an HA setup.

Nodes need to monitor each other and kill the ones which look suspect, better use
tools dedicated to this as it can became complicated.

Any network outage makes each node a suspect to the others, in which
case you can make popcorn and looks for this good old spaghetti western
like film :wink:

Regards.