:apt => {
:sources => ["ubuntugis-unstable"]
},
+ :dhcpd => {
+ :first_address => "10.0.63.1",
+ :last_address => "10.0.63.254"
+ },
:elasticsearch => {
:cluster => {
:routing => {
:disk => {
:watermark => {
:low => "95%",
- :high => "98%"
+ :high => "98%",
+ :flood_stage => "99%"
}
}
}
}
},
:planet => {
- :replication => "disabled"
+ :replication => "enabled"
},
:rsyncd => {
:modules => {
)
run_list(
- "role[ic]",
+ "role[equinix]",
"role[gateway]",
"role[web-storage]",
"role[supybot]",
"role[backup]",
- "role[stats]",
"role[planet]",
- # "role[planetdump]",
+ "role[planetdump]",
"role[logstash]",
"recipe[rsyncd]",
+ "recipe[dhcpd]",
"recipe[openvpn]",
"recipe[tilelog]"
)