BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage Articles Article Series: Configuration Management Tools

Article Series: Configuration Management Tools

Bookmarks

Introduction

Snowflake servers are quickly becoming a thing of the past. The advent of datacenters with hundreds, thousands or tens of thousands of nodes made manual system administration an impossible task. Infrastructure as code, self-healing infrastructure, cloud computing, the virtualization of everything is the new normal.

Configuration management is the foundation that makes modern infrastructure possible. Tools that enable configuration management are required in the toolbox of any operations team, and many development teams as well. Although all the tools aim to solve the same basic set of problems, they adhere to different visions and exhibit different characteristics. The issue is how to choose the tool that best fits each organization's scenarios.

The goal of this series is to introduce some of the configuration tools on the market, the principles behind each one and what makes them stand out from each other.

A virtual panel with users of configuration management tools discusses their experiences, lessons learned and the reasoning that lead them to choose their configuration management tool.

 

Contents

Ansible’s View on IT Automation

Michael DeHaan, creator of Ansible, introduces the general-purpose IT automation system. He describes the tool’s guiding principles: simplicity, ease of use and maximum security. The philosophy behind its community is also discussed, including the importance of Ansible’s plugin-based model. Michael uses a simple but common scenario to demonstrate Ansible

 

Purely Functional Configuration Management with Nix and NixOS

In this article, Eelco Dolstra gives a short introduction to NixOS, a Linux distribution, and to Nix, the package manager on which NixOS is based.
These provide a declarative approach to configuration management with many advantages to users, such as strong reproducibility and atomic upgrades and rollbacks. 

 

SaltStack for Flexible and Scalable Configuration Management

Joseph Hall, SaltStack senior engineer, introduces the the remote execution and configuration management system and its guiding goals. Joseph uses a simple LAMP scenario to demonstrate SaltStack.

 

 

CFEngine's Decentralized Approach to Configuration Management

Mark Burgess and Diego Zamboni introduce CFEngine. They describe the challenges regarding web scale - scale, complexity and knowledge - and how CFEngine helps to tackle those challenges.

 

 

 Virtual Panel: Configuration Management Tools in the Real World

Configuration management tools are a hot topic on the DevOps community and IT organizations in general. InfoQ editor Joao Miranda reached out to users of each of the major tools (Ansible, CFEngine, Chef, Puppet and SaltStack) to ask them about their experiences. Why did they choose a given tool? How was the tool introduced in the organization? These are some of the questions they answered.

 

Book Review: "Taste Test, 2nd edition"

"Taste Test", by Matt Jaynes, is a book that uses a simple scenario to compare Ansible, SaltStack, Chef and Puppet. On the recently released 2nd edition it adds new chapters on Docker, the communities around the tools, and how they fare on security. InfoQ editor Joao Miranda talked with Matt to know more about his thoughts on the tools and his approach to configuration management when consulting.

 

 

Series Manager

Joao Miranda started his career in 2000, at the height of the dot-com bubble. That enlightening experience led him to the conclusion that agile practices are the best way to respond to the business needs of almost all organizations.

Since then he has been a vocal advocate, helping his organization adopt agile methods and engineering practices, such as continuous integration and automated deployments.

He is currently responsible for the application lifecycle managements tools team within his organization, with a special focus on DevOps and continuous delivery.

 

 

Rate this Article

Adoption
Style

BT