Merge "Use p-o-i manifest to deploy memcached"

This commit is contained in:
Zuul
2022-08-01 11:08:23 +00:00
committed by Gerrit Code Review

View File

@@ -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