From ab503a9e910f946bb02cc557c68364769a9cc4a2 Mon Sep 17 00:00:00 2001 From: Ben Kero Date: Thu, 7 Jan 2016 18:41:57 -0800 Subject: [PATCH] Add required db subclass to README.md This commit adds the ::ceilometer::db subclass to the example in README.md. The README.md should contain a working pseudo-minimal example for basic ceilometer installation. At some point the 'db' subclass was required for basic usage. Without this class applying the example in README.md is unusable, erroring out with this: > Error: Could not find dependency Class[Ceilometer::Db] for > Service[ceilometer-api] at > /etc/puppet/modules/ceilometer/manifests/api.pp:112 Change-Id: Ifd0577e23661bc00b98621a622c44c0a9af70a5d --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62025573..ecd48e37 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ class { '::ceilometer::alarm::evaluator': } class { '::ceilometer::alarm::notifier': } class { '::ceilometer::agent::central': } class { '::ceilometer::agent::notification': } +class { '::ceilometer::db': } class { '::ceilometer::api': enabled => true, keystone_password => 'a_big_secret',