conferences | speakers | series

Configuration management and deployment with RPM and YADT

home

Configuration management and deployment with RPM and YADT
FOSDEM 2012

RPM is a well understood and relatively easy packaging format that helps to deploy sets of files in a consistent, reproducible and reversible way, and YADT enables organizations to describe their system landscape in a simple, human readable YAML format.

RPM is a well understood and relatively easy packaging format that helps to deploy sets of files in a consistent, reproducible and reversible way. Tools like yum, zypper and apt have enabled admins to install, remove and update complete dependency chains of RPMs and to verify on-system changes to these file sets. Which seems to be a perfect starting point for doing general configuration management with those tools: larger dependency chains can be pulled in via a simple RPM, configuration files can be delivered inside RPMs, administrators feel right at home and have their toolset for installing, updating and verifying the configuration on the machines, developers can easily contribute to simple packaging. Part I of this talk describes how (and why) we do this at Immobilienscout24.de and discusses pro and cons of this approach. Part II builds on this and describes our next generation data center deployment and management tool, YADT. YADT enables organizations to describe their system landscape in a simple, human readable YAML format. YADT is fully aware of not only dependencies between packages and configs, but also of interservice dependencies. Due to this, YADT makes sure that the systems within your platform are updated, configured and restarted in the correct order. It does this by analyzing service and package dependencies and by grouping dependent systems into "chunks". Deployment then happens as a sequential wave over those chunks, making sure that the platform stays online during the deployment. YADT is in the process of being open sourced and is available at https://code.google.com/p/yadt/

Speakers: Ralph Angenendt