Skip to content
dmichelotto edited this page Oct 8, 2014 · 11 revisions

Installation guides for Openstack

This documentation is helpful for deploy an High Available Openstack instance.

The component described are:

...

Installation guide for High Available MySQL cluster Master-Master

This guides show how to install a MySQL cluster in High Availability with Master to Master replica using Percona XtraDB Cluster and HAProxy.

Percona XtraDB Cluster

This tool implement the Master - Master replica through the Galera library

See the relative Guide for the installation.

HAProxy and Keepalived

This tool implement the High Availability for the MySQL server.

See the relative Guide for the installation.

top

Installation guide for RabbitMQ cluster

This tool implement the messaging queue for the keystone scaling.

See the relative Guide for the installation.

top

Installation guide for Keystone with RabbitMQ

In previous guides, we built redundant load balancers using HAProxy and Keepalived, we built redundant database servers using Percona XtraDB, and we built a RabbitMQ message queue service. Now, with those pieces in place, we can start building the OpenStack services that make up the controller stack.

See the relative Guide for the installation.

References

See the relative Page .

top