-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This documentation is helpful for deploy an High Available Openstack instance.
The component described are:
- MySQL cluster
- RabbitMQ cluster
- Keystone with RabbitMQ
- Ceph cluster
- ...
- Refs
...
This guides show how to install a MySQL cluster in High Availability with Master to Master replica using Percona XtraDB Cluster and HAProxy.
This tool implement the Master - Master replica through the Galera library
See the relative Guide for the installation.
This tool implement the High Availability for the MySQL server.
See the relative Guide for the installation.
This tool implement the messaging queue for the keystone scaling.
See the relative Guide for the installation.
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.
See the relative Page .