From 079468f97a30bf57b01caedcfc1837fc7ae11ea4 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Mon, 9 Jan 2017 13:31:37 -0700 Subject: Rspec tests for nova profiles This change fixes the hiera calls in the base nova profile to use the parameter rather than continue to call hiera. Additionally this change includes basic test coverage for the various nova profiles. Change-Id: If393606eeb3c39ed3a2655bd89c5c276a9cf106e --- spec/fixtures/hieradata/default.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'spec/fixtures/hieradata/default.yaml') diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index d63fc76..c4a980f 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -17,3 +17,12 @@ ceph::profile::params::mon_key: 'password' # cinder related items cinder::rabbit_password: 'password' cinder::keystone::authtoken::password: 'password' +# nova related items +nova::rabbit_password: 'password' +nova::keystone::authtoken::password: 'password' +nova::network::neutron::neutron_password: 'password' +# memcache related items +memcached_node_ips_v6: + - '::1' +memcached_node_ips: + - '127.0.0.1' -- cgit 1.2.3-korg