• Complain

Uphill Thomas. - Mastering Puppet

Here you can read online Uphill Thomas. - Mastering Puppet full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. 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.

Uphill Thomas. Mastering Puppet

Mastering Puppet: summary, description and annotation

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

2nd Edition. Packt Publishing, 2016. 276 p. ISBN: 978-1-78588-810-6.
.Puppet is a configuration management system and a language. It was written for and by system administrators to manage large numbers of systems efficiently and prevent configuration drifts.Mastering Puppet deals with the issues faced when scaling out Puppet to handle large numbers of nodes. It will show you how to fit Puppet into your enterprise and allow many developers to work on your Puppet code simultaneously. In addition, you will learn to write custom facts and roll your own modules to solve problems. Next, popular options for performing reporting and orchestration tasks will be introduced in this book. Moving over to troubleshooting techniques, which will be very useful. The concepts presented are useful to any size organization.By the end of the book, you will know how to deal with problems of scale and exceptions in your code, automate workflows, and support multiple developers working simultaneously.What You Will Learn:
Scale out your Puppet infrastructure using proxying techniques;
Automate your code promotion workflow using Git and r10k;
Solve real-world problems using public modules from the Puppet Forge;
Use Hiera to separate the data of your configuration from the code of your configuration;
Write your own custom facts in Ruby;
Extend Puppet with your own custom facts, modules, and types;
Use exported resources to orchestrate change between machines;
Debug a puppetserver using Java techniques.This book is an advanced guide to using and deploying Puppet 4 in your organization with a special focus on issues faced in larger enterprise deployments.
From an experienced author, learn to deal with scaling, performance, and multiple developers with the help of real-world examples.
This is the most up-to-date guide on Puppet, and covers the advanced concepts of Puppet 4.Who This Book Is For:
This book is for those who have intermediate knowledge of Puppet and are looking to deploy it in their environment. Some idea how to write simple modules for configuration management with Puppet is a prerequisite for this book. iPAD Amazon Kindle, PC , Cool Reader (EPUB), Calibre (EPUB, MOBI, AZW3), Adobe Digital Editions (EPUB), FBReader (EPUB, MOBI, AZW3).

Uphill Thomas.: author's other books


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

Mastering Puppet — 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 "Mastering Puppet" 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
Mastering Puppet Second Edition

Mastering Puppet Second Edition

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: July 2014

Second edition: February 2016

Production reference: 1220216

Published by Packt Publishing Ltd.

Livery Place

35 Livery Street

Birmingham B3 2PB, UK.

ISBN 978-1-78588-810-6

www.packtpub.com

Credits

Author

Thomas Uphill

Reviewer

Bas Grolleman

Commissioning Editor

Priya Singh

Acquisition Editor

Nadeem Bagban

Content Development Editor

Mehvash Fatima

Technical Editor

Taabish Khan

Copy Editors

Ting Baker

Sneha Singh

Project Coordinator

Kinjal Bari

Proofreader

Safis Editing

Indexer

Tejal Daruwale Soni

Production Coordinator

Aparna Bhagat

Cover Work

Aparna Bhagat

About the Author

Thomas Uphill is a long-time user of Puppet. He has presented Puppet tutorials at LOPSA-East, Cascada, and PuppetConf. He has also been a system administrator for over 20 years, working primarily with RedHat systems; he is currently a RedHat Certified Architect (RHCA). When not running the Puppet User Group of Seattle (PUGS), he volunteers for the LOPSA board and his local LOPSA chapter, SASAG. He blogs at http://ramblings.narrabilis.com.

About the Reviewer

Bas Grolleman works as a self-taught freelance Puppet professional in the Netherlands, he has his name in the code of many large-scale deployments. He learned the pain of scaling Puppet the hard way, that is, trial and error and spending hours going through a maze of dependencies. Now, he mostly tells people to take the time to do it right.

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
Preface

The complexity of your installation will increase with the number of nodes in your organization. Working on a small deployment with a few developers is much simpler than working on a large installation with many developers.

Mastering Puppet Second Edition deals with the issues faced by larger deployments, such as scaling and versioning. This book will show you how to fit Puppet into your organization and keep everyone working. The concepts presented can be adopted to suit any size organization.

What this book covers

, Dealing with Load/Scale , will show you how to scale your Puppet infrastructure as your node count increases.

, Organizing Your Nodes and Data , is where we show different methods of applying modules to nodes. We look at Hiera and external node classifiers (ENCs).

, Git and Environments , introduces Git and how to use Git as an integral component of your Puppet infrastructure.

, Public Modules , shows how to use Puppet Forge as a source of modules and how to use several popular modules in your organization.

, Custom Facts and Modules , is where we extend Puppet with custom facts and start writing our own modules.

, Custom Types , is where we introduce defined types and show how to extend the Puppet language with our own custom types and providers.

, Reporting and Orchestration , is where we configure reporting to help track down errors in our Puppet deployments.

, Exported Resources , explains how useful it is to have resources on one node that can be applied to other nodes in your organization.

, Roles and Profiles , shows a popular design pattern in Puppet node deployments. Here we present the concept and show example usage.

, Troubleshooting , is where we show some common errors found in Puppet deployments, as well as possible solutions.

What you need for this book

All the examples in this book were written and tested using an Enterprise Linux 7 derived installation, such as CentOS 7, Scientific Linux 7, or Springdale Linux 7. Additional repositories used were EPEL (Extra Packages for Enterprise Linux), the Software Collections (SCL) repository, the Foreman repository, and the Puppet Labs repository. The version of Puppet used was the latest 4.2 series at the time of writing.

Who this book is for

This book is for those who have intermediate knowledge of Puppet and are looking to deploy it in their environment. Some idea of how to write simple modules for configuration management with Puppet is a prerequisite for this book.

Conventions

In this book, you will find a number of text styles that distinguish between different kinds of information. Here are some examples of these styles and an explanation of their meaning.

Code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles are shown as follows: "Now sign the certificate using the puppet cert sign command."

A block of code is set as follows:

yumrepo { 'example.com-puppet': baseurl => 'http://puppet.example.com/noarch', descr => 'example.com Puppet Code Repository', enabled => '1', gpgcheck => '0',}

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

node_terminus = ldap ldapserver = ldap.example.com ldapbase = ou=hosts,dc=example,dc=com

Any command-line input or output is written as follows:

# puppetserver gem install jruby-ldap
Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Mastering Puppet»

Look at similar books to Mastering Puppet. 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 «Mastering Puppet»

Discussion, reviews of the book Mastering Puppet 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.