Skip to content
Snippets Groups Projects
Commit 5585cd2e authored by Quentin MACHU's avatar Quentin MACHU
Browse files

Removed Memcached because it is not required in the setup

parent d722d547
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,6 @@ mod 'ssh',
:git => 'git://github.com/saz/puppet-ssh'
mod 'resolv_conf',
:git => 'git://github.com/saz/puppet-resolv_conf'
mod 'memcached',
:git => 'git://github.com/saz/puppet-memcached'
mod 'locales',
:git => 'git://github.com/saz/puppet-locales'
mod 'kmod',
......
......@@ -15,7 +15,6 @@ class iaas::profile::nova::common (
class { '::nova':
database_connection => $iaas::resources::connectors::nova,
glance_api_servers => [ "${endpoint}:9292" ],
memcached_servers => ['localhost:11211'],
rabbit_host => $endpoint,
rabbit_userid => $rabbitmq_user,
rabbit_password => $rabbitmq_password,
......
......@@ -3,7 +3,6 @@ class iaas::role::controller {
class { 'iaas::profile::base': } ->
class { 'iaas::profile::database': } ->
class { 'iaas::profile::rabbitmq': } ->
class { 'memcached': } ->
class { 'iaas::profile::keystone': } ->
class { 'iaas::profile::glance': } ->
class { 'iaas::profile::cinder': } ->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment