VM Lifecycle Automation with SaltStack
VM Lifecycle Automation with SaltStack

VM Lifecycle Automation with SaltStack

Author
Shiv Bade
Tags
saltstack
automation
Published
December 9, 2015
Featured
Slug
Tweet
We piloted SaltStack to handle VM provisioning and configuration.
Benefits: - Easy YAML syntax for states - Powerful remote execution - Strong support for event-driven automation
Example state:
apache: pkg.installed: [] service.running: - enable: True
Lightweight and scriptable — worked great for our scale.