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:
@@ -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,
|
||||
|
Reference in New Issue
Block a user