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 => "*:*",
:uid => "tomh",
:gid => "tomh",
:transfer_logging => false,
- :hosts_allow => [
- "89.16.179.150", # shenron
- "2001:41c8:10:996:21d:7dff:fec3:df70", # shenron
+ :hosts_allow => [
+ "212.110.172.32", # shenron
+ "2001:41c9:1:400::32", # shenron
"212.159.112.221" # grant
]
},
}
}
}
-);
+)
run_list(
"role[ic]",
"role[stats]",
"role[planet]",
"role[planetdump]",
+ "role[logstash]",
"recipe[rsyncd]",
"recipe[openvpn]",
- "recipe[git::server]"
+ "recipe[git::server]",
+ "recipe[tilelog]"
)