- 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.
- 操作系統(tǒng)實(shí)用教程(Linux版)
- Mastering vRealize Operations Manager(Second Edition)
- 大學(xué)計算機(jī)應(yīng)用基礎(chǔ)實(shí)踐教程(Windows 7+Office 2013)
- 網(wǎng)絡(luò)操作系統(tǒng):Windows Server 2003管理與應(yīng)用
- 精解Windows 8
- 無蘋果不生活 The New iPad隨身寶典
- NetDevOps入門與實(shí)踐
- OpenSolaris設(shè)備驅(qū)動原理與開發(fā)
- Red Hat Enterprise Linux 6.4網(wǎng)絡(luò)操作系統(tǒng)詳解
- Linux系統(tǒng)最佳實(shí)踐工具:命令行技術(shù)
- Java EE 7 Developer Handbook
- 電腦辦公(Windows 10 + Office 2016)入門與提高(超值版)
- Mastering Azure Serverless Computing
- Linux指令從初學(xué)到精通
- Mastering Spring Cloud