default_attributes(
:apt => {
- :sources => [ "ubuntugis-unstable" ]
+ :sources => ["ubuntugis-unstable"]
+ },
+ :elasticsearch => {
+ :cluster => {
+ :routing => {
+ :allocation => {
+ :disk => {
+ :watermark => {
+ :low => "95%",
+ :high => "98%"
+ }
+ }
+ }
+ }
+ },
+ :path => {
+ :data => "/store/elasticsearch"
+ }
},
:git => {
:allowed_nodes => "*:*",
}
}
}
-);
+)
run_list(
"role[ic]",
"role[stats]",
"role[planet]",
"role[planetdump]",
+ "role[logstash]",
"recipe[rsyncd]",
"recipe[openvpn]",
"recipe[git::server]",
- "recipe[tilelog]"
+ "recipe[tilelog]",
+ "recipe[serverinfo]"
)