- Mastering OpenStack(Second Edition)
- Omar Khedher Chandan Dutta Chowdhury
- 269字
- 2021-07-02 23:52:47
The development and production environments
One of the requirements of deploying OpenStack in a production environment is to continuously test and improve the setup. This means we need to have a test environment that closely resembles the deployment architecture of the production environment and yet is not too complex to be easily implemented by inpidual developers. OpenStack Ansible provides a developer mode with All-in-One (AIO) node installation. We will look into the details of setting up a development environment later in this chapter.
The production environment, on the other hand, needs to be very robust, provide redundancy of services and service isolation, and be extensible. OSA's recommended architecture groups the target hosts into the following:
- Infrastructure and control plane host
- Logging host
- Compute hosts
- Optional storage hosts
The recommended architecture recommends at least three infrastructure and control plane hosts for providing service redundancy. We will also need a deployment host that will run the OSA playbooks.
The infrastructure hosts are installed with common services such as the following:
- Database server with MySQL Galera cluster
- RabbitMQ messaging server
- Memcached
- Repository servers
They also host the OpenStack control plane services, such as the following:
- Identity server (Keystone)
- Image server (Glance)
- Compute management service (Nova)
- Networking (Neutron)
- Other API services such as Heat, Ceilometer, and so on
The logging server hosts a centralized log server, such as rsyslog, and a log analyzer using Logstash and Elasticsearch. The compute hosts run the Nova compute service, along with the networking and logging agents:

For the production environment, separate storage hosts that run the Cinder scheduler and the Cinder volume services must provide storage services.
- 大數(shù)據(jù)導(dǎo)論:思維、技術(shù)與應(yīng)用
- Instant Raspberry Pi Gaming
- 商戰(zhàn)數(shù)據(jù)挖掘:你需要了解的數(shù)據(jù)科學與分析思維
- 計算機應(yīng)用復(fù)習與練習
- 輕松學Java
- Python Data Science Essentials
- 讓每張照片都成為佳作的Photoshop后期技法
- 菜鳥起飛系統(tǒng)安裝與重裝
- Photoshop CS5圖像處理入門、進階與提高
- 會聲會影X4中文版從入門到精通
- Mastering Predictive Analytics with scikit:learn and TensorFlow
- 空間機器人智能感知技術(shù)
- 機器學習案例分析(基于Python語言)
- Learning OpenShift
- 工業(yè)機器人編程指令詳解