- 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
- 程序設計與實踐(VB.NET)
- Docker進階與實戰
- Hands-On Image Processing with Python
- Learning Vaadin 7(Second Edition)
- Unity 2018 Shaders and Effects Cookbook
- Mastering Elixir
- 分布式數據庫原理、架構與實踐
- 跟戴銘學iOS編程:理順核心知識點
- Apache Solr PHP Integration
- Practical Predictive Analytics
- SFML Game Development
- 自己動手構建編程語言:如何設計編譯器、解釋器和DSL
- 算法訓練營:海量圖解+競賽刷題(入門篇)
- Jenkins 2.x Continuous Integration Cookbook(Third Edition)
- 開源心法