From 1c725dd46f37e2b21d5e1dece467e4f5567bd761 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Wed, 21 Sep 2016 15:21:49 -0600 Subject: Add aodh profile rspec testing This change adds rspec testing for the aodh profile and serves as an example as to how to add in spec testing using hieradata to provide some required parameters. This testing adds improved coverage for expectations around computed configuration items as well as for conditions around the steps within the tripleo deployment Change-Id: Ic763a544289a222fea97020a98821c1e375651a3 --- spec/fixtures/hieradata/default.yaml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'spec/fixtures/hieradata/default.yaml') diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index 0d0c944..7a57a15 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -1,3 +1,10 @@ +--- my_hash: network: '127.0.0.1' not_hash: string +# aodh profile required hieradata +aodh_redis_password: 'password' +redis_vip: '127.0.0.1' +aodh::auth::auth_password: 'password' +aodh::db::mysql::password: 'password' +aodh::keystone::authtoken::password: 'password' -- cgit 1.2.3-korg