In this chapter, we walked through the different approaches and considerations for achieving HA and scalability in OpenStack deployments. As cloud architects, we need to decide on the correct approach for our deployment and then document it thoroughly so that it can be evaluated by the larger team in our organization.
Each of the major OpenStack vendors have a reference architecture for highly available deployments and these should be used as a starting point for the design. The design should then be integrated with the existing enterprise architecture and modified to ensure that best practices established by the various stakeholders within an organization are followed.
For example, Red Hat's highly available control plane uses the Galera extension to achieve active/active MariaDB services, but the database architects within an organization may...