diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-10 22:40:45 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-10 22:40:45 +0000 |
commit | 5acb133b7f1ec727d544362a4901f7abd05550a9 (patch) | |
tree | 5eee925b00f8c3bb8bb3a02e555af796e99f97b4 /spec/fixtures | |
parent | d67e94a7e13fcbf0b349d97f0a00a42792469dcb (diff) | |
parent | 079468f97a30bf57b01caedcfc1837fc7ae11ea4 (diff) |
Merge "Rspec tests for nova profiles"
Diffstat (limited to 'spec/fixtures')
-rw-r--r-- | spec/fixtures/hieradata/default.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/fixtures/hieradata/default.yaml b/spec/fixtures/hieradata/default.yaml index b09e914..4d5dc99 100644 --- a/spec/fixtures/hieradata/default.yaml +++ b/spec/fixtures/hieradata/default.yaml @@ -24,3 +24,12 @@ ceph::profile::params::rgw_keystone_admin_password: 'keystone_admin_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' |