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:
Takashi Kajinami
2022-07-08 13:25:05 +09:00
parent 0adeebce94
commit 0439bd22d6

View File

@@ -11,6 +11,7 @@ describe 'basic swift' do
include openstack_integration::apache include openstack_integration::apache
include openstack_integration::rabbitmq include openstack_integration::rabbitmq
include openstack_integration::mysql include openstack_integration::mysql
include openstack_integration::memcached
include openstack_integration::keystone include openstack_integration::keystone
exec { 'setenforce 0': exec { 'setenforce 0':
@@ -21,10 +22,6 @@ describe 'basic swift' do
package { 'curl': ensure => present } package { 'curl': ensure => present }
class { 'memcached':
listen_ip => '127.0.0.1',
}
# Swift resources # Swift resources
class { 'swift': class { 'swift':
# not sure how I want to deal with this shared secret # 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::apache
include openstack_integration::rabbitmq include openstack_integration::rabbitmq
include openstack_integration::mysql include openstack_integration::mysql
include openstack_integration::memcached
include openstack_integration::keystone include openstack_integration::keystone
exec { 'setenforce 0': exec { 'setenforce 0':
@@ -145,10 +143,6 @@ describe 'basic swift' do
package { 'curl': ensure => present } package { 'curl': ensure => present }
class { 'memcached':
listen_ip => '127.0.0.1',
}
# Swift resources # Swift resources
class { 'swift': class { 'swift':
# not sure how I want to deal with this shared secret # not sure how I want to deal with this shared secret