Skip to content

Latest commit

 

History

History
109 lines (72 loc) · 5.47 KB

index.markdown

File metadata and controls

109 lines (72 loc) · 5.47 KB
title layout canonical
PuppetDB 2.2 » Overview
default
/puppetdb/latest/index.html

PuppetDB collects data generated by Puppet. It enables advanced Puppet features like 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 2.2.x series of PuppetDB releases, which adds several new features and contains some breaking changes since the 1.x series. See the release notes for information on all changes.

What Data?

PuppetDB stores:

  • The most recent facts from every node
  • The most recent catalog for every node
  • Optionally, fourteen 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).

What Next?

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

System Requirements

*nix Server with JDK 1.7+

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, 6 and 7 (and any distro derived from it including CentOS)
  • Debian Wheezy
  • Ubuntu 12.04 LTS, 14.04 LTS
  • Fedora 19, 20

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.7 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 3.7.3

Your site's puppet masters must be running Puppet 3.7.3 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 3.7.3 or later.

Note about Puppet Enterprise

  • Due to packaging changes related to the integration of PuppetDB with Puppet Enterprise, the latest PuppetDB packages are not available for use with Puppet Enterprise 2.8 or below. Users of Puppet Enterprise 2.8 or below can use PuppetDB 1.1, and should visit the PuppetDB 1.1 documentation. PuppetDB is now included by default in Puppet Enterprise, and will be released on a separate schedule.

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.