• Complain

Joseph Hall - Extending SaltStack

Here you can read online Joseph Hall - Extending SaltStack full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2018, publisher: Packt Publishing, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Joseph Hall Extending SaltStack
  • Book:
    Extending SaltStack
  • Author:
  • Publisher:
    Packt Publishing
  • Genre:
  • Year:
    2018
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Extending SaltStack: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Extending SaltStack" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Joseph Hall: author's other books


Who wrote Extending SaltStack? Find out the surname, the name of the author of the book and a list of all author's works by series.

Extending SaltStack — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Extending SaltStack" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Extending SaltStack

Extending SaltStack

Copyright 2016 Packt Publishing

All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews.

Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book.

Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information.

First published: March 2016

Production reference: 1160316

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78588-861-8

www.packtpub.com

Credits

Author

Joseph Hall

Reviewers

C. R. Oldham

Mike Place

Commissioning Editor

Kunal Parikh

Acquisition Editor

Reshma Raman

Content Development Editor

Merwyn D'souza

Technical Editor

Mohit Hassija

Copy Editors

Dipti Mankame

Jonathan Todd

Project Coordinator

Nikhil Nair

Proofreader

Safis Editing

Indexer

Priya Sane

Graphics

Kirk D'Penha

Production Coordinator

Shantanu N. Zagade

Cover Work

Shantanu N. Zagade

Foreword

Regardless of your current experience with Salt, you will find this book a necessary addition to unlock the full potential and capabilities of Salt to manage your infrastructure. Salt has a very flexible and modular architecture, and you will no doubt get very far down the path of fully automating your environment with the out-of-the-box Salt setup. However, we all have those custom unique quirks to our environments, or legacy systems, which require special treatment. Extending SaltStack will arm you with all of the information you need to get the most out of Salt to manage those hard-to-reach places of your environment to obtain full automation.

As the author of one of Salt's cloud modules, I can only say that I am envious of your position! I wish that this book had been available to provide the basics of module development when I was getting started. You'll find this book does a great job of covering all the basics of extending Salt, whereas also providing the detailed depth to really understand how your modules plug in with the rest of Salt.

Joseph Hall was the first engineer working at SaltStack apart from the Founder, Thomas Hatch. He has worked on all components of Salt and built much of the foundation that makes the tool so easy to extend. I have positive feelings that you'll find this book concise, easy to follow, and an outstanding resource to learn how to take full advantage of Salt. Go forth and automate!

Eric Johnson

Author of SaltStack's Google Compute Engine cloud module

About the Author

Joseph Hall has been working with SaltStack for a very long time. His first commit was on March 14, 2011, making him the second contributor to the Salt codebase. At the time his Python skills weren't very good, but writing Salt modules made them better. He has written a number of Salt modules and is planning to write many more. He has also written Mastering SaltStack , Packt Publishing .

I would like to thank my beautiful and wonderful wife Nat for putting up with me for two books and helping me keep my sanity. I would like to thank Merwyn D'Souza, Reshma Raman, and everyone else that I've worked with at Packt for just being so awesome. I would also like to thank Colton Meyers for introducing me to Packt, Mike Place and C. R. Oldham for providing technical review for this book, and Tom Hatch for creating this amazing piece of software.

About the Reviewer

C. R. Oldham is a platform engineer and team lead for the integrations team at SaltStack. A veteran of the technology industry, he has had his hands in almost every aspect of computing in his 20+ years' career, including software development, engineering management, systems administration, and open source. He resides in Utah with his wife, three kids, two cats, a veiled chameleon, and an albino corn snake. You can find his occasional writings at http://ncbt.org.

www.PacktPub.com
eBooks, discount offers, and more

Did you know that Packt offers eBook versions of every book published, with PDF and ePub files available? You can upgrade to the eBook version at > for more details.

At www.PacktPub.com, you can also read a collection of free technical articles, sign up for a range of free newsletters and receive exclusive discounts and offers on Packt books and eBooks.

httpswww2packtpubcombookssubscriptionpacktlib Do you need instant - photo 1

https://www2.packtpub.com/books/subscription/packtlib

Do you need instant solutions to your IT questions? PacktLib is Packt's online digital book library. Here, you can search, access, and read Packt's entire library of books.

Why subscribe?
  • Fully searchable across every book published by Packt
  • Copy and paste, print, and bookmark content
  • On demand and accessible via a web browser

This book is dedicated to Nat.

"You flicker

And you're beautiful

You glow inside my head

You hold me hypnotized

I'm mesmerized"

-- The Cure, The Caterpillar
Preface

You hold in your hands (or in your e-reader) the first book dedicated to writing code to be used with the SaltStack framework of tools.

What this book covers

, Starting with the Basics , starts with a discussion of the two core principles that this book focuses on: how Salt uses Python and how the Loader system works. These form the foundation of extending Salt.

, Writing Execution Modules , explains that the heavy lifting in most of Salt is performed by execution modules, which are often wrapped by other modules. A solid understanding of execution modules will also be key to understanding how other module types work.

, Extending Salt Configuration , explains that the ability to dynamically manage configuration can make some modules far more useful. Some modules won't even work without dynamic configuration. Here, we explore different ways to provide that.

, Wrapping States Around Modules , supports the fact that execution modules make things work, but state modules make that work persist. In this chapter, you will see how to manage execution modules using state modules.

, Rendering Data , shows that the renderer system allows you to add your own templating systems, increasing the power of states. Jinja and YAML are all well and good, but sometimes, you need something more.

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Extending SaltStack»

Look at similar books to Extending SaltStack. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Extending SaltStack»

Discussion, reviews of the book Extending SaltStack and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.