- Extending OpenStack
- Omar Khedher
- 294字
- 2021-06-24 18:51:46
Treating OpenStack as code
The Infrastructure as Code concept provides several best practices and patterns that will help us achieve remarkable results for the portfolio of systems within an organization. Without going deeply into details of this concept, the following points show us the advantages of using IaC for our OpenStack deployment:
- It automates the deployment of all OpenStack components through dozens of nodes with less effort, time, cost, and with more reliability
- It audits the OpenStack environment with every change and update
- It defines the desired state of the OpenStack infrastructure
- The system recovers faster from failures by reproducing systems easily from unexpected changes during OpenStack deployment
- It improves the robustness of OpenStack's infrastructure
- It keeps services available and consistent
In order to take advantage of the mentioned benefits of the concept of IaC, OpenStack environment components can be transformed to a defined role. Each role describes one or more specific elements of the OpenStack infrastructure and details how they should be configured.
Such roles can be written in a configuration definition file, which is a generic term to describe a role of a service or server. Nowadays, many tools have been developed for this purpose such as Chef, Puppet, and Ansible and have a better system management experience. The continuous growth of the OpenStack ecosystem was a result of the support and dedication of several giant and medium enterprises around the globe. This interest to provide a unique cloud software solution was not limited only to the OpenStack code source but also the contribution to automate its deployment. This covers the development of ready-production artifacts to manage and operate an OpenStack environment through system management tools. That includes Chef cookbooks, Ansible playbooks, and Puppet manifests.
- 樂學Windows操作系統
- BPEL and Java Cookbook
- Arch Linux Environment Setup How-to
- 無蘋果不生活 OS X Mountain Lion隨身寶典
- 曝光:Linux企業運維實戰
- Windows Phone 7.5 Data Cookbook
- 嵌入式操作系統(Linux篇)(微課版)
- 直播系統開發:基于Nginx與Nginx-rtmp-module
- 跟老男孩學Linux運維:Shell編程實戰
- Linux網絡配置與安全管理
- Learning Continuous Integration with Jenkins(Second Edition)
- OpenVZ Essentials
- 大學計算機應用基礎實踐教程(Windows 7+MS Office 2010)
- 完美應用Ubuntu(第2版)
- Learn OpenShift