aboutsummaryrefslogtreecommitdiffstats
path: root/spec/fixtures/hieradata/default.yaml
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-01-09 13:31:37 -0700
committerAlex Schultz <aschultz@redhat.com>2017-01-09 14:39:41 -0700
commit079468f97a30bf57b01caedcfc1837fc7ae11ea4 (patch)
tree1eacd29cb3215fe613fd77cfcc2e0535957e20f0 /spec/fixtures/hieradata/default.yaml
parent7af9ff39e96acd306bdddcf8f6e48a20fe7ee3f0 (diff)
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
Diffstat (limited to 'spec/fixtures/hieradata/default.yaml')
-rw-r--r--spec/fixtures/hieradata/default.yaml9
1 files changed, 9 insertions, 0 deletions
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'