From 65a4d71d12d521def8e640ba63193fc1c305fbf8 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 18 Oct 2016 10:20:23 -0600 Subject: Add barbican profile rspec testing This change adds rspec tests for the barbican profiles to ensure they function as expected. Change-Id: I73f5405ade2cc73024efbeb2cfbfc831a2120f51 --- spec/fixtures/hieradata/default.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'spec/fixtures/hieradata/default.yaml') diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index f0f7f1c..87ae28c 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -8,6 +8,9 @@ redis_vip: '127.0.0.1' aodh::auth::auth_password: 'password' aodh::db::mysql::password: 'password' aodh::keystone::authtoken::password: 'password' +# babican profile required hieradata +barbican::db::mysql::password: 'password' +barbican::keystone::authtoken::password: 'password' ceilometer::keystone::authtoken::password: 'password' # ceph related items ceph::profile::params::mon_key: 'password' -- cgit 1.2.3-korg