:sources => ["ubuntugis-unstable"]
},
:elasticsearch => {
+ :cluster => {
+ :routing => {
+ :allocation => {
+ :disk => {
+ :watermark => {
+ :low => "95%",
+ :high => "98%"
+ }
+ }
+ }
+ }
+ },
:path => {
:data => "/store/elasticsearch"
}
:peer => {
:host => "ridley.openstreetmap.org"
}
+ },
+ :aws2ic => {
+ :port => "1195",
+ :mode => "server",
+ :peer => {
+ :host => "fafnir.openstreetmap.org"
+ }
}
}
},
"recipe[rsyncd]",
"recipe[openvpn]",
"recipe[git::server]",
- "recipe[tilelog]"
+ "recipe[tilelog]",
+ "recipe[serverinfo]"
)