======================== Configuration Management ======================== 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. .. 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: * `Puppet `_, with available `OpenStack Puppet modules `_ * `Ansible `_, with `OpenStack Ansible `_ * `Chef `_, with available `OpenStack Chef recipes `_ Other newer configuration tools include `Juju `_ and `Salt `_; and more mature configuration management tools include `CFEngine `_ and `Bcfg2 `_.