Cargando…

Extending SaltStack : extend the power of your infrastructure and applications with Salt modules /

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 Salt Learn through use cases and encounter both commonly-used modules as well as advanced ones Effectively troubleshoot prob...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hall, Joseph (Autor)
Otros Autores: Johnson, Eric (writer of foreword.)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000Ii 4500
001 OR_ocn946054946
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 160406s2016 enka o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d IDEBK  |d YDXCP  |d NLE  |d KSU  |d DEBSZ  |d DEBBG  |d OCLCQ  |d COO  |d VT2  |d OCLCF  |d UOK  |d CEF  |d WYU  |d N$T  |d AGLDB  |d IGB  |d AUW  |d BTN  |d INTCL  |d MHW  |d SNK  |d RDF  |d QGK  |d OCLCO  |d OCLCQ  |d OCLCO 
019 |a 945566675  |a 945640878  |a 1259247090 
020 |a 9781785888168  |q (electronic bk.) 
020 |a 1785888161  |q (electronic bk.) 
020 |z 9781785888618 
020 |z 1785888617 
029 1 |a DEBSZ  |b 480365016 
029 1 |a DEBBG  |b BV043969165 
029 1 |a DEBSZ  |b 485796783 
029 1 |a GBVCP  |b 882849247 
035 |a (OCoLC)946054946  |z (OCoLC)945566675  |z (OCoLC)945640878  |z (OCoLC)1259247090 
050 4 |a TK5105.548 
072 7 |a COM  |x 091000  |2 bisacsh 
082 0 4 |a 005.1  |2 23 
049 |a UAMI 
100 1 |a Hall, Joseph,  |e author. 
245 1 0 |a Extending SaltStack :  |b extend the power of your infrastructure and applications with Salt modules /  |c Joseph Hall ; foreword by Eric Johnson. 
246 3 0 |a Extend the power of your infrastructure and applications with Salt modules 
264 1 |a Birmingham, UK :  |b Packt Publishing,  |c 2016. 
300 |a 1 online resource (1 volume) :  |b illustrations. 
336 |a text  |b txt  |2 rdacontent 
337 |a computer  |b c  |2 rdamedia 
338 |a online resource  |b cr  |2 rdacarrier 
347 |a text file 
490 1 |a Community experience distilled 
588 |a Description based on online resource; title from cover page (Safari, viewed April 5, 2016). 
500 |a Includes index. 
505 0 |a Cover ; Copyright; Credits; Foreword; About the Author; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Starting with the Basics ; Chapter 2: Writing Execution Modules ; Chapter 3: Extending Salt Configuration ; Chapter 4: Wrapping States Around Execution Modules ; Chapter 5: Rendering Data; Chapter 6: Handling Return Data ; Chapter 7: Scripting with Runners ; Chapter 8: Adding External File Servers ; Chapter 9: Connecting to the Cloud ; Chapter 10: Monitoring with Beacons ; Chapter 11: Extending the Master ; Appendix A : Connecting Different Modules 
505 8 |a Appendix B: Contributing Code Upstream Index; Untitled; Using plugins; Extending the loader system; Loading modules with Python; Summary; Writing Salt modules; The final module; Troubleshooting execution modules; Summary; Setting grains dynamically; Creating external pillars; Troubleshooting grains and pillars; Writing SDB modules; Using SDB modules; Troubleshooting SDB modules; Summary; Forming a state module; Troubleshooting state modules; Summary; Understanding file formats; Building a serializing renderer; Building a templating renderer; Troubleshooting renderers; Summary 
505 8 |a Returning data to external destinationsReturning data to the master; Listening to event data; Your first returner; The final module; Troubleshooting returners; Writing outputter modules; Troubleshooting outputters; Summary; Using Salt's local client; The final module; Troubleshooting runners; Summary; How Salt uses files; Looking at each function; The final module; Troubleshooting file servers; Summary; Understanding cloud components; Writing a generic cloud module; The final cloud module; Troubleshooting cloud modules; Summary; Watching for data; The final beacon module 
505 8 |a Troubleshooting beaconsSummary; Using external authentication; Troubleshooting external authentication; Managing the Master with the wheel modules; Troubleshooting wheel modules; Summary; Separating Master and Minion functionality; Working with dunders; Using the event bus; Firing events; How the community works; Asking questions and reporting issues; Understanding the Salt Style Guide; Creating pull requests on GitHub; Understanding test errors in pull requests; Loading modules; Standard modules; Virtual modules; Lazy loading modules; Detecting grains; Using other detection methods 
505 8 |a Hidden objectsThe __virtual__() function; Formatting your code; Virtual modules; Using the salt.utils library; Cross-calling with the __salt__ dictionary; Getting configuration parameters; Handling imports; Reusing code; Logging messages; Using the __func_alias__ dictionary; Validating data; Formatting strings; Using salt-call; is not available; Setting some basic grains; (Not) cross-calling execution modules; The final grains module; Configuring external pillars; Adding an external pillar; Another external pillar; Dynamic grains not showing up; External pillars not showing up 
520 |a 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 Salt Learn through use cases and encounter both commonly-used modules as well as advanced ones Effectively 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 system Write several of the most common types of Salt modules Interact between different kinds of modules and build new ones Submit open source modules upstream to the Salt project Make 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. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a Computer networks  |x Automation. 
650 0 |a Cloud computing. 
650 0 |a Virtual computer systems. 
650 6 |a Réseaux d'ordinateurs  |x Automatisation. 
650 6 |a Infonuagique. 
650 6 |a Systèmes virtuels (Informatique) 
650 7 |a COMPUTERS / Cloud Computing.  |2 bisacsh 
650 7 |a Cloud computing  |2 fast 
650 7 |a Virtual computer systems  |2 fast 
700 1 |a Johnson, Eric,  |e writer of foreword. 
776 |z 1-78588-861-7 
830 0 |a Community experience distilled. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781785888618/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis34233196 
938 |a YBP Library Services  |b YANK  |n 12903317 
938 |a EBSCOhost  |b EBSC  |n 1204369 
994 |a 92  |b IZTAP