default_attributes(
:networking => {
:interfaces => {
- :external_ipv4 => {
- :interface => "ens18",
- :role => :external,
- :family => :inet,
- :address => "89.234.186.100",
- :prefix => "27",
- :gateway => "89.234.186.97"
+ :internal => {
+ :interface => "bond0",
+ :role => :internal,
+ :inet => {
+ :address => "10.0.48.17"
+ },
+ :bond => {
+ :mode => "802.3ad",
+ :lacprate => "fast",
+ :xmithashpolicy => "layer3+4",
+ :slaves => %w[enp25s0f0 enp25s0f1]
+ }
},
- :external_ipv6 => {
- :interface => "ens18",
+ :external => {
+ :interface => "bond0.3",
:role => :external,
- :family => :inet6,
- :address => "2a00:5884:821c::1",
- :prefix => "48",
- :gateway => "fe80::204:92:100:1"
+ :inet => {
+ :address => "184.104.179.145"
+ },
+ :inet6 => {
+ :address => "2001:470:1:fa1::11"
+ }
}
}
},
- :squid => {
- :cache_mem => "7500 MB",
- :cache_dir => "coss /store/squid/coss-01 80000 block-size=8192 max-size=262144 membufs=80"
- },
- :tilecache => {
- :tile_parent => "france.render.openstreetmap.org",
- :tile_siblings => [
- "noomoahk.openstreetmap.org",
- "nepomuk.openstreetmap.org",
- "ladon.openstreetmap.org",
- "culebre.openstreetmap.org"
- ]
+ :planet => {
+ :replication => "enabled"
}
)
run_list(
- "role[grifon]",
- "role[tilecache]"
+ "role[equinix-ams]",
+ "role[geodns]",
+ "role[backup]",
+ "role[planet]",
+ "role[planetdump]",
+ "recipe[tilelog]"
)