Docs: PuppetDB 1.1 » Overview


PuppetDB 1.1 » Overview

PuppetDB collects data generated by Puppet. It enables advanced Puppet features like the inventory service and exported resources, and can be the foundation for other applications that use Puppet’s data.

Install It Now

To start using PuppetDB today:

Version Note

This manual covers the 1.1.x series of PuppetDB releases, which is backwards-compatible with the 1.0.x series but adds several new features. See the release notes for information on all changes since the final 1.0.x release.

What Data?

In version 1.1, PuppetDB stores:

  • The most recent facts from every node
  • The most recent catalog for every node
  • Optionally, seven days (configurable) of event reports for every node

Together, these give you a huge inventory of metadata about every node in your infrastructure and a searchable database of every single resource being managed on any node.

Puppet itself can search a subset of this data using exported resources, which allow nodes to manage resources on other nodes. This is similar to the capabilities of the legacy ActiveRecord storeconfigs interface, but much, much faster. The remaining data is available through PuppetDB’s query APIs (see navigation sidebar for details) and Puppet’s inventory service.

What Next?

In future versions, PuppetDB will store historical catalogs for every node.

System Requirements

*nix Server with JDK 1.6+

Standard Install: RHEL, CentOS, Debian, Ubuntu, or Fedora

Puppet Labs provides packages and a Puppet module for PuppetDB which simplify setup of its SSL certificates and init scripts. These packages are available for the following operating systems:

  • Red Hat Enterprise Linux 5 or 6 or any distro derived from it (including CentOS)
  • Debian Squeeze, Lenny, Wheezy, or Sid
  • Ubuntu 12.10, 12.04 LTS, 10.04 LTS, 8.04 LTS, 11.10, or 11.04
  • Fedora 16 or 17

See here for instructions for installing via the PuppetDB puppet module.

See here for instructions for installing from OS packages.

Custom Install: Any Unix-like OS

If you’re willing to do some manual configuration, PuppetDB can run on any Unix-like OS with JDK 1.6 or higher, including:

  • Recent MacOS X versions (using built-in Java support)
  • Nearly any Linux distribution (using vendor’s OpenJDK packages)
  • Nearly any *nix system running a recent Oracle-provided JDK

See here for advanced installation instructions.

Puppet 2.7.12

Your site’s puppet masters must be running Puppet 2.7.12 or later. You will need to connect your puppet masters to PuppetDB after installing it. If you wish to use PuppetDB with standalone nodes that are running puppet apply, every node must be running 2.7.12 or later.

Note about Puppet Enterprise

PuppetDB generally works well with Puppet Enterprise 2.5 and higher, and we provide PE-specific packages. However, it isn’t yet officially supported.

  • For now, PE users can install PuppetDB themselves; Puppet Labs support staff will help with PuppetDB questions on a best-effort basis.
  • An upcoming version of Puppet Enterprise will feature official support for PuppetDB, and will ship with PuppetDB already enabled.

Robust Hardware

PuppetDB will be a critical component of your Puppet deployment and so should be run on a robust and reliable server.

However, it can do a lot with fairly modest hardware: in benchmarks using real-world catalogs from a customer, a single 2012 laptop (16 GB of RAM, consumer-grade SSD, and quad-core processor) running PuppetDB and PostgreSQL was able to keep up with sustained input from 8,000 simulated Puppet nodes checking in every 30 minutes. Powerful server-grade hardware will perform even better.

The actual requirements will vary wildly depending on your site’s size and characteristics. At smallish sites, you may even be able to run PuppetDB on your puppet master server.

For more on fitting PuppetDB to your site, see “Scaling Recommendations.”

Open Source

PuppetDB is developed openly, and is released under the Apache 2.0 license. You can get the source — and contribute to it! — at the PuppetDB GitHub repo. Bugs and feature requests are welcome at Puppet Labs’s issue tracker.

↑ Back to top