Add ringbuilder class to swift proxy role

For now, I am assuing that the swift proxy role
also includes the ring building role.

This commit adds a declaration of the
swift::ringbuilder class to the swift_proxy_role
class.
This commit is contained in:
Dan Bode
2012-02-13 17:00:26 -08:00
parent d062985219
commit cc163db0bb

View File

@@ -112,6 +112,12 @@ class role_swift_proxy inherits role_swift {
listen_ip => $proxy_local_net_ip,
}
class { 'swift::ringbuilder':
part_power => '18',
replicas => '3',
min_part_hours => 1,
require => Class['swift'],
}
# TODO should I enable swath in the default config?
class { 'swift::proxy':
account_autocreate => true,