Vous voulez voir cette page en français ? Cliquez ici.


or
Sign in to turn on 1-Click ordering.
More Buying Choices
Have one to sell? Sell yours here
Pro Puppet
 
 

Pro Puppet [Paperback]

James Turnbull , Jeffrey McCune

List Price: CDN$ 54.95
Price: CDN$ 49.88 & this item ships for FREE with Super Saver Shipping. Details
You Save: CDN$ 5.07 (9%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
Usually ships within 3 to 5 weeks.
Ships from and sold by Amazon.ca. Gift-wrap available.

Frequently Bought Together

Customers buy this book with Pro Git CDN$ 24.26

Pro Puppet + Pro Git
Price For Both: CDN$ 74.14

One of these items ships sooner than the other. Show details

  • This item: Pro Puppet

    Usually ships within 3 to 5 weeks.
    Ships from and sold by Amazon.ca.
    This item ships for FREE with Super Saver Shipping. Details

  • Pro Git

    In Stock.
    Ships from and sold by Amazon.ca.
    Eligible for FREE Super Saver Shipping on orders over CDN$ 25. Details


Customers Who Bought This Item Also Bought


Product Details


Product Description

Book Description

Pro Puppet is an in-depth guide to installing, using, and developing the popular configuration management tool Puppet. The book is a comprehensive follow-up to the previous title Pulling Strings with Puppet, which hopefully whetted your appetite on the topic. Puppet provides a way to automate everything from user management to server configuration, including cloud provisioning. You’ll learn how to create Puppet recipes, extend Puppet, and use Facter to gather configuration data from your servers.

Puppet is a must-have tool for system administrators, and Pro Puppet will teach you how to maximize its capabilities and customize it for your environment.

  • Install and configure Puppet to immediately start automating tasks and create reporting solutions
  • Learn insider tricks and techniques to better manage your infrastructure
  • Become a Puppet expert!

What you’ll learn

  • See how to install Puppet on a variety of platforms
  • Learn how to manage infrastructure with Puppet
  • Discover how to scale Puppet to suit small, medium, and large organizations
  • Learn how to integrate Puppet with other tools such as Cobbler
  • Discover advanced Puppet techniques to make managing your environment easier
  • Learn how to develop and extend Puppet to suit your environment

Who this book is for

Systems Administrators, Implementers, and Integrators

Table of Contents

  1. Introduction to Configuration Management
  2. Getting Started with Puppet
  3. Building Infrastructure
  4. Scaling with Environments
  5. Puppet Scalability
  6. Externalising Configuration
  7. Exporting and Storing Configuration
  8. Tools and integration
  9. Reporting with Puppet
  10. Extending Facter
  11. Extending Puppet

About the Author

James Turnbull manages the CERT (Computer Emergency Response Team) at the National Australia Bank. He is also a member of Linux Australia, including sitting on the Executive Council in 2008, and is currently on the committee of Linux Users of Victoria.


James has previously worked as an executive manager for IT security at the Commonwealth Bank of Australia, the CIO of a medical research foundation, manager of the architecture group of an outsourcing company, and in a number of IT roles in gaming, telecommunications, and government.


He is a contributor to a number of open source projects and regularly speaks on topics related to writing, systems administration, and open source technologies.


He is the author of three other books:



  • Pulling Strings with Puppet: Systems Administration Made Easy, about the Ruby-based Puppet configuration management tool.

  • Hardening Linux, which focuses on hardening Linux bastion hosts including the base operating system, file systems, firewalls, connections, logging, testing your security and securing a number of common applications including e-mail, FTP and DNS.

  • Pro Nagios 2.0 focuses on enterprise management using the Nagios open source tool.


Inside This Book (Learn More)
Browse Sample Pages
Front Cover | Copyright | Table of Contents | Excerpt | Index
Search inside this book:

Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Customer Reviews

There are no customer reviews yet on Amazon.ca
5 star:    (0)
4 star:    (0)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
Share your experience with this product with others
Create your own review
Most Helpful Customer Reviews on Amazon.com (beta)
Amazon.com: 4.2 out of 5 stars (6 customer reviews)

13 of 14 people found the following review helpful
4.0 out of 5 stars One might also title it Pro Deployments, May 20 2011
By Sean P. Hull "MySQL, AWS, EC2 Deployments Exp... - Published on Amazon.com
This review is from: Pro Puppet (Paperback)
Just finished reading Pro Puppet and I'm pretty impressed. If I were to summarize in a few short words I'd say this book could have easily been titled "Pro Deployments" as it really covers a whole host of tools that support Puppet and configuration management in general.

I am fairly new to puppet though I have a strong conceptual understanding of configuration management in general. Although puppet may be thought of as a tool to be used for very large environments, it can also be used to good advantage at smaller sites just for the versioning of your configs, and better testing.

For a quick summary of topics I found well covered here's a bullet point list:

o installing puppet, master & agent
o configuring your firewall appropriately
o managing your certificates for puppet
o applying a basic config as proof of concept
o digging in deeper with Puppet's declarative DSL
o using version control (git) with puppet - a big win for any environment
o brief mention of bootstrapping and provisioning - kickstart & preseed
o modules, classes, functions and templates
o building and managing your basic dev, test and production environments
o using a pre-commit hook with your version control system
o scaling puppet with apache & passenger
o adding a load balancer and clustering
o horizontal scaling puppet ca & masters
o external node classifications - allowing a more scalable solution for manifests & configs
o using LDAP for node information

Hitting chapter six really starts digging into some meaty topics including:

o virtualizing your configurations - applying conditionally or "realizing" to certain nodes
o enable queueing for more scalable puppet requests
o in-depth examples to manage ssh keys, nagios configs & load balancers with dynamic node configuration - awesome!
o using sqlite or mysql to store your puppet configs
o using web consoles such as dashboard and foreman
o creating puppet modules (like RPM packages)
o installing existing puppet modules (packages) from the puppet forge
o alternate DSL for puppet with Ruby DSL
o testing your configs without alternate test network - cucumber
o command line & dashboard reporting
o extending the facter database with custom environment variables

After all this material you might be stuck on the idea that Puppet does not operate in real-time. By default it is configured to refresh configs and services on your servers every thirty minutes. Of course you can do so manually, or adjust this parameter, but you may require real-time usage.

Enter Marionette Collective, an imaginative name for an add-on which extends Puppet to provide this more robust functionality.

Pro Puppet certainly introduces a wide range of real-world use-cases to the reader, which make the book very valuable. Using with version control, to manage dev, test and production, and scaling to handle large number of hosts are all key topics. What's more the method of automatically configuring nodes in your load balancer, nagios, or cacti reporting, is just a really great use of this technology.

What I found surprisingly missing though was any mention of using Puppet for provisioning or more specifically cloud deployments. This is I think a topic that everyone is talking about and one that few books are covering. An opportunity perhaps! Along with that, I would have liked to see a comprehensive discussion of different configuration management systems, such as cfengine, and chef, and why Puppet is the best and/or what the pros and cons of each are.

Despite those reservations, the book was excellent. If you've already decided to use puppet in your environment this is a very good volume to get you up to speed!

8 of 8 people found the following review helpful
3.0 out of 5 stars Good overview of puppet; poor book editing, July 13 2011
By Kristian Erik Hermansen - Published on Amazon.com
This review is from: Pro Puppet (Paperback)
This is a great overview of Puppet software and the associated administration tools. I finished reading it on a flight from Orlando to Los Angeles, but the number of spelling mistakes and other editing errors I encountered irked me so much that I stopped marking them down. The editor should seriously have someone review the content again.

Other than the editing issues, I would give the book content four stars for touching on most of the features of puppet and how to integrate with other related software packages, such as mcollective. The author does point out many areas where puppet can be frustrating, but he recommends numerous methods to workaround such issues. The author goes on to talk about upcoming features in puppet 2.7 and beyond, so the content is forward-looking, even in the fast-paced community of puppet development.

I would recommend this book to those looking to gain mastery of puppet >= version 2.6.

6 of 6 people found the following review helpful
5.0 out of 5 stars Love Puppet, Love the book, May 29 2011
By Itamar Hassin - Published on Amazon.com
This review is from: Pro Puppet (Paperback)
This book is an excellent Puppet book for beginners and professionals alike.
I manage a software team and have read this book cover-to-cover in order to study Puppet for our team's use on a daily basis.

Despite step-by-step instructions for the initial installation, I needed some tinkering since different OSs have slightly different distributions, but once I had a server and agent running on two different VMs (Ubuntu) - there was an "Aha!" moment when the agent had emacs automatically installed on it! Getting past the initial installation phase allowed me to really enjoy the rest of the book as well as enjoy Puppet itself.

Puppet is not trivial, but the book covers its concepts very clearly and one "gets" it quite early on (especially if you get your hands dirty and follow along the examples).

The book then expertly guides the reader to its "pro" section detailing use of Puppet with configuration management tools such as git and db-based storage.

It then goes on to detail how to use AMQ with Puppet for scaling. I doubt I will use such a robust configuration, but was thrilled to see how flexible and extensible Puppet is by use of load-balancers and integration with Apache/Passenger.

Overall, the book is well written, and I would highly recommend it as a *text book* for Puppet. This is a readable text book on the subject - not a reference manual, although it has countless links to the reference manuals.

I always wanted to learn Puppet, and this book certainly is the one to read if you're dealing with configuration management whether as a developer or a DevOps person.
 Go to Amazon.com to see all 6 reviews  4.2 out of 5 stars 

Listmania!

Create a Listmania! list

Look for similar items by category


Look for similar items by subject


Feedback


Amazon.ca Privacy Statement Amazon.ca Shipping Information Amazon.ca Returns & Exchanges