aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2016-09-30 09:49:35 -0600
committerAlex Schultz <aschultz@redhat.com>2016-09-30 21:12:24 +0000
commitdaebf929822aa6849e4e8c6f2e61efe1759e4f80 (patch)
tree01c1690cfd5a252fb8b45175d023c51e640b22ca /spec/fixtures/hieradata/default.yaml
parent1c725dd46f37e2b21d5e1dece467e4f5567bd761 (diff)
Add ceilometer profile rspec testing
This change adds rspec testing for the ceilometer profiles. While writing these tests, the tripleo::profile::base::ceilometer::collector class needed to have the hiera lookups moved to class parameters to allow for testing the possible options around the database backend. These tests add coverage for ipv4 and ipv6 configurations for the collector profile as well as excluding mongodb on the backend. Change-Id: I1abae040104e8492a9fe266de74080e1e7701731
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml
index 7a57a15..e9409e7 100644
--- a/spec/fixtures/hieradata/default.yaml
+++ b/spec/fixtures/hieradata/default.yaml
@@ -8,3 +8,4 @@ redis_vip: '127.0.0.1'
aodh::auth::auth_password: 'password'
aodh::db::mysql::password: 'password'
aodh::keystone::authtoken::password: 'password'
+ceilometer::keystone::authtoken::password: 'password'