Use p-o-i manifest to deploy memcached
... instead of own implementation locally managed in this repo. Change-Id: I4f462027417369d8666bf55c7564cf5df2452995
This commit is contained in:
@@ -11,6 +11,7 @@ describe 'basic swift' do
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::rabbitmq
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
exec { 'setenforce 0':
|
||||
@@ -21,10 +22,6 @@ describe 'basic swift' do
|
||||
|
||||
package { 'curl': ensure => present }
|
||||
|
||||
class { 'memcached':
|
||||
listen_ip => '127.0.0.1',
|
||||
}
|
||||
|
||||
# Swift resources
|
||||
class { 'swift':
|
||||
# not sure how I want to deal with this shared secret
|
||||
@@ -135,6 +132,7 @@ describe 'basic swift' do
|
||||
include openstack_integration::apache
|
||||
include openstack_integration::rabbitmq
|
||||
include openstack_integration::mysql
|
||||
include openstack_integration::memcached
|
||||
include openstack_integration::keystone
|
||||
|
||||
exec { 'setenforce 0':
|
||||
@@ -145,10 +143,6 @@ describe 'basic swift' do
|
||||
|
||||
package { 'curl': ensure => present }
|
||||
|
||||
class { 'memcached':
|
||||
listen_ip => '127.0.0.1',
|
||||
}
|
||||
|
||||
# Swift resources
|
||||
class { 'swift':
|
||||
# not sure how I want to deal with this shared secret
|
||||
|
Reference in New Issue
Block a user