Jump to: navigation, search

Difference between revisions of "OpsGuide/Configuration Management"

(Created page with "Maintaining an OpenStack cloud requires that you manage multiple physical servers, and this number might grow over time. Because managing nodes manually is error prone, we str...")
 
m (David.desrosiers moved page Configuration Management to OpsGuide/Configuration Management without leaving a redirect)
 
(No difference)

Latest revision as of 02:46, 14 November 2017

Maintaining an OpenStack cloud requires that you manage multiple physical servers, and this number might grow over time. Because managing nodes manually is error prone, we strongly recommend that you use a configuration-management tool. These tools automate the process of ensuring that all your nodes are configured properly and encourage you to maintain your configuration information (such as packages and configuration options) in a version-controlled repository.

45px-Information icon.svg.png Note

Several configuration-management tools are available, and this guide does not recommend a specific one. The most popular ones in the OpenStack community are: Other newer configuration tools include Juju and Salt; and more mature configuration management tools include CFEngine and Bcfg2.