diff options
author | Alex Schultz <aschultz@redhat.com> | 2016-10-18 10:20:23 -0600 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2016-10-19 08:45:03 +0300 |
commit | 65a4d71d12d521def8e640ba63193fc1c305fbf8 (patch) | |
tree | de625aa3207f84e0069abca15768990e09db70c8 /spec/fixtures | |
parent | aa6660376d1b0145d7ab040f50ba2755bc4b3c18 (diff) |
Add barbican profile rspec testing
This change adds rspec tests for the barbican profiles to ensure they
function as expected.
Change-Id: I73f5405ade2cc73024efbeb2cfbfc831a2120f51
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
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' |