- OpenStack Administration with Ansible
- Walter Bentley
- 164字
- 2021-07-23 14:37:18
OpenStack supporting components
It is similar to any traditional application, there are dependent core components that are pivotal to the functionality but not necessarily the application itself. In the case of the base OpenStack architecture, there are two core components that will be considered as the core or backbone of the cloud. The OpenStack functionality requires access to an SQL-based backend database service and an Advanced Message Queuing Protocol (AMQP) software platform. Just as with most things OpenStack related there are the most commonly used/recommended choices adopted by the OpenStack community. From a database perspective, the common choice will be MySQL and the default AMQP package is RabbitMQ. These two dependencies must be installed, configured, and functional before you can start an OpenStack deployment.
There are additional optional software packages that can also be used to provide further stability as a part of your cloud design. The information about this management software and OpenStack architecture details can be found at the following link:
http://docs.openstack.org/arch-design/generalpurpose-architecture.html
- Web前端開發技術:HTML、CSS、JavaScript(第3版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Clojure for Domain:specific Languages
- Kotlin Standard Library Cookbook
- Python Data Analysis(Second Edition)
- Getting Started with Python Data Analysis
- Spring核心技術和案例實戰
- Yii Project Blueprints
- Linux C編程:一站式學習
- Procedural Content Generation for C++ Game Development
- 快速入門與進階:Creo 4·0全實例精講
- 代替VBA!用Python輕松實現Excel編程
- MyBatis 3源碼深度解析
- Parallel Programming with Python
- Selenium Essentials