Extending SaltStack

By Joseph Hall

Extending SaltStack - Joseph Hall
  • Release Date: 2016-03-22
  • Genre: System Administration

Description

Extend the power of your infrastructure and applications with Salt modules

About This Book
Get the most up-to-date practical resource on writing new Salt modules and extending SaltLearn through use cases and encounter both commonly-used modules as well as advanced onesEffectively troubleshoot problems and hiccups encountered while building and putting modules to work
Who This Book Is For

This book is for both new and existing Salt developers who are looking to build and write new Salt modules. Some prior Python development experience is expected.

What You Will Learn
Understand the working of Salt's Loader systemWrite several of the most common types of Salt modulesInteract between different kinds of modules and build new onesSubmit open source modules upstream to the Salt projectMake Salt interact with third-party services and applications
In Detail

Salt already ships with a very powerful set of tools, but that doesn't mean that they all suit your needs perfectly. By adding your own modules and enhancing existing ones, you can bring the functionality that you need to increase your productivity. Extending SaltStack follows a tutorial-based approach to explain different types of modules, from fundamentals to complete and full-functioning modules.

Starting with the Loader system that drives Salt, this book will guide you through the most common types of modules. First you will learn how to write execution modules. Then you will extend the configuration using the grain, pillar, and SDB modules. Next up will be state modules and then the renderers that can be used with them. This will be followed with returner and output modules, which increase your options to manage return data. After that, there will be modules for external file servers, clouds, beacons, and finally external authentication and wheel modules to manage the master.

With this guide in hand, you will be prepared to create, troubleshoot, and manage the most common types of Salt modules and take your infrastructure to new heights!

Style and approach

This book follows a step-by-step tutorial-based approach explaining the different types of modules, from fundamentals to complete and full-functioning modules.