:apt => {
:sources => ["ubuntugis-unstable"]
},
+ :bind => {
+ :clients => "equinix"
+ },
+ :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%"
}
}
}
:interface => "bond0",
:role => :internal,
:family => :inet,
- :address => "10.0.48.2",
+ :address => "10.0.48.10",
:bond => {
:slaves => %w[eth0 eth1]
}
},
:external_ipv4 => {
- :interface => "bond0.3",
+ :interface => "bond0.2",
:role => :external,
:family => :inet,
- :address => "130.117.76.2"
+ :address => "130.117.76.10"
},
- # :external_ipv6 => {
- # :interface => "bond0.3",
- # :role => :external,
- # :family => :inet6,
- # :address => "2001:978:2:2C::172:1002"
- # }
+ :external_ipv6 => {
+ :interface => "bond0.2",
+ :role => :external,
+ :family => :inet6,
+ :address => "2001:978:2:2C::172:A"
+ }
}
},
:openvpn => {
}
},
: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]"
)