Deploy memcached in acceptance tests
... so that we can enable caching using memcached. Change-Id: Ic1d095cc9e2363ade62afc3ed6546ff5b8559539
This commit is contained in:
parent
7e8c3de8ed
commit
5256e19c38
@ -10,6 +10,7 @@ describe 'keystone server running with Apache/WSGI with resources' do
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
keystone::resource::service_identity { 'ci':
|
||||
|
@ -10,6 +10,7 @@ describe 'keystone server running with Apache/WSGI as Identity Provider' do
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
keystone::resource::service_identity { 'ci':
|
||||
|
@ -10,6 +10,7 @@ describe 'keystone server running with Apache/WSGI as Service Provider with Shib
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
keystone::resource::service_identity { 'ci':
|
||||
|
@ -18,6 +18,7 @@ describe 'basic keystone server with changed domain id' do
|
||||
include openstack_integration::repos
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
|
||||
class { 'openstack_integration::keystone':
|
||||
default_domain => 'my_default_domain',
|
||||
|
Loading…
x
Reference in New Issue
Block a user