Identify riak nodes by IP address
This commit is contained in:
parent
23e1dbfb1e
commit
7478afded1
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@ class rhizo_base::riak {
|
||||||
'log.crash.size' => '10MB',
|
'log.crash.size' => '10MB',
|
||||||
'log.error.file' => '$(platform_log_dir)/error.log',
|
'log.error.file' => '$(platform_log_dir)/error.log',
|
||||||
'log.syslog' => 'off',
|
'log.syslog' => 'off',
|
||||||
'nodename' => "riak@${::fqdn}",
|
'nodename' => "riak@${vpn_ip_address}",
|
||||||
'object.format' => '1',
|
'object.format' => '1',
|
||||||
'object.siblings.maximum' => '100',
|
'object.siblings.maximum' => '100',
|
||||||
'object.siblings.warning_threshold' => '25',
|
'object.siblings.warning_threshold' => '25',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue