dummies
 

Suchen und Finden

Titel

Autor/Verlag

Inhaltsverzeichnis

Nur ebooks mit Firmenlizenz anzeigen:

 

Extending SaltStack

Joseph Hall

 

Verlag Packt Publishing, 2016

ISBN 9781785888168 , 240 Seiten

Format ePUB

Kopierschutz DRM

Geräte

35,85 EUR


 

Extend the power of your infrastructure and applications with Salt modulesAbout This BookGet 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 workWho This Book Is ForThis 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 LearnUnderstand 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 applicationsIn DetailSalt 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 approachThis book follows a step-by-step tutorial-based approach explaining the different types of modules, from fundamentals to complete and full-functioning modules.